Skip to content

feat: Tech pages SEO — industries, philosophy, interlinking, og:image#136

Merged
vibemarketerpromax merged 2 commits intomainfrom
tech-pages-seo-round2
Mar 3, 2026
Merged

feat: Tech pages SEO — industries, philosophy, interlinking, og:image#136
vibemarketerpromax merged 2 commits intomainfrom
tech-pages-seo-round2

Conversation

@vibemarketerpromax
Copy link
Collaborator

@vibemarketerpromax vibemarketerpromax commented Mar 3, 2026

Summary

SEO round 3 for all 8 technology pages:

  • Industries section — New TechIndustries component with 6 industry cards per tech (4 linked to existing /industries/* pages + 2 descriptive unlinked cards)
  • Philosophy section — Added philosophy: frontmatter to 7 non-.NET MDX files; unlocked PhilosophySection guard so it renders for all pages with philosophy data
  • Tech-to-tech interlinking — Updated relatedExpertise in all 8 MDX files to link tech pages to each other (not service pages). Added inline contextual links in IntroStatement, WhyTechnology, and FrameworkComparison components (~3-4 internal links per page)
  • og:image + meta descriptions — Previous commit on this branch

Files changed

  • New: TechIndustries.tsx — Industries section for 7 non-.NET pages
  • Modified: ExpertisePageClient.tsx — Wired TechIndustries + unlocked PhilosophySection
  • Modified: IntroStatement.tsx, WhyTechnology.tsx, FrameworkComparison.tsx — Inline links
  • Modified: 8x content/technologies/*.mdx — relatedExpertise + philosophy frontmatter

Word count impact

~450 words added per page (Industries ~200, Philosophy ~200, inline links ~50). Total ~2,450 per page, well under 3,500 cap.

Test plan

  • npm run lint — 0 errors
  • npx tsc --noEmit — 0 errors
  • npm run build — all 8 tech pages generated
  • Visual check: Industries section renders with linked/unlinked cards
  • Visual check: Philosophy section renders for all 7 non-.NET pages
  • Visual check: Inline links navigate to correct tech pages

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 3, 2026

Deploying website with  Cloudflare Pages  Cloudflare Pages

Latest commit: 558f782
Status: ✅  Deploy successful!
Preview URL: https://c31c66c8.website-yiq.pages.dev
Branch Preview URL: https://tech-pages-seo-round2.website-yiq.pages.dev

View logs

- Add og:image and twitter:image to React, Next.js, Node.js, Python,
  Angular, Flutter, and React Native layout files (using generic
  og-image.png; .NET already had a specific one)
- Trim meta descriptions: React 162→131, Python 172→141, Flutter 163→122
  chars (all now under 160 char SERP display limit)
- Sync OG/Twitter descriptions with trimmed meta descriptions
…ch pages

- New TechIndustries component with 6 industry cards per tech (4 linked + 2 descriptive)
- Philosophy section unlocked for all 7 non-.NET pages via MDX frontmatter
- Updated relatedExpertise to link tech-to-tech instead of service pages
- Inline contextual links in IntroStatement, WhyTechnology, FrameworkComparison
@vibemarketerpromax vibemarketerpromax changed the title fix: Add og:image and trim meta descriptions on tech pages feat: Tech pages SEO — industries, philosophy, interlinking, og:image Mar 3, 2026
@vibemarketerpromax vibemarketerpromax merged commit dd673d0 into main Mar 3, 2026
5 checks passed
@vibemarketerpromax vibemarketerpromax deleted the tech-pages-seo-round2 branch March 3, 2026 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant