feat: Add 9 new technology pages#141
Merged
vibemarketerpromax merged 4 commits intomainfrom Mar 4, 2026
Merged
Conversation
Deploying website with
|
| Latest commit: |
073b612
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://54da17fc.website-yiq.pages.dev |
| Branch Preview URL: | https://new-tech-pages.website-yiq.pages.dev |
…, Go, MongoDB, Java, Kotlin, Swift) Each page includes: - SEO-optimized MDX content with 6 capabilities, 8 FAQs, process steps, engagement models, and philosophy sections - layout.tsx with full Metadata (title, description, OG, Twitter cards) - page.tsx with JSON-LD structured data - OG image (1200x630) - Hub page links updated in technologies-hub-data.ts All pages follow existing patterns from react/nodejs/angular/etc pages. Content targets primary "[tech] development services" keywords with SERP-researched H1s, meta titles under 60 chars, and AEO-ready FAQ answers.
- Keyword-optimized section headings across all 8 new technology pages (TypeScript, PostgreSQL, AWS, Go, MongoDB, Java, Kotlin, Swift) - Increased keyword density in capability/process descriptions - Expanded relatedExpertise from 3-4 to 5-6 items per page - Removed Docker technology page (low standalone search demand) - Reverted Docker hub data href to null - Removed Docker OG image entry from generation script
Add hero CTAs, trust badges, intro statements, stats, "Why [Tech]" sections, industry grids, decision tables, framework comparisons, custom stack tables, mid-page CTAs, "What you get" blocks, pricing lines, and FAQ titles for TypeScript, PostgreSQL, AWS, Go, MongoDB, Java, Kotlin, and Swift pages.
9532f8e to
94ba7d6
Compare
These are concepts/disciplines, not specific technologies. Service pages already cover them as capabilities.
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
layout.tsxwith full Metadata (OG/Twitter),page.tsxwith JSON-LD, and a branded OG image/technologieshub page with links to all 9 new pagesWhat's in each page
Target keywords
Files changed (38 files, +1850 lines)
app/technologies/{slug}/page.tsx— 9 new page componentsapp/technologies/{slug}/layout.tsx— 9 new metadata layoutscontent/technologies/{slug}.mdx— 9 new MDX content filespublic/assets/technologies/{slug}-development.png— 9 OG imageslib/technologies-hub-data.ts— 9 href updates (null → page paths)scripts/generate-og-images.mjs— 9 new OG image entriesTest plan
npm run lint— 0 errors (4 pre-existing warnings)npm run build— passes, all 9 pages in static output🤖 Generated with Claude Code