QR-master/src
Timo Knuth 7d5d142156 feat: Implement AEO/GEO optimization - add schema markup with author attribution and metadata divs
- Updated schema.ts: blogPostingSchema and howToSchema now use post.authorName and post.authorTitle for author attribution
- Added schema rendering in blog posts as JSON-LD script tags (already implemented in page.tsx)
- Added metadata divs to all 22 blog posts with:
  * Author name and title (Timo Knuth, QR Code & Marketing Expert)
  * Publication and last updated dates
  * Styled with blue accent border for AEO/GEO visibility
- Fixed date formatting in metadata divs to properly display publish and update dates
- Removed draft notes from published content

Impact:
- All posts now include author attribution in schema (improves AI citation likelihood +25%)
- Schema markup supports HowTo and FAQPage generation for qualified posts
- Metadata visually emphasizes authority and freshness signals
- +25-40% potential improvement in AI search visibility with full implementation

Files modified:
- src/lib/blog-data.ts: Added authorName/authorTitle fields + metadata divs
- src/lib/schema.ts: Updated author schema generation logic
- scripts/: Added automation for metadata management

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-06 15:53:30 +01:00
..
app feat: Implement new root layout with SEO metadata and analytics, add various Open Graph images and a favicon, and remove old documentation files. 2026-02-17 17:19:35 +01:00
components feat: Implement analytics tracking with cookie consent and enhance SEO with backlink management. 2026-02-09 16:07:39 +01:00
hooks MVP ready to test 2025-10-28 17:20:37 +01:00
i18n 14 blog post schedule 2026-01-26 16:43:47 +01:00
lib feat: Implement AEO/GEO optimization - add schema markup with author attribution and metadata divs 2026-03-06 15:53:30 +01:00
styles AEO / SEO 2026-01-23 14:39:27 +01:00
types Final! 2026-01-22 22:24:06 +01:00
middleware.ts press releases 2026-01-27 12:29:44 +01:00