Commit Graph

115 Commits

Author SHA1 Message Date
f7d82aa5bd Add consented social milestone posting 2026-08-14 09:03:21 +02:00
53ef4b3b91 Serve the app on app.qrmaster.net, marketing on www
Splits the two hostnames across one deployment. No files move: the Next app still
serves every route on both hosts, and the middleware decides per host which paths it
owns and 301s the rest. /login and /signup stay on www - all 82 marketing CTAs point
at /signup, which carries a hard canonical to www plus ad traffic.

src/lib/hosts.ts is the single source of truth for the boundary (APP_PATH_PREFIXES,
isAppPath, wwwUrl, appUrl, urlForPath). The middleware and every absolute-URL builder
read from it so they cannot drift apart.

- Split the overloaded NEXT_PUBLIC_APP_URL into a www and an app origin. It previously
  fed both public URLs and in-app URLs, so any single value was wrong somewhere. Most
  important: QRCodeCard encodes this origin into the QR code the user downloads and
  prints, so it must stay on www.
- Route Stripe return URLs, email links and OAuth redirects per path rather than
  against one origin, so /dashboard lands on app and /pricing on www.
- Cross the host boundary once, after a successful login: the router cannot push across
  origins, so that jump needs a full load. The user arrives signed in because the
  session cookie is scoped to COOKIE_DOMAIN.
- Keep the app host out of search indexes: X-Robots-Tag on every response plus a
  Disallow-all robots.txt via rewrite, and /sitemap.xml redirects to www.
- Point the TikTok callback fallback at www explicitly. It used to read
  NEXT_PUBLIC_APP_URL, whose meaning changed here, and only the apex domain is
  verified with TikTok.

Host splitting is inert while both origins are equal, so development is unaffected.

Verified: tsc clean, production build succeeds including the Edge middleware bundle,
and the path-to-host mapping is unit-checked (prefix traps like /created and
/settings-guide stay on www, query strings do not break matching).

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-12 19:44:08 +02:00
ca1e432f80 Clarity 2026-08-11 21:50:42 +02:00
6d29aa0be1 Mozzila extension 2026-08-06 10:58:19 +02:00
8c50bf71c5 SEO blog post 2026-08-05 19:32:52 +02:00
49c85288a1 Add developer ecosystem page and footer links 2026-08-02 00:11:29 +02:00
ab63d4b916 fix V2 2026-07-27 20:47:36 +02:00
70d97aa970 Copy overhaul + qr designs 2026-07-27 17:54:59 +02:00
62ac1ad819 Copy updates: pricing, marketing-campaigns page, signup, tool pages 2026-07-26 21:57:06 +02:00
7b81464a1d Atom eve seo 2026-07-15 18:08:51 +02:00
48e9e2992c TikTok V6 2026-07-13 18:51:52 +02:00
671c1a1559 SEO V2 2026-07-10 21:52:36 +02:00
bb528d6ef9 SEO 2026-07-10 13:07:15 +02:00
854670197b TikTok V4 2026-07-10 11:26:47 +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
b0b70640ab Terms page 2026-07-02 10:18:20 +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
09f5859af2 Product hunt launch 2026-05-27 14:33:58 +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
8741edc362 /restaurants 2026-04-30 16:59:27 +02:00
Timo Knuth
105857c348 Remove impeccable A/B variants from Hero -- keep only FlippingCards
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-29 23:51:57 +02:00
Timo Knuth
aab808c553 Impeccable 2026-04-29 20:34:09 +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
c6f20f7f0b Onboarding verbessern 2026-04-23 19:24:33 +02:00
Timo Knuth
eacaef1fbd Refine onboarding UI and fix dashboard checklist progress 2026-04-23 19:03:41 +02:00
fc0e6a0a69 npm run build 2026-04-23 14:52:13 +02:00
Timo Knuth
7d2724b65d revops + onboarding 2026-04-22 20:01:46 +02:00
Timo Knuth
aa2628834b Barcode fix 2026-04-17 23:24:22 +02:00
Timo Knuth
5894f4619d Barcode workflow 2026-04-17 22:56:49 +02:00
Timo Knuth
1bb782467b Validation error 2026-04-17 09:16:07 +02:00
Timo Knuth
231a85ffa4 Popup free generatoren 2026-04-16 19:34:26 +02:00
Timo Knuth
6b73ac5c50 feat: implement pricing strategy, subscription tiers, and core infrastructure for QR code management 2026-04-14 19:34:47 +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
fb70b433c7 Industries 2026-03-31 18:46:01 +02:00
33b5191093 Ahrefs fehler. 2026-03-26 10:56:50 -05:00
e540bf3122 Ahrefs fehler 2026-03-24 10:05:03 -05:00
e6b19e7a1c search console SEO ableitungen 2026-03-23 19:01:52 -05:00
Timo Knuth
d47108d27c SEO 2026-03-12 15:54:56 +01: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
62dc048745 Blog post 2026-03-06 16:15:39 +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