SEO blog post

This commit is contained in:
2026-08-05 19:32:52 +02:00
parent 94bf162062
commit 8c50bf71c5
21 changed files with 7976 additions and 4355 deletions

View File

@@ -85,8 +85,8 @@ export function Footer({ variant = 'marketing', t }: FooterProps) {
<li><Link href="/manage-qr-codes" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>Manage QR Codes</Link></li>
<li><Link href="/custom-qr-code-generator" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>Custom QR</Link></li>
<li><Link href="/qr-code-for-marketing-campaigns" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>Campaign QR Codes</Link></li>
<li><Link href="/guide/tracking-analytics" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>Tracking Guide</Link></li>
<li><Link href="/guide/qr-code-best-practices" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>Best Practices</Link></li>
<li><Link href="/learn/tracking" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>Tracking Guide</Link></li>
<li><Link href="/learn/basics" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>Best Practices</Link></li>
</ul>
</div>
@@ -133,10 +133,10 @@ export function Footer({ variant = 'marketing', t }: FooterProps) {
<li><a href="https://open-vsx.org/extension/qrmaster/qrmaster-generator" target="_blank" rel="noopener noreferrer" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>VS Code / Cursor Extension</a></li>
<li><a href="https://github.com/marketplace/actions/qr-master-code-generator" target="_blank" rel="noopener noreferrer" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>GitHub Action Marketplace</a></li>
<li><a href="https://www.npmjs.com/package/qrmaster-cli" target="_blank" rel="noopener noreferrer" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>npm Package (Node.js)</a></li>
<li><a href="https://pypi.org/project/qrmaster/" target="_blank" rel="noopener noreferrer" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>PyPI Package (Python)</a></li>
<li><a href="https://github.com/knuthtimo-lab/qrmaster-cli" target="_blank" rel="noopener noreferrer" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>GitHub Repository</a></li>
<li><a href="https://chromewebstore.google.com" target="_blank" rel="noopener noreferrer" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>Chrome Web Store Extension (Soon)</a></li>
</ul>
<li><a href="https://pypi.org/project/qrmaster/" target="_blank" rel="noopener noreferrer" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>PyPI Package (Python)</a></li>
<li><a href="https://github.com/knuthtimo-lab/qrmaster-cli" target="_blank" rel="noopener noreferrer" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>GitHub Repository</a></li>
<li><a href="https://chromewebstore.google.com" target="_blank" rel="noopener noreferrer" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>Chrome Web Store Extension (Soon)</a></li>
</ul>
</div>
</div>