feat: Tech pages SEO — industries, philosophy, interlinking, og:image#136
Merged
vibemarketerpromax merged 2 commits intomainfrom Mar 3, 2026
Merged
feat: Tech pages SEO — industries, philosophy, interlinking, og:image#136vibemarketerpromax merged 2 commits intomainfrom
vibemarketerpromax merged 2 commits intomainfrom
Conversation
Deploying website with
|
| 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 |
- 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
d541193 to
558f782
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
SEO round 3 for all 8 technology pages:
TechIndustriescomponent with 6 industry cards per tech (4 linked to existing/industries/*pages + 2 descriptive unlinked cards)philosophy:frontmatter to 7 non-.NET MDX files; unlockedPhilosophySectionguard so it renders for all pages with philosophy datarelatedExpertisein all 8 MDX files to link tech pages to each other (not service pages). Added inline contextual links inIntroStatement,WhyTechnology, andFrameworkComparisoncomponents (~3-4 internal links per page)Files changed
TechIndustries.tsx— Industries section for 7 non-.NET pagesExpertisePageClient.tsx— Wired TechIndustries + unlocked PhilosophySectionIntroStatement.tsx,WhyTechnology.tsx,FrameworkComparison.tsx— Inline linkscontent/technologies/*.mdx— relatedExpertise + philosophy frontmatterWord 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 errorsnpx tsc --noEmit— 0 errorsnpm run build— all 8 tech pages generated