QR-master/scripts
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
..
add-metadata-divs.js feat: Implement AEO/GEO optimization - add schema markup with author attribution and metadata divs 2026-03-06 15:53:30 +01:00
compress-images.js bilder komprimieren 2026-01-14 15:30:32 +01:00
debug-hang.ts faq 2026-01-25 18:00:57 +01:00
fix-metadata-dates.js feat: Implement AEO/GEO optimization - add schema markup with author attribution and metadata divs 2026-03-06 15:53:30 +01:00
remove-draft-notes.js feat: Implement AEO/GEO optimization - add schema markup with author attribution and metadata divs 2026-03-06 15:53:30 +01:00
setup.ps1 Hardcode+middleware 2026-01-23 20:48:09 +01:00
setup.sh Hardcode+middleware 2026-01-23 20:48:09 +01:00
submit-indexnow.ts feat: Introduce Google Indexing API and IndexNow submission scripts with a unified URL gathering utility and setup guide. 2026-01-21 13:57:58 +01:00
test-db-lead.ts Add missing migration for Lead table. 2026-01-16 17:40:17 +01:00
trigger-indexing.ts Final 2026-01-22 22:05:06 +01:00
validate-data.ts fixes 2026-01-26 19:51:00 +01:00
verify-lead-db.ts Lead fehler 2026-01-16 16:49:27 +01:00