Table of Contents
If you run a Wix site, Google Search Console (GSC) is the single most useful free tool you can connect to it. It tells you which queries already bring people to your pages, which URLs Google has actually indexed, and where you are sitting just outside the top results and leaving traffic on the table. Wix even builds a shortcut for connecting the two directly into its dashboard, so the setup is faster than on most other platforms.
There is a stubborn myth that Wix and SEO do not mix. That reputation comes from the early 2010s, when Wix sites leaned heavily on JavaScript that crawlers struggled with and URLs were cluttered with hash fragments. That era is long gone. Modern Wix renders clean, crawlable HTML, generates a sitemap automatically, lets you edit title tags and meta descriptions per page, and supports structured data. A well-optimized Wix site can rank perfectly well. The platform is not the bottleneck most people assume it is.
This guide walks through connecting Wix to Search Console two different ways, submitting your sitemap, confirming indexing, and then using the data GSC sends back to improve the pages you already have. If you are brand new to Search Console as a product, our general Google Search Console guide is a good companion read.
Why Wix Site Owners Need Search Console
Wix gives you visitor analytics out of the box, but those analytics tell you what happens after someone lands on your site. They cannot tell you what people searched for to find you, what Google thinks your pages are about, or whether Google has even indexed a given page. Only Search Console answers those questions, because that data comes directly from Google's side.
For a Wix site specifically, GSC is where you confirm that the platform's automatic sitemap is being read, catch any pages Google has chosen not to index, and find the queries where you rank on page two. That last category — "striking distance" — is usually the fastest path to more traffic, and we will come back to it.
How Wix URLs Are Structured
Before you dig into GSC reports, it helps to know how Wix names your URLs, because you will filter on these patterns constantly.
| Content type | Typical Wix URL pattern | Example |
| --- | --- | --- |
| Homepage | / | https://www.example.com/ |
| Standard page | /page-name | https://www.example.com/about |
| Blog post | /post/post-title | https://www.example.com/post/my-first-post |
| Blog landing | /blog | https://www.example.com/blog |
| Store product | /product-page/product-name | https://www.example.com/product-page/blue-mug |
| Store category | /category/category-name | https://www.example.com/category/mugs |
Knowing these prefixes lets you slice the Performance report by section. Wix also lets you customize page slugs in the SEO settings, so your real URLs may differ from the defaults above — but the /post and /product-page prefixes are the standard Wix behavior unless you are on a setup that removes them.
Connecting Wix to Google Search Console
There are two routes. The built-in connector is the easiest; the meta-tag method is the manual fallback if you prefer to verify directly inside GSC.
Method 1: Wix's Built-In Connector (Recommended)
Wix includes a one-click connection in its SEO tools.
- In your Wix dashboard, go to Marketing & SEO (or SEO Tools), then find Site Inspection / the Connect Site to Google Search Console option.
- Click Connect to Google Search Console and sign in with the Google account you want to own the property.
- Authorize Wix to access Search Console. Wix handles verification for you behind the scenes.
- Once connected, Wix can surface basic indexing status inside its own dashboard and, importantly, your property now exists in Search Console itself.
This is the path most Wix users should take. It avoids fiddling with verification tokens and keeps the connection tied to your Wix account.
Method 2: Meta-Tag (HTML Tag) Verification
If you would rather set up the property from the Google side, use HTML tag verification. This is also the route to choose if you want a property someone other than the Wix account owner controls.
- In Search Console, click Add property and choose the URL prefix type. Enter your full Wix URL exactly, including
https://andwwwif your site uses it. - Choose the HTML tag verification method. Google gives you a
<meta name="google-site-verification" ... >tag. - In Wix, go to Marketing & SEO > SEO Tools > Advanced SEO (the custom header/meta tags area) and paste the meta tag, or use the dedicated verification field if Wix shows one.
- Publish your Wix site so the tag is live, then return to GSC and click Verify.
Our standalone walkthrough on how to add a website to Google Search Console covers the property-type choice in more depth if you are unsure between URL prefix and domain properties.
Submitting Your Wix Sitemap
Wix generates a sitemap automatically and keeps it updated as you add or remove pages. You do not create or maintain it by hand. It lives at:
https://www.example.com/sitemap.xml
Open that URL in your browser (using your real domain) to confirm it loads. You should see an XML index, often pointing to several child sitemaps for pages, blog posts, products, and so on.
To submit it:
- In Search Console, open the Sitemaps report under the Indexing section.
- In the "Add a new sitemap" field, enter
sitemap.xml(GSC prepends your domain automatically). - Click Submit. Status should change to "Success" within a short time; if it stays pending, recheck the URL loads and that your site is published.
You do not need to resubmit every time you publish — Google rechecks the sitemap on its own schedule, and Wix updates the file automatically. For a deeper look at reading the Sitemaps report and what each status means, see our Google Search Console sitemap guide.
Using the SEO Setup Checklist (SEO Wiz)
Wix ships a guided tool called the SEO Setup Checklist (older branding: SEO Wiz). It asks for your business name, location, and a few target keywords, then produces a personalized checklist: connecting Search Console, setting homepage title tags and meta descriptions, ensuring pages are indexable, and so on.
It is genuinely useful for getting the fundamentals in place, and it nudges you toward connecting GSC as part of the flow. Treat it as a baseline, not a finish line — it covers on-page hygiene but does not replace the ongoing query analysis you do inside Search Console.
Confirming Your Pages Are Indexed
Connection and a submitted sitemap do not guarantee indexing. Check it.
- URL Inspection: Paste any Wix page URL into the search bar at the top of GSC. It reports whether the URL is on Google, when it was last crawled, and lets you Request Indexing for new or recently updated pages.
- Pages report: Under Indexing > Pages, you see how many URLs are indexed versus not, grouped by reason. Common Wix entries here are harmless — "Page with redirect" or "Alternate page with proper canonical tag" often reflect Wix's own URL handling. Others, like "Crawled - currently not indexed," may flag thin or duplicate content worth improving.
If you see errors you do not understand, our breakdown of Google Search Console index coverage errors explains each status and which ones actually need action versus which are normal.
Turning GSC Data Into Wix Content Wins
Once data accumulates (give it a couple of weeks), the Performance report becomes your roadmap. Open it, and add the Average position and CTR metrics alongside Clicks and Impressions.
Filtering by Wix Section with Regex
Search Console's Page filter supports RE2 regular expressions. Switch the Page filter to "Custom (regex)" and try these. Replace nothing — these match path patterns, so they work on any domain:
Match only blog posts:
/post/
Match only store product pages:
/product-page/
Match blog posts OR products in one view:
/(post|product-page)/
Exclude the homepage and utility pages, keep everything else (negative lookahead is not supported in RE2, so filter the inverse instead — match content sections explicitly):
/(post|product-page|category)/
Match a specific topic cluster across your blog (e.g. anything with "recipe" in the slug):
/post/.*recipe.*
These let you compare how your blog performs versus your store, or isolate one content cluster to see if it is gaining traction.
Finding Striking-Distance Pages
The biggest quick win on most Wix sites is queries ranking in positions 11–20 — page two of Google. A small improvement can push them onto page one.
- In Performance, set a 3-month date range and enable Average position.
- Sort or filter to find queries with a high impression count but an average position around 11–20.
- Note the page each query maps to using the Pages tab.
These are pages Google already considers relevant; they just need a nudge. Our guide to striking-distance keywords in Google Search Console covers the filtering workflow in detail, and our free Search Console Tools connects to your account with Google OAuth and pulls these candidates for you automatically — turning the raw GSC export into a ready-to-use content brief without the spreadsheet work.
Editing Title Tags and Meta Descriptions in Wix
Once you know which page to improve and which query to target, make the edit in Wix:
- Open the page in your Wix editor, or go to Marketing & SEO > SEO Tools > Pages to see all pages with their SEO settings.
- Open the SEO / SEO Basics panel for the page.
- Edit the SEO Title (title tag) to lead with the target query naturally, and rewrite the Meta Description to be specific and compelling. Wix shows a live search-result preview as you type.
- For blog posts and products, the SEO settings are on each individual post/product editor rather than the global Pages list.
- Publish, then use URL Inspection in GSC to request a recrawl so Google picks up the change faster.
Fixing Low CTR
Sometimes a Wix page already ranks well but barely gets clicked. That is a title-and-description problem, not a ranking problem. Look for pages with strong average position (say, top 5) but a click-through rate below what you would expect for that position. Rewriting the SEO title and meta description in Wix — adding specificity, numbers where honest, or a clearer benefit — often lifts CTR without any change in ranking. Our piece on how to fix low CTR in Google Search Console walks through identifying these pages.
A Realistic Word on Wix and SEO
To be fair to both sides: Wix will not magically outrank a hand-built site, and you do have less low-level control than on a fully custom stack. But the platform gives you everything that matters for organic search — editable metadata, clean URLs, an automatic sitemap, structured data support, decent performance, and a direct Search Console connection. The difference between a Wix site that ranks and one that does not is almost always the content and the optimization work, not the platform. Search Console is how you do that work with evidence instead of guesswork.
Frequently Asked Questions
Is Google Search Console free for Wix sites?
Yes. Google Search Console is completely free regardless of which platform your site is built on, and it works the same way for Wix as for any other website. You only need a Google account to use it. Wix's built-in connector to GSC is also free on any plan that includes SEO tools.
Do I need a paid Wix plan to use Search Console?
To verify a site and submit a sitemap, your Wix site needs to be published on a connected custom domain, which requires a Premium plan. Free Wix sites use a wixsite.com subdomain and are not eligible to connect their own domain to Search Console. Once you have a paid plan with a custom domain, the GSC connection works fully.
Where is the Wix sitemap located?
Wix automatically generates your sitemap at yourdomain.com/sitemap.xml and updates it as you add or remove pages. You do not need to create or edit it manually. Submit sitemap.xml in the Sitemaps report inside Search Console so Google knows where to find it.
Why are some Wix pages not indexed in Search Console?
Some "not indexed" statuses are normal for Wix — entries like "Page with redirect" or "Alternate page with proper canonical tag" reflect how Wix handles URLs and need no action. Others, such as "Crawled - currently not indexed," can signal thin, duplicate, or low-value content that Google chose to skip. Review the reason in the Pages report and improve or consolidate the affected pages where appropriate.
Is Wix actually good for SEO?
Modern Wix is far better for SEO than its older reputation suggests. It supports editable title tags and meta descriptions, custom URL slugs, an automatic sitemap, structured data, and a direct Search Console connection. Rankings come down to your content and optimization rather than the platform, and a well-managed Wix site competes fine in search.
How do I find which Wix pages to improve first?
Use the Performance report in Search Console and look for pages ranking in positions 11–20 with high impressions — these "striking distance" pages are closest to page one. Also flag pages with strong rankings but low click-through rates, which usually need better titles and meta descriptions rather than more authority. Our free Search Console Tools can pull these candidates automatically and turn them into content briefs.
Run a Free AI Citation Audit
Are you in the AI Overview? Get a free report showing how often ChatGPT, Claude, and Gemini cite your brand, plus the 3 blockers preventing your discovery in 2026.
No spam. 1-click unsubscribe. Join 1,200+ SEO teams managing the GEO pivot.