sitemap.xml and robots.txt are already implemented:
GET /robots.txt — crawl rules for major bots, disallows admin/auth/financial/planning paths, references sitemap
GET /sitemap.xml — lists all public marketing pages from PUBLIC_PAGE_ENTRIES in public/seo.py
Added as part of agentic browsing / Lighthouse SEO work (see public/seo.py, public/urls.py, and AgenticBrowsingSeoTests in public/tests.py).
Closing — no further work needed.
`sitemap.xml` and `robots.txt` are already implemented:
- `GET /robots.txt` — crawl rules for major bots, disallows admin/auth/financial/planning paths, references sitemap
- `GET /sitemap.xml` — lists all public marketing pages from `PUBLIC_PAGE_ENTRIES` in `public/seo.py`
Added as part of agentic browsing / Lighthouse SEO work (see `public/seo.py`, `public/urls.py`, and `AgenticBrowsingSeoTests` in `public/tests.py`).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Closing — no further work needed.
sitemap.xmlandrobots.txtare already implemented:GET /robots.txt— crawl rules for major bots, disallows admin/auth/financial/planning paths, references sitemapGET /sitemap.xml— lists all public marketing pages fromPUBLIC_PAGE_ENTRIESinpublic/seo.pyAdded as part of agentic browsing / Lighthouse SEO work (see
public/seo.py,public/urls.py, andAgenticBrowsingSeoTestsinpublic/tests.py).