ToolSura Blog
ArticlesAboutContact
Search

Stay in the loop

Join thousands of developers getting weekly insights into modern web development, AI tools, and productivity.

© 2026 ToolSura Blog
AboutContactPrivacy PolicyTerms of ServiceRSS

    Table of Contents

    What is a "property"?Sign in to Search ConsoleAdd your propertyVerify ownershipConfirm it workedWhat's nextSources
    HomeToolsura BlogArticle

    Step 1: Create and verify a Google Search Console property

    A

    Abhay Khant

    Jan 1, 1970 • 2 min read

    Step 1: Create and verify a Google Search Console property
    Google Search Console panel with a green verified check beside a domain URL, next to a blue shield marked Ownership Verified

    Before gsc-indexer can inspect anything, Google has to know you own the site. This guide gets you a verified property.

    What is a "property"?

    In Google Search Console, a property is a website (or part of one) you've proven you control. You can only inspect URLs that belong to a property you have access to. If the URL's host doesn't match the property, you'll get a 403 You do not own this site error later. so get this right now.

    Sign in to Search Console

    1. Go to search.google.com/search-console.
    2. Sign in with the Google account that manages your site.

    Add your property

    1. Click Add property.

    2. Choose the URL-prefix property type (the other type, Domain, needs DNS access and is overkill here).

    3. Enter the exact prefix, including https:// and www if you use it:

      https://www.toolsura.com/
      

    Exact match matters. https://toolsura.com/ and https://www.toolsura.com/ are different properties. Inspect the URL exactly as it appears in the property prefix, or you'll hit a 403.

    Verify ownership

    The easiest method for most sites is the HTML file upload:

    1. On the verification screen, pick HTML file.
    2. Download the file Google gives you (it looks like google1234567890abcdef.html).
    3. Upload it to the root of your site so it's reachable at https://www.toolsura.com/google1234567890abcdef.html.
    4. Click Verify.

    Other options (HTML tag in <head>, Google Analytics, DNS record) work too. pick whichever you can complete.

    Confirm it worked

    You should land on the property dashboard. That's it. the property exists and you own it.

    What's next

    You still can't run the tool yet. GSC property access uses your Google login, but the CLI runs unattended and needs a service account instead. Continue to create a service account and grant it access.

    Sources

    • Google Search Console
    • Google Search APIs overview
    • Service account OAuth (Google Identity)
    • About service accounts (Google Cloud IAM)
    • Verify site ownership
    • Indexing API (JobPosting/BroadcastEvent only)
    • Request indexing / inspect a URL

    Frequently Asked Questions

    developer-tools
    search
    website-analysis
    web-development
    A

    About Abhay Khant

    A passionate tech enthusiast and professional developer specializing in AI, automation, and modern web development. Sharing insights and guides to help others build better software faster.

    View full profile →

    Join the Newsletter

    Get articles like this delivered to your inbox every Thursday.

    What to read next

    Stop Windows from Installing Apps Without Permission
    Jan 1, 197010 min read

    Stop Windows from Installing Apps Without Permission

    LG and Dell monitors silently push apps via Windows Update. Learn how to stop Windows from installing apps without permission and detect what's on your PC.

    AAbhay Khant
    Indexing many URLs: batch files, stdin, and sitemaps
    Jan 1, 19702 min read

    Indexing many URLs: batch files, stdin, and sitemaps

    Submit URLs to Google in bulk with gsc-indexer: batch files, stdin pipes, and sitemap expansion into every <loc> (capped at 50,000 URLs).

    AAbhay Khant
    Big runs without getting throttled: -delay, -q, and -dry-run
    Jan 1, 19702 min read

    Big runs without getting throttled: -delay, -q, and -dry-run

    Run gsc-indexer over thousands of URLs without Google throttling you: raise -delay, use -q for clean progress, and survive 429/5xx backoff.

    AAbhay Khant