|
| 1 | +# BrowserTrace Search Indexing Submission |
| 2 | + |
| 3 | +This is an owner-only checklist for getting the GitHub Pages launch surface into |
| 4 | +Google Search Console and Bing Webmaster Tools. Codex can prepare files and add |
| 5 | +verification tokens, but the owner must sign in and verify ownership. |
| 6 | + |
| 7 | +## Ready URLs |
| 8 | + |
| 9 | +| Surface | URL | |
| 10 | +|---|---| |
| 11 | +| Homepage | `https://aaronlab.github.io/browsertrace/` | |
| 12 | +| Sitemap | `https://aaronlab.github.io/browsertrace/sitemap.xml` | |
| 13 | +| Robots | `https://aaronlab.github.io/browsertrace/robots.txt` | |
| 14 | +| Repository | `https://github.com/aaronlab/browsertrace` | |
| 15 | +| Launch kit | `https://aaronlab.github.io/browsertrace/launch/` | |
| 16 | + |
| 17 | +## Google Search Console |
| 18 | + |
| 19 | +1. Add a URL-prefix property for `https://aaronlab.github.io/browsertrace/`. |
| 20 | +2. Choose an HTML tag or HTML file verification method. |
| 21 | +3. If Search Console gives you a meta tag, paste the full tag into issue #16 so |
| 22 | + it can be added to `docs/index.html`. |
| 23 | +4. If Search Console gives you an HTML verification file, attach or paste the |
| 24 | + filename and contents into issue #16 so it can be added under `docs/`. |
| 25 | +5. After ownership verification, submit: |
| 26 | + |
| 27 | +```text |
| 28 | +https://aaronlab.github.io/browsertrace/sitemap.xml |
| 29 | +``` |
| 30 | + |
| 31 | +6. Use URL Inspection on the homepage and request indexing if the control is |
| 32 | + available. |
| 33 | + |
| 34 | +## Bing Webmaster Tools |
| 35 | + |
| 36 | +1. Add BrowserTrace to Bing Webmaster Tools. |
| 37 | +2. Prefer importing the verified Google Search Console property if available. |
| 38 | +3. Submit the same sitemap: |
| 39 | + |
| 40 | +```text |
| 41 | +https://aaronlab.github.io/browsertrace/sitemap.xml |
| 42 | +``` |
| 43 | + |
| 44 | +4. Check sitemap status and record any crawl or indexing errors in issue #16. |
| 45 | + |
| 46 | +## After Submission |
| 47 | + |
| 48 | +Record metrics after each verified submission: |
| 49 | + |
| 50 | +```bash |
| 51 | +uv run --python 3.11 python scripts/launch_metrics.py --append --note "after Google Search Console sitemap submission" |
| 52 | +uv run --python 3.11 python scripts/launch_metrics.py --append --note "after Bing Webmaster Tools sitemap submission" |
| 53 | +``` |
| 54 | + |
| 55 | +Use `docs/launch/metrics-log.md` for the running log. Treat indexing as a |
| 56 | +long-tail discovery channel; do not use fake traffic, click farms, doorway |
| 57 | +pages, or keyword-stuffed pages. |
| 58 | + |
| 59 | +Official references: |
| 60 | + |
| 61 | +- Google Search Console Sitemaps report: |
| 62 | + `https://support.google.com/webmasters/answer/7451001` |
| 63 | +- Google Search Central sitemap submission: |
| 64 | + `https://developers.google.com/search/docs/crawling-indexing/sitemaps/build-sitemap` |
| 65 | +- Bing Webmaster Tools: |
| 66 | + `https://www.bing.com/webmaster` |
0 commit comments