From 47e54a446443691c12c8ce613b2f744b30aba468 Mon Sep 17 00:00:00 2001 From: Timo Knuth Date: Wed, 4 Feb 2026 15:20:40 +0100 Subject: [PATCH] feat: Add Press & News page and implement website and organization schema for SEO. --- src/app/(main)/(marketing)/press/page.tsx | 14 ++++++++++++++ src/lib/schema.ts | 1 + 2 files changed, 15 insertions(+) diff --git a/src/app/(main)/(marketing)/press/page.tsx b/src/app/(main)/(marketing)/press/page.tsx index 5a845bb..03423f3 100644 --- a/src/app/(main)/(marketing)/press/page.tsx +++ b/src/app/(main)/(marketing)/press/page.tsx @@ -20,6 +20,20 @@ export const metadata: Metadata = { export default function PressPage() { 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", title: "qrmaster.net Launches Free, Professional QR Code Generator for Global Users", diff --git a/src/lib/schema.ts b/src/lib/schema.ts index c350234..7fd8673 100644 --- a/src/lib/schema.ts +++ b/src/lib/schema.ts @@ -44,6 +44,7 @@ export function organizationSchema() { 'https://x.com/TIMO_QRMASTER', 'https://www.linkedin.com/in/qr-master-44b6863a2/', 'https://www.instagram.com/qrmaster_net/', + 'https://www.pr.com/press-release/959199', ], contactPoint: [{ '@type': 'ContactPoint',