One page is rarely the whole story. This is the complete architecture of oneclickcoaching.com — product pages, company pages, and every trust document stakeholders might want during a vendor review.
Every page with its purpose and URL. Useful for vendor reviews, stakeholder handoffs, and the folks who prefer lists to diagrams.
A machine-readable sitemap lives at /sitemap.xml — this is what search engines read to find every page. It's regenerated on every deploy.
<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/..."> <url> <loc>https://oneclickcoaching.com/</loc> <lastmod>2025-11-20</lastmod> <priority>1.0</priority> </url> <url> <loc>https://oneclickcoaching.com/pricing</loc> <lastmod>2025-11-20</lastmod> <priority>0.9</priority> </url> <!-- ...and 10 more --> </urlset>