← All docs

Search discovery automation

geodeck automates the discovery layer after content changes: Bing and IndexNow updates, Search Console sitemap sync, optional Google Indexing for eligible pages, XML-RPC fan-out for legacy aggregators, and strong freshness headers.

How do Bing and IndexNow updates work?

We send URL changes through the IndexNow protocol so Bing, Yandex, and other participating engines can discover new or updated content faster. We only claim confirmed delivery across the documented IndexNow participants.

Key file: you host /your-key.txt at your site root. Generation and instructions are on the domain detail page. No registration required.

Hosted sitemap.xml + RSS feed

For every verified domain, geodeck publishes:

  • https://geodeck.icu/api/sitemap/your-host – XML sitemap, up to 50,000 URLs, ETag + Last-Modified headers, 304 support.
  • https://geodeck.icu/api/feed/your-host – RSS 2.0 feed of recent updates (200 latest items).

Submit the sitemap URL to Google Search Console and Bing Webmaster Tools. Either link directly, or rewrite /sitemap.xml on your origin to proxy ours.

Google Search Console sync

geodeck re-submits your sitemap to Search Console once per UTC day via the official webmasters/v3/sites/.../sitemaps endpoint – the supported replacement for the deprecated google.com/ping?sitemap= URL. When Search Console access is connected, geodeck also runs URL Inspection every 6 hours to verify which saved pages Google has actually indexed.

Setup: connect Google once and keep the connected Google account as a verified owner of the property. geodeck then adds its service account through Google's Site Verification API during one-click setup.

Google Indexing API (optional, eligible pages only)

Eligibility: Google officially restricts the Indexing API to JobPosting and BroadcastEvent (livestream) content. Submitting other URLs may be silently dropped or trigger account warnings.

Disabled by default per domain. Toggle on if your site genuinely emits qualifying structured data. The mechanism uses an RS256 service-account JWT with the https://www.googleapis.com/auth/indexing scope. These notifications are separate from the Google Indexing dashboard card and do not feed the visibility score; both use Search Console URL Inspection results.

Freshness and crawl efficiency

Our llms.txt, llms-full.txt, sitemap, and feed endpoints include freshness headers so crawlers can re-check changed content efficiently.

Where can I review search update logs?

Every outbound search update – IndexNow, Search Console sitemap submit, Indexing API – is logged with provider, URL, HTTP status, and timestamp. Search Console URL Inspection results appear in the Google Indexing card and URL coverage fields instead of the activity feed.

Keep reading the rest of the geodeck documentation, or jump to the platform pages.

Platform