Indexing Your Content

    How to submit your content to Google, Bing, and ensure AI crawlers can find and index every page you publish.

    Publishing a page does not guarantee it gets indexed. Indexing is the act of submitting your content to search engines and AI crawlers so they know it exists. Without it, even a perfect AEO Score article will not be cited.

    Step 1 — Set up Google Search Console

    1. 1.Go to search.google.com/search-console and sign in.
    2. 2.Click 'Add property' and choose Domain (not URL prefix). Domain covers all versions of your site including www, non-www, http, and https.
    3. 3.Enter your domain without https:// — example: writecited.com
    4. 4.Google will provide a TXT record. Add it to your DNS provider (Vercel, Cloudflare, GoDaddy, etc.) as a TXT record with Name: @ and Value: the verification code.
    5. 5.Return to GSC and click Verify.

    Step 2 — Submit your sitemap

    In GSC, go to Indexing > Sitemaps in the left sidebar. Enter your sitemap URL: yourdomain.com/sitemap.xml. Click Send. Google will process the sitemap within 24–48 hours.

    Note: Most modern frameworks (Next.js, Nuxt, Astro) generate a sitemap automatically. Verify yours exists by visiting yourdomain.com/sitemap.xml in your browser before submitting.

    Step 3 — Request indexing for new pages

    For every new page you publish — including every new blog post — manually request indexing: Go to GSC and click the search bar at the top. Paste the full URL of the new page. Click 'Request Indexing'. This adds the page to Google's priority crawl queue. Google indexes manually requested pages within hours rather than days. This step takes 30 seconds per page.

    Step 4 — Submit to Bing Webmaster Tools

    Go to bing.com/webmasters and sign in with a Microsoft account. Add your site and verify ownership (same DNS TXT method as Google). Go to Sitemaps and submit yourdomain.com/sitemap.xml. Bing powers DuckDuckGo search and several AI tools. Submitting here takes 5 minutes and covers additional citation surfaces.

    Indexing timeline

    SourceTimeline
    Google (manually requested)Hours to 24 hours
    Google (sitemap only)24–72 hours for new domains
    Bing24–48 hours after sitemap submission
    ChatGPT / GPTBot1–2 weeks after Google indexes the page
    Perplexity1–2 weeks after Google indexes the page
    Claude / ClaudeBotVaries — typically 2–4 weeks

    Verifying crawl access

    Visit yourdomain.com/robots.txt in your browser. Confirm none of the following are blocked:

    • GPTBot
    • OAI-SearchBot
    • ClaudeBot
    • PerplexityBot
    • GoogleOther

    See the robots.txt guide for the correct configuration.