feat(geo): structured data, meta tags, and AI crawler infrastructure#136
Open
abrichr wants to merge 2 commits into
Open
feat(geo): structured data, meta tags, and AI crawler infrastructure#136abrichr wants to merge 2 commits into
abrichr wants to merge 2 commits into
Conversation
Addresses critical GEO (Generative Engine Optimization) gaps identified in audit scoring 36/100. Adds robots.txt with AI crawler allowances, sitemap.xml, llms.txt, JSON-LD schema markup (Organization, SoftwareApplication, WebSite), unique per-page titles/descriptions/ canonical URLs, security headers, and fixes heading hierarchy. - Create public/robots.txt with explicit AI bot rules and sitemap ref - Create public/sitemap.xml covering all 5 indexable pages - Create public/llms.txt for LLM content guidance - Create pages/_document.js with lang="en" on html tag - Fix _app.js: single meta description, improved title, complete OG + Twitter Card tags - Add JSON-LD structured data to homepage (Organization + SoftwareApplication + WebSite schemas with sameAs to GitHub/X/LinkedIn/Discord/PyPI) - Add unique Head (title, description, canonical, OG) to all pages - Fix duplicate h1 in IndustriesGrid (h1 -> h2) - Add alt/height to TAAFT badge image (CLS fix) - Add security headers to netlify.toml (X-Frame-Options, Referrer-Policy, Permissions-Policy, HSTS w/ includeSubDomains) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for cosmic-klepon-3c693c ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Add <lastmod> dates to all sitemap URLs so crawlers can prioritize recrawl scheduling. Add a comment in _app.js reminding future contributors to add per-page Head tags on new pages. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
Addresses critical GEO (Generative Engine Optimization) gaps identified in audit scoring 36/100. This PR adds the foundational infrastructure needed for AI search engines (ChatGPT, Perplexity, Gemini, Google AI Overviews) to discover, understand, and cite OpenAdapt.
robots.txtwith explicit AI bot rules,sitemap.xmlfor all 5 pages,llms.txtfor LLM content guidancesameAslinks to GitHub/X/LinkedIn/Discord/PyPI<title>,<meta description>, canonical URLs, complete Open Graph + Twitter Card tagslang="en"on<html>, duplicate<h1>→<h2>in IndustriesGrid, alt/height on TAAFT badge (CLS fix)netlify.tomlFiles changed
public/robots.txtpublic/sitemap.xmlpublic/llms.txtpages/_document.jslang="en"on html tagpages/_app.jspages/index.jspages/book.jspages/contact.jspages/privacy-policy.jspages/terms-of-service.jscomponents/IndustriesGrid.jsnetlify.tomlTest plan
robots.txtandsitemap.xmlare accessible at root<title>or<meta description>tags in page sourcellms.txtis accessible at/llms.txt🤖 Generated with Claude Code