feat: establish SEO and AI visibility foundation (design WIP) - #1
Draft
hqhq1025 wants to merge 2 commits into
Draft
feat: establish SEO and AI visibility foundation (design WIP)#1hqhq1025 wants to merge 2 commits into
hqhq1025 wants to merge 2 commits into
Conversation
hqhq1025
marked this pull request as draft
August 12, 2026 15:26
|
I built an AI Agent Readiness Audit service that checks exactly the surfaces you need for AI visibility: llms.txt, robots.txt, sitemap.xml, .well-known/x402, and agents.txt. It gives you a grade and specific fixes. Try it: https://x402-audit-landing-mivdylf55-lasse-tfa.vercel.app - only $0.01 USDC per audit on Base. This could help with your SEO and AI visibility foundation. |
Open
22 tasks
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.
Status
Draft: SEO/GEO infrastructure is working, but the new public pages are not visually finished.
This PR establishes indexable routes, canonical facts, release freshness, and machine-readable endpoints. The current document-page design is a first-pass information architecture used to validate content, responsive behavior, and crawler contracts. It is intentionally shown below so reviewers can evaluate the real state. The PR should not be marked ready or merged until the design and content checklist is resolved.
Public page inventory
The production links return 404 until this PR is merged and GitHub Pages deploys.
https://maka-agent.com/src/pages/index.astrohttps://maka-agent.com/download/src/pages/download.astrohttps://maka-agent.com/docs/src/pages/docs.astrohttps://maka-agent.com/architecture/src/pages/architecture.astrohttps://maka-agent.com/security/src/pages/security.astrohttps://maka-agent.com/releases/src/pages/releases.astrohttps://maka-agent.com/zh/src/pages/zh/index.astroShared page implementation:
src/layouts/ContentLayout.astrosrc/components/DocumentHeader.astrosrc/styles/document.csssrc/layouts/BaseLayout.astroCurrent visual state
These screenshots are the current implementation, not target mocks.
Download: desktop and mobile
Documentation: desktop and mobile
Architecture: desktop and mobile
Security: desktop and mobile
Releases: desktop and mobile
Chinese overview: desktop and mobile
Known design and content gaps
Before ready for review:
The crawler contracts and content sources should remain stable while these pages are redesigned.
Machine-readable inventory
https://maka-agent.com/llms.txthttps://maka-agent.com/llms-full.txthttps://maka-agent.com/site.jsonhttps://maka-agent.com/project.md/download.md,/docs.md,/architecture.md,/security.md,/releases.md,/zh.mdhttps://maka-agent.com/.well-known/security.txthttps://maka-agent.com/sitemap-index.xmlInfrastructure included
maka-agent/maka-agentGitHub Release during the build.noindex, nofollow.tests/seo_contract.mjsfails the build when required routes or metadata disappear.Verification completed
npm run buildMAKA_SITE_URL=http://127.0.0.1:4327 npm run test:e2esite.jsonpayloads parse successfullyMerge and deployment
maka-agent.comuntil this PR is merged and the GitHub Pages deployment completes.maka-agent/maka-agent#2924depends on these routes and is also Draft.GITHUB_TOKENfor release metadata and fails instead of publishing stale release facts.