Learn how to connect your WordPress website to Google Search Console so you can monitor search performance, fix indexing issues, and improve SEO visibility.
Why Google Search Console Matters for Your Website
Google Search Console (GSC) is a free tool from Google that shows how your website appears in search results. It helps you:
- See which keywords bring visitors to your site
- Find and fix indexing or crawling issues
- Submit sitemaps so Google can discover your pages faster
- Monitor mobile usability and Core Web Vitals
Connecting your WordPress site to GSC is one of the most important early SEO steps after launch.

Before You Start: What You Need
Make sure you have:
- A live WordPress website with a working domain (for example,
https://example.com) - A Google account (Gmail or Workspace)
- Administrator access to your WordPress dashboard
- Optional but recommended: an SEO plugin such as Rank Math, SEOPress, or similar (Compass Production may have already installed one)
Step 1: Open Google Search Console
- Go to search.google.com/search-console.
- Sign in with your Google account.
- If this is your first time using GSC, you will see a welcome screen asking you to add a property.
Choose the Right Property Type
Google offers two property types:
- Domain (covers all protocols and subdomains, such as
http,https,www, and non-www) - URL prefix (covers only one exact version, such as
https://www.example.com/)
For most Compass Production clients, URL prefix is simpler because it supports multiple verification methods that do not require DNS access.
Step 2: Add Your WordPress Site as a Property
- In the GSC welcome box, under URL prefix, enter your site URL exactly as it appears in the browser address bar (usually
https://www.yourdomain.com/orhttps://yourdomain.com/). - Click Continue.
- Google will scan your site and then display several verification options.
Step 3: Choose a Verification Method
You must prove that you own the website. Below are the most common methods for WordPress users.
Option A: HTML Tag Verification (Recommended for Most Users)
This method uses a small meta tag placed in your site’s <head> section. Many SEO plugins make this easy.
1. Copy the HTML Tag from Google Search Console
- In the verification options list, click HTML tag.
- Google will show a line of code that starts with
<meta name="google-site-verification" ...>. - Click Copy and keep this tab open.
2. Add the HTML Tag in WordPress via Your SEO Plugin
The exact path may vary slightly depending on your plugin, but the pattern is similar:
- In WordPress, go to Dashboard ? SEO Plugin Settings (for example, Rank Math ? General Settings or similar).
- Look for a section labeled Webmaster Tools, Search Console, or Site Verification.
- Find the field for Google Search Console or Google Verification Code.
- Paste only the verification code or the full meta tag, depending on the plugin’s instructions shown near the field.
- Click Save Changes.
Option B: HTML File Upload (If You Have File Access)
If you or your IT team manage hosting directly, you can use the HTML file upload method instead:
- In GSC, select HTML file as the verification method.
- Download the file provided by Google.
- Use your hosting file manager or SFTP to upload the file to the root folder of your website (the same folder that contains
wp-config.php). - Return to GSC and click Verify.
This method is usually handled by a developer or hosting administrator.
Option C: DNS TXT Record (For Domain-Level Verification)
Use this method if you want to verify the entire domain (all subdomains and protocols) and you have access to your domain registrar (for example, where you purchased your domain).
- In GSC, choose the Domain property type instead of URL prefix.
- Google will show a TXT record that looks like
google-site-verification=.... - Log in to your domain registrar and open the DNS management area.
- Add a new TXT record at the root of your domain with the value provided by Google.
- Save the record, wait a few minutes, then click Verify in GSC.
DNS changes can take up to 24 hours to propagate, but they often verify within minutes.
Step 4: Complete Verification
- After adding your tag, file, or DNS record, go back to the Google Search Console tab.
- Click the Verify button.
What You Should See
If everything is set up correctly, you will see a confirmation message:
“Ownership verified. You have successfully verified ownership of <your site>.”
If verification fails, GSC will show an error explaining which method did not work. Common issues include:
- The meta tag was not saved or is in the wrong place
- The HTML file was uploaded to the wrong folder
- The DNS TXT record has not fully propagated yet

Step 5: Submit Your XML Sitemap
Submitting a sitemap helps Google discover your pages more efficiently.
Find Your Sitemap URL
Most SEO plugins automatically create a sitemap. Common URLs include:
https://yourdomain.com/sitemap_index.xmlhttps://yourdomain.com/sitemap.xml
If Compass Production configured your SEO plugin, your sitemap URL is usually listed in the plugin’s settings under Sitemaps.
Add the Sitemap in Google Search Console
- In GSC, select your property from the top-left dropdown.
- In the left-hand menu, click Sitemaps.
- Under Add a new sitemap, enter the sitemap path (for example,
sitemap_index.xml). - Click Submit.
Step 6: Confirm Data Is Flowing In
Data in Google Search Console is not instant. It usually takes 24–72 hours for search performance data to appear.
What You Should See
- Overview page with basic coverage and performance summaries
- Performance ? Search results showing impressions, clicks, and average position over time
- Pages and Queries tabs listing your top-performing URLs and keywords once enough data is collected
Ongoing Best Practices After Verification
Once your site is verified, make a habit of checking GSC regularly:
- Review the Coverage report for pages that are not indexed and why.
- Monitor Page Experience and Core Web Vitals for performance issues.
- Use the URL Inspection tool to test and request indexing for new or updated pages.
- Watch for Security & Manual Actions alerts (for example, hacked content or policy violations).
If Compass Production Manages Your SEO
If Compass Production is managing your SEO, we may already have added and verified your site in our Google Search Console account. In that case, we can:
- Share read-only access with your Google account
- Handle sitemap submissions and indexing requests
- Monitor errors and provide recommendations
Contact your account manager if you are unsure whether your site is already connected.
Video