Building SEO Landing Pages
Use this skill to create, improve, audit, deploy, or validate landing pages.
Do not use this skill for tiny copy, style, or component edits unless SEO, conversion, accessibility, performance, deployment, or launch readiness is part of the request.
Core Workflow
- Inspect the existing project before editing.
- Identify the business/entity, audience, location, services, conversion goal, and deployment target.
- Identify the technology stack and preserve its conventions.
- Check metadata, headings, structured data, sitemap, robots, favicon, manifest, social previews, and visible business facts.
- Review responsive layout, accessibility, image sizing, JavaScript loading, and CLS risks.
- Make concrete file changes using the existing project style.
- Run available validation tools or provide exact commands if blocked.
- Summarize changes, verification, remaining risks, and post-launch steps.
Default Priorities
- Make the first viewport clear: entity, offer, location or audience, and primary CTA.
- Keep important facts visible in HTML, not only metadata or JSON-LD.
- Prefer
Serviceschema for services; useProductschema only with real product offer data. - For local businesses, prioritize NAP consistency, service areas, opening hours, map/profile links, reviews, and real photos.
- Treat custom domain, Google Business Profile, reviews, citations, Search Console, and real photos as launch/off-site work, not just code tweaks.
- After domain or deploy changes, update canonical, sitemap, robots sitemap URL, structured data URLs, social image URLs, and Search Console property.
- Do not fake ratings, reviews, guarantees, rankings, indexing, Core Web Vitals, Lighthouse/PageSpeed scores, deployment status, or API results.
- Match the design to the page type and audience; prioritize clarity, trust, mobile usability, and conversion over decoration.
When To Read References
- For build flow and page structure, read
references/landing-page-workflow.md. - For framework-specific implementation details, read
references/framework-implementation.md. - For landing page copy, CTAs, and trust signals, read
references/content-conversion.md. - For SEO, AEO, GEO, and local search checks, read
references/seo-aeo-geo-checklist.md. - For local business websites, read
references/local-business-seo.md. - For JSON-LD and rich-result concerns, read
references/structured-data.md. - For performance, accessibility, and CLS work, read
references/performance-accessibility.md. - For validation scripts, Lighthouse/PageSpeed, Search Console, and reporting, read
references/validation-workflow.md. - For deployment, domains, Search Console, and Google Business Profile, read
references/deployment-domain-search-console.md.
Templates
Use templates only as starting points. Adapt them to the project before inserting:
templates/metadata-head.htmltemplates/site.webmanifesttemplates/robots.txttemplates/sitemap.xmltemplates/local-business-jsonld.htmltemplates/website-jsonld.htmltemplates/website-with-search-jsonld.htmltemplates/organization-jsonld.htmltemplates/person-jsonld.htmltemplates/breadcrumb-jsonld.htmltemplates/faq-jsonld.htmltemplates/service-offer-catalog-jsonld.htmltemplates/static-landing-page.htmltemplates/launch-checklist.mdtemplates/privacy-notice.md
Scripts
Scripts are optional helpers. Run them from the target project root when the environment allows it:
scripts/check-metadata.mjs [html-file] [--no-write]- static metadata, headings, image, favicon, manifest, and basic SEO checks.scripts/check-structured-data.mjs [html-file] [--no-write]- JSON-LD parse and schema sanity checks.scripts/check-links.mjs [html-file] [--network] [--no-write]- local links, fragments, assets, and optional external URL checks.scripts/check-site-files.mjs [site-root] [--no-write]-robots.txt,sitemap.xml,site.webmanifest, and common icon checks; passpublicfor framework public folders.scripts/check-placeholders.mjs [paths...] [--no-write]- unreplaced{{PLACEHOLDER}}checks after templates are applied.scripts/run-lighthouse.mjs <url> [mobile|desktop]- Lighthouse JSON report.scripts/summarize-lighthouse.mjs [lighthouse-json-report] [--no-write]- Markdown summary from a Lighthouse report.scripts/run-pagespeed.mjs <url> [mobile|desktop]- PageSpeed Insights JSON report.scripts/summarize-pagespeed.mjs [pagespeed-json-report] [--no-write]- Markdown summary from a PageSpeed report.scripts/list-search-console-sites.mjs [--no-write]- list verified Search Console properties.scripts/submit-sitemap.mjs <search-console-site-url> <sitemap-url>- submit a sitemap through Search Console API.scripts/inspect-url.mjs <inspection-url> <search-console-site-url> [language-code]- inspect URL indexing data through Search Console API.
Use PAGESPEED_API_KEY for PageSpeed API calls when available.
Use GOOGLE_SEARCH_CONSOLE_ACCESS_TOKEN only for supported Search Console API actions.
If a requested API-backed action needs credentials and the required environment variable is missing, ask the user for the secret only at that point and use it for the current session only by default. Do not write secrets to .env, tracked files, or project config unless the user explicitly asks for that.
If credentials, network, dependencies, or quota are unavailable, do not fake success. Explain the blocker and provide manual steps or fallback commands.
When unsure about usage, run the script with missing arguments to see its usage text or read references/validation-workflow.md.
Rules
- Prefer concrete file edits over generic advice.
- Preserve existing project conventions.
- Ask for credentials only when required by the requested action, and use them for the current session only by default.
- Do not keyword-stuff.
- Do not add fake ratings, fake reviews, or unsupported claims.
- Do not promise ranking, indexing, or Core Web Vitals outcomes.
- Avoid layout-moving entrance animations. Prefer opacity-only reveals when animation is needed.
- Frameworks are not bad by default. Use static HTML for simple sites, and use React, Next.js, Astro, or similar frameworks when the project already uses them or needs their features.
- For local businesses, prioritize exact business name, NAP consistency, service area, opening hours, map link, Google Business Profile or the local equivalent, reviews, and custom-domain guidance.
Source: Luci6n/seo-landing-page-skill — distributed by TomeVault.