Helping visitors and search engines find content.
Sitemaps
Published entries and pages with public routes are included in the XML sitemap. Search engines discover new URLs from /sitemap.xml (exact path depends on your routes configuration).
Rebuilding sitemaps
- After large imports, go to Tools → Maintenance.
- Run sitemap warm or rebuild if offered.
- Alternatively, background jobs may warm sitemaps on a schedule when cron is configured.
robots.txt
Struxa serves robots.txt with sitemap reference. Customize via settings or theme if your deployment requires disallow rules.
SEO defaults
Set global meta title and description under Settings so empty entries still produce reasonable snippets. Per-entry SEO overrides these when filled.
On-site search
Core provides search routes; themes can style results. For faceted or full-text search across custom fields, consider a plugin or headless integration with Elasticsearch or similar.
noindex pages
Enable noindex on individual entries or pages you do not want indexed (thank-you pages, staging duplicates with public URLs).
Troubleshooting
- Page missing from sitemap — Must be published with a public route; drafts are excluded.
- Stale URLs in Google — Use Search Console to request re-crawl after slug changes.