Commit Graph

87 Commits

Author SHA1 Message Date
48e9e2992c TikTok V6 2026-07-13 18:51:52 +02:00
d542f849aa TikTok V5 + Security 2026-07-11 22:09:10 +02:00
671c1a1559 SEO V2 2026-07-10 21:52:36 +02:00
854670197b TikTok V4 2026-07-10 11:26:47 +02:00
cc2522f7a4 Bild Carousel V2 2026-07-09 17:02:33 +02:00
2a14c84ad3 Bild Carousel 2026-07-09 16:45:03 +02:00
01284f5283 Fix 2026-07-07 00:10:29 +02:00
68b2ac0089 11 seo pages 2026-07-06 21:53:53 +02:00
Timo Knuth
91bd940edc Pro/business 2026-07-06 00:18:06 +02:00
Timo Knuth
0b9c8d2a8f TikTok api 2026-07-02 13:06:50 +02:00
Timo Knuth
22a987029b SEO: compare/guide pSEO pages + internal links + intent differentiation 2026-06-22 13:22:11 +02:00
Timo Knuth
0866c200a0 Weekly SEO 2026-06-08 20:33:38 +02:00
Timo Knuth
a7cbbee084 SEO 2026-05-27 20:37:15 +02:00
Timo Knuth
4774f4d51e SEO 2026-05-18 16:00:24 +02:00
Timo Knuth
81d1fdd280 weekly seo 2026-05-11 11:10:30 +02:00
Timo Knuth
35e7e77f6b GSC seo 2026-05-10 23:00:06 +02:00
Timo Knuth
9b31e77daa mehr SEO 2026-04-27 22:21:52 +02:00
Timo Knuth
c4fac0f726 SEO + Stripe 2026-04-27 17:10:30 +02:00
Timo Knuth
eacaef1fbd Refine onboarding UI and fix dashboard checklist progress 2026-04-23 19:03:41 +02:00
Timo Knuth
c7d5f281c5 Fix build issues for meta imports and WSL filesystem 2026-04-23 11:50:09 +02:00
Timo Knuth
7d2724b65d revops + onboarding 2026-04-22 20:01:46 +02:00
Timo Knuth
1bb782467b Validation error 2026-04-17 09:16:07 +02:00
Timo Knuth
79e54f8ae2 feat: add dynamic barcode generator landing page, testimonial data, and update project planning documentation 2026-04-12 23:41:33 +02:00
Timo Knuth
6ccab068d8 feat: add SEO outreach templates, testimonial components, and supporting data schemas 2026-04-12 23:41:32 +02:00
Timo Knuth
cc4afb6f51 feat: implement author pages, app layout, and authentication client infrastructure 2026-04-08 19:39:01 +02:00
Timo Knuth
14c3cde7e6 feat: implement marketing comparison and alternatives hub with dedicated competitor landing pages 2026-04-08 15:38:02 +02:00
Timo Knuth
a6fd2ed61f feat: add marketing landing pages and tools for dynamic QR codes and analytics 2026-04-07 14:50:16 +02:00
Timo Knuth
8408159a96 feat: implement blog infrastructure, add SEO keyword planning, and create footer component 2026-04-04 23:50:45 +02:00
Timo Knuth
97a6cc11f7 Configuraion 2026-04-03 00:19:18 +02:00
Timo Knuth
7afd39c18c Email retention 2026-04-02 11:37:58 +02:00
Timo Knuth
fb70b433c7 Industries 2026-03-31 18:46:01 +02:00
e6b19e7a1c search console SEO ableitungen 2026-03-23 19:01:52 -05:00
Timo Knuth
3c8e6bd19f feat: Add marketing and use case pages, their data structures, and supporting UI components. 2026-03-09 12:47:52 +01:00
Timo Knuth
8a53b515d1 Blog post. 2026-03-06 17:25:59 +01:00
Timo Knuth
62dc048745 Blog post 2026-03-06 16:15:39 +01:00
Timo Knuth
455f7e090e feat: add inline citations and sources to Tier 1 AEO/GEO posts
Add inline <cite> tags with source links to boost AI search visibility:
- trackable-qr-codes: Added 2 citations (Mordor Intelligence, QR Code Tiger)
- qr-code-scan-statistics-2026: Added sources array + 2 citations
- utm-parameter-qr-codes: Added sources array + 1 citation
- dynamic-vs-static-qr-codes: Added sources array + 1 citation

Sources include Bitly, Mordor Intelligence, QR Code Tiger, and Statista.
Estimated +40% AI citation visibility boost from inline citations per Princeton GEO research.
2026-03-06 16:01:58 +01:00
Timo Knuth
76bde71585 fix: correct metadata dates, remove draft note, remove duplicate section
- Fixed all 'undefined NaN, NaN' dates in metadata divs across all 22 posts
- Removed draft instruction from qr-code-scan-statistics-2026
- Removed duplicate 'Trackable / dynamic QR code' section from trackable-qr-codes
- All posts now have proper 'Last updated' dates showing January 26, 2026
2026-03-06 16:01:01 +01:00
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
Timo Knuth
df2663b14f feat: Add Timo Knuth author metadata to all 22 blog posts for AEO/GEO optimization
- Add authorName and authorTitle fields to all 22 blog posts
- Update BlogPost type definition to include optional authorName and authorTitle fields
- Set author to 'Timo Knuth' with title 'QR Code & Marketing Expert' across all posts
- Foundation for schema markup and AI search optimization (AEO/GEO)

Co-Authored-By: Timo Knuth <noreply@qrmaster.net>
2026-03-06 15:32:32 +01:00
Timo Knuth
e871c820f7 Quellen 2026-02-09 11:33:24 +01:00
Timo Knuth
db93e678ee AEO/GEO 2026-02-05 12:42:16 +01:00
Timo Knuth
47e54a4464 feat: Add Press & News page and implement website and organization schema for SEO. 2026-02-04 15:20:40 +01:00
Timo Knuth
c996765618 GSC 2026-01-29 11:30:00 +01:00
Timo Knuth
f1352b46a5 1 Datei wikidata 2026-01-28 19:15:49 +01:00
Timo Knuth
a76bcb70e1 skills 2026-01-28 16:02:32 +01:00
Timo Knuth
1a6dc01291 okay 2026-01-27 17:27:47 +01:00
Timo Knuth
4dc7c29134 press releases 2026-01-27 12:29:44 +01:00
Timo Knuth
be5db36b7f hydration error 2026-01-27 11:08:32 +01:00
Timo Knuth
2771faf3ba 14 blog post schedule 2026-01-26 16:43:47 +01:00
Timo Knuth
9ae05d48a4 faq 2026-01-25 18:00:57 +01:00