Demo: make sure tool pages are crawlable
Before launching a tool site, test representative URLs from each section. A single broad rule can block pages even when sitemap.xml is correct.
- Test home, tool, blog, and asset URLs separately.
- Avoid blocking locale prefixes such as /en or /zh-CN by accident.
- Disallow /api/ without blocking documentation paths such as /api-error-flow-diagram.
https://diagrampreview.com/en/mermaid-preview
---
User-agent: *
Allow: /
Disallow: /api/
Sitemap: https://diagrampreview.com/sitemap.xml