Google Search submission packet
The static SEO handoff for submitting Getaway Brief to Google Search Console after the site owner approves property verification and account use.
Getaway Brief Google Search Submission Packet
Status date: 2026-06-22
Status: static site ready for Google Search Console sitemap submission; Search Console property ownership/submission is a site-owner approval and credential gate.
Submit these URLs
- Canonical site:
https://getawaybrief.com/ - XML sitemap:
https://getawaybrief.com/sitemap.xml - XML image sitemap:
https://getawaybrief.com/sitemap-images.xml - Robots file:
https://getawaybrief.com/robots.txt - Guide index:
https://getawaybrief.com/articles/ - Trust center:
https://getawaybrief.com/trust.html - Affiliate disclosure:
https://getawaybrief.com/affiliate-disclosure.html - Privacy policy:
https://getawaybrief.com/privacy.html - Editorial policy:
https://getawaybrief.com/editorial-policy.html
Static SEO checks already in place
- Final canonical domain is
https://getawaybrief.com. robots.txtallows crawling and points to both the absolute XML sitemap and the image sitemap.sitemap.xmluses absolutehttps://getawaybrief.com/...URLs with<lastmod>populated per article from each article'slast_updatedfield.sitemap-images.xmluses Google's image-sitemap extension to surface licensed editorial imagery for Google Image Search.- Article pages include canonical tags, Open Graph metadata, Twitter card metadata, article schema, and FAQ schema.
- Current static build includes 38 guide pages and 136 generated HTML pages.
- Homepage, article index, cluster pages, trust pages,
/llms.txt,/agents.txt, and/agents.jsonare generated in the static build. - No Google Analytics or Google Tag Manager markers are present; approved analytics remains self-hosted Umami.
- Live affiliate links and partner IDs remain disabled until program approval.
Google Search Console submission steps
- Open Google Search Console with the account the site owner wants tied to Getaway Brief.
- Add a Domain property for
getawaybrief.comwhen possible; URL-prefix propertyhttps://getawaybrief.com/is acceptable if DNS verification is inconvenient. - Verify ownership through Cloudflare DNS TXT record or the site-owner-approved method.
- In Sitemaps, submit:
https://getawaybrief.com/sitemap.xml. Optionally also submithttps://getawaybrief.com/sitemap-images.xml. - Use URL Inspection for the homepage and 3-5 representative guide URLs, then request indexing if available.
- Recheck after Google processes the sitemap for discovered URLs, crawl/indexing warnings, duplicate canonical issues, and page-experience/mobile warnings.
IndexNow submission (Bing, Yandex, DuckDuckGo, Seznam, Naver)
IndexNow is the joint indexer for Bing/Yandex/DuckDuckGo/Seznam/Naver. Submitting after each build tells those engines the content is fresh.
- Generate an API key once:
python3 -c "import secrets; print(secrets.token_hex(16))" - Store the key in the Hermes env as
INDEXNOW_API_KEY(or in a.envfile at~/.hermes/.env). - Host a flat file at
https://getawaybrief.com/<key>.txtcontaining just the key string. This verifies domain ownership to IndexNow. - The submitter script
scripts/submit_indexnow.pyreads the sitemap and POSTs the URL list. Run it after each build:
INDEXNOW_API_KEY=<key> python3 scripts/submit_indexnow.py
- Response codes: 200 = accepted, 202 = accepted (key pending verification), 400 = bad payload. Treat any 4xx as a real failure to investigate.
Representative URLs to inspect first
https://getawaybrief.com/articles/weekend-trips-from-nyc-without-a-car.htmlhttps://getawaybrief.com/articles/where-to-stay-near-zion-without-a-car.htmlhttps://getawaybrief.com/articles/things-to-do-in-gatlinburg-when-it-rains.htmlhttps://getawaybrief.com/articles/dog-friendly-weekend-trips-from-atlanta.htmlhttps://getawaybrief.com/articles/warm-weekend-trips-from-chicago-in-march.html
Approval boundary
The agent can keep generating, validating, and deploying static SEO files. The agent must not use the site owner Google account, create/verify Search Console properties, submit under the site owner identity, add DNS verification records, or connect Google services without explicit approval.