Every page,
in one place.
A complete map of the Sol Advisor Guide. Use it to jump anywhere, or hand it to a search engine — the machine-readable version lives at sitemap.xml.
Pages on this site
Five guides covering what Sol Advisor is, how to install it, why it helps, and common questions.
Home
The plain-English overview: roles, the two delivery lanes, and a one-line install.
What it is
Sol, Terra, and Luna explained, plus the architecture diagram and the verifiable handoff.
Get started
Install the native Terra / High lane, or explicitly enable the Luna task lane, plus troubleshooting.
Why Sol Advisor
The value of separated architecture and review, verifiable routing, and a real acceptance gate.
FAQ
Common questions about lanes, routing, verification, and requirements.
sitemap.xml
The XML sitemap submitted to search engines (Google, Bing, Yandex via IndexNow).
Submit this site
Already indexed? Speed up updates with IndexNow. The published key file validates instant submissions to Bing and Yandex.
# Notify Bing / Yandex of changed URLs (IndexNow)
curl -X POST "https://api.indexnow.org/indexnow" \
-H "Content-Type: application/json; charset=utf-8" \
-d '{
"host": "sol-advisor.space",
"key": "85cbda89cf3d7f12fa7d1f982eda100d",
"keyLocation": "https://sol-advisor.space/85cbda89cf3d7f12fa7d1f982eda100d.txt",
"urlList": [
"https://sol-advisor.space/",
"https://sol-advisor.space/about.html",
"https://sol-advisor.space/getting-started.html",
"https://sol-advisor.space/why.html",
"https://sol-advisor.space/faq.html"
]
}'