feat: Implement new root layout with SEO metadata and analytics, add various Open Graph images and a favicon, and remove old documentation files.

This commit is contained in:
Timo Knuth
2026-02-17 17:19:35 +01:00
parent f3774f3068
commit 6e8bf2ab08
48 changed files with 442 additions and 4185 deletions

48
my-config.json Normal file
View File

@@ -0,0 +1,48 @@
{
"project_name": "QRMaster Global Visibility",
"domain": "qrmaster.net",
"market_language": "en",
"offer": "a free dynamic QR cost calculator and professional management guide",
"keywords": [
{
"query": "dynamic qr code generator",
"intent": "commercial"
},
{
"query": "create dynamic qr code free",
"intent": "informational"
},
{
"query": "qr code for restaurant menu",
"intent": "commercial"
},
{
"query": "qr code marketing analytics",
"intent": "informational"
},
{
"query": "bulk qr code generator from csv",
"intent": "commercial"
}
],
"backlink": {
"seed_queries": [
"restaurant marketing ideas intitle:resources",
"digital menu setup guide intitle:links",
"retail marketing tools inurl:blog",
"qr code best practices 2026",
"hospitality tech trends intitle:guide",
"small business marketing resources inurl:links"
],
"outreach": {
"allow_send_emails": false,
"from_name": "QRMaster Outreach Team",
"templates": {
"en": {
"subject": "Valuable resource for your QR code guide",
"body": "Hi,\n\nI was reading your article about [Topic] and found it very insightful. We recently developed a free Static vs. Dynamic QR Cost Calculator at qrmaster.net that helps businesses visualize the ROI of their campaigns. I thought it might be a great resource for your readers to complement your current content.\n\nBest regards,\nThe QRMaster Team"
}
}
}
}
}