17 lines
1.2 KiB
Markdown
17 lines
1.2 KiB
Markdown
# QR Master Programmatic SEO - Tier 1 Industry Pages
|
|
|
|
- [x] Fetch industry data using Firecrawl Agent for Tier 1 industries (restaurants, cafes, hotels, real estate, gyms, doctors, retail, events)
|
|
- [x] Create `src/lib/industry-pages.ts` and populate it with the fetched data
|
|
- [x] Add `/qr-code-for` to `src/middleware.ts` `publicPaths` to make it accessible without login
|
|
- [x] Implement `src/app/(main)/(marketing)/qr-code-for/[industry]/page.tsx` template
|
|
- [x] Create the overview page `qr-code-for/page.tsx` and correct breadcrumb links.
|
|
- [x] Generate unique, high-quality Hero images for all 8 industries.
|
|
- [x] Expand the content structure in `src/lib/industry-pages.ts` to include more sections (Benefits, Stats, etc.) to make the pages longer and richer.
|
|
- [x] Update `IndustryPageTemplate.tsx` to display the new content sections and the new specific Hero images.
|
|
- [x] Perform SEO Audit and Launch Readiness Check
|
|
- [/] Update `src/app/sitemap.ts` to include industry pages
|
|
- [ ] Verify internal linking from footer/main navigation
|
|
- [ ] Review "Content Briefs" in `growth_strategies.md` and ensure pages are aligned
|
|
- [ ] Validate Title tags and Meta descriptions for all 8 pages
|
|
- [ ] Final check on mobile responsiveness and visual alignment
|