feat: Add Press & News page and implement website and organization schema for SEO.
This commit is contained in:
parent
c996765618
commit
47e54a4464
|
|
@ -20,6 +20,20 @@ export const metadata: Metadata = {
|
||||||
|
|
||||||
export default function PressPage() {
|
export default function PressPage() {
|
||||||
const pressReleases = [
|
const pressReleases = [
|
||||||
|
{
|
||||||
|
id: "tools-launch-2026",
|
||||||
|
title: "QR Master Launches Free QR Code and Barcode Tools With Tracking, UTMs, and Business-Ready Templates for 2026",
|
||||||
|
date: "February 04, 2026",
|
||||||
|
excerpt: "QR Master announces the launch of its comprehensive suite of free QR code and barcode generation tools, featuring advanced tracking capabilities, UTM builder integration, and professional business-ready templates.",
|
||||||
|
bullets: [
|
||||||
|
"Free QR code and barcode generation tools for all users",
|
||||||
|
"Built-in tracking and analytics capabilities",
|
||||||
|
"UTM builder for seamless marketing campaign integration",
|
||||||
|
"Business-ready templates for professional use"
|
||||||
|
],
|
||||||
|
link: "https://www.pr.com/press-release/959199",
|
||||||
|
source: "PR.com"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "launch-2026",
|
id: "launch-2026",
|
||||||
title: "qrmaster.net Launches Free, Professional QR Code Generator for Global Users",
|
title: "qrmaster.net Launches Free, Professional QR Code Generator for Global Users",
|
||||||
|
|
|
||||||
|
|
@ -44,6 +44,7 @@ export function organizationSchema() {
|
||||||
'https://x.com/TIMO_QRMASTER',
|
'https://x.com/TIMO_QRMASTER',
|
||||||
'https://www.linkedin.com/in/qr-master-44b6863a2/',
|
'https://www.linkedin.com/in/qr-master-44b6863a2/',
|
||||||
'https://www.instagram.com/qrmaster_net/',
|
'https://www.instagram.com/qrmaster_net/',
|
||||||
|
'https://www.pr.com/press-release/959199',
|
||||||
],
|
],
|
||||||
contactPoint: [{
|
contactPoint: [{
|
||||||
'@type': 'ContactPoint',
|
'@type': 'ContactPoint',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue