feat: Add Press & News page and implement website and organization schema for SEO.

This commit is contained in:
Timo Knuth 2026-02-04 15:20:40 +01:00
parent c996765618
commit 47e54a4464
2 changed files with 15 additions and 0 deletions

View File

@ -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",

View File

@ -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',