--- id: whawkinsiv/solo-founder-skills/technical-seo version: "f0591d7b" license: MIT install: manual updated: 2026-07-27 --- # technical-seo — Master the technical foundations of search engine optimization by learning how to properly configure meta tags, structured data markup, and site crawlability settings. This skill walks you through the code-level changes that search engines need to discover, understand, and rank your content effectively. Publisher: whawkinsiv · Stars: 227 · Updated: 2026-07-27 Install (manual): `git clone https://github.com/whawkinsiv/solo-founder-skills` ## SKILL.md # Technical SEO Implementation This skill is the implementation reference for technical SEO. Use it when you need to add, fix, or optimize SEO elements in code — meta tags, schema markup, Core Web Vitals, crawlability, and GEO. This skill covers **how to implement in code**. For the other SEO concerns: - **seo** — Strategy and planning (keyword research, content architecture, what to build) - **seo-content** — Writing content (briefs, humanized prose, SERP feature targeting) - **seo-audit** — Auditing an existing codebase (scan, diagnose, produce action plan) --- ## Metadata Every indexable page needs these elements correct: - **Title tag:** 50-60 chars, primary keyword front-loaded - **Meta description:** 120-155 chars, includes CTA - **Canonical:** self-referencing or correct target - **Robots:** no accidental noindex - **Open Graph:** og:title, og:description, og:image for social sharing For detailed specs and code examples, see [ON-PAGE-SEO.md](ON-PAGE-SEO.md). ## HTML Structure - Exactly one H1 per page, contains primary keyword - No skipped header levels (H1 → H2 → H3) - Semantic HTML: `
`, `