My Wix site is not appearing in Google at all: the complete diagnostic guide
Module 50: Wix SEO Troubleshooting, Diagnostics & Common Fixes | Lesson 554 of 687 | 58 min read
By Michael Andrews, Wix SEO Expert UK
Your Wix site is live, your pages look perfect, and you have been waiting patiently for Google to send you traffic. But when you search for your business name, your brand, or even your exact page titles, nothing shows up. Your Wix site is completely invisible in Google search results. This is one of the most common and most distressing problems Wix website owners face, and the good news is that it is almost always fixable once you identify the root cause. This comprehensive diagnostic guide walks you through every single reason a Wix site might not appear in Google, provides a systematic troubleshooting framework, and gives you the exact steps to fix each issue so your site starts getting indexed, crawled and ranked as quickly as possible.

The Most Common Reasons Wix Sites Do Not Appear in Google
Before diving into the diagnostic process, it helps to understand the landscape of potential causes. In our experience troubleshooting thousands of Wix sites, the reasons for complete Google invisibility fall into a predictable set of categories. Some are simple oversights that take seconds to fix, while others require deeper technical investigation. The key is to work through them systematically rather than guessing.
- The site has not been published or was accidentally unpublished
- The site is brand new and Google has not discovered it yet (sandbox period)
- A site-wide noindex meta tag is blocking all pages from being indexed
- The robots.txt file is blocking Googlebot from crawling the site
- Google Search Console has not been set up or verified, so Google does not know the site exists
- The XML sitemap has not been submitted to Google
- The custom domain has DNS configuration issues preventing Google from reaching the site
- The site has a manual action penalty from Google
- JavaScript rendering issues are preventing Google from seeing your content
- The site has been deindexed due to spam, malware or policy violations
- The domain was previously penalised or associated with spam before you acquired it
- Canonical tag misconfiguration is pointing Google to a different URL
Step 1: Check if Your Site Is Indexed at All Using the site: Operator
The very first diagnostic step is to determine whether Google has indexed any pages from your site at all. This immediately tells you whether the problem is total invisibility (zero pages indexed) or partial invisibility (some pages indexed but not the ones you expect).
How to check your site indexing status
- Open Google.com in an incognito or private browser window to avoid personalised results
- Type site:yourdomain.com into the search bar (replace yourdomain.com with your actual domain) and press Enter
- Examine the results carefully. If you see results, Google has indexed at least some of your pages. If you see "Your search did not match any documents", zero pages are indexed
- If you have results, count approximately how many pages are indexed by looking at the total result count shown below the search bar
- Compare this number to the total number of pages on your Wix site. If you have 50 pages but only 5 are indexed, you have a partial indexing issue
- Try the search with and without www: site:www.yourdomain.com versus site:yourdomain.com. Different results may indicate a canonical domain issue
- Also check the Wix subdomain: site:yourusername.wixsite.com/sitename. If this version is indexed instead of your custom domain, you have a domain configuration problem
Step 2: Verify Google Search Console Is Set Up and Working
Google Search Console (GSC) is the single most important tool for diagnosing why your Wix site is not appearing in Google. Without GSC, you are flying blind. If you have not set it up, this is likely a major contributing factor to your invisibility problem because Google relies on GSC verification and sitemap submissions as primary discovery signals for new sites.
Setting up and verifying Google Search Console for your Wix site
- Go to search.google.com/search-console and sign in with your Google account
- Click Add Property and select the URL prefix option (not Domain). Enter your full URL including https://
- For Wix sites, the easiest verification method is the HTML tag. Copy the meta tag provided by GSC
- In your Wix dashboard, go to Marketing & SEO > SEO Tools > Site Verification. Select Google Search Console and paste your verification code
- Alternatively, if you connected Google Search Console through the Wix SEO Setup Checklist, it may already be verified. Check by going to GSC and looking for your property
- Once verified, go to GSC and check the Coverage or Pages report. This shows you exactly how many pages Google has indexed, and more importantly, how many have errors or are excluded
- Check the Sitemaps section to confirm your sitemap has been submitted and processed
- Review the URL Inspection tool by entering your homepage URL. This tells you exactly what Google sees when it visits your page
Step 3: Check for Site-Wide Noindex Settings
A site-wide noindex tag is one of the most devastating and yet easily fixable causes of complete Google invisibility. When a noindex meta tag is present on every page, it explicitly tells Google not to include any of your pages in its search index. This is like putting up a Do Not Enter sign on every door of your business. Google will respect this directive and remove all your pages from search results, usually within days.
How to check for noindex tags on your Wix site
- Open your Wix site in a browser and navigate to your homepage
- Right-click anywhere on the page and select View Page Source or press Ctrl+U (Cmd+U on Mac)
- Press Ctrl+F (Cmd+F on Mac) to open the Find function and search for noindex
- If you find a meta tag that reads <meta name="robots" content="noindex"> or similar, this is your problem
- In Google Search Console, use the URL Inspection tool on your homepage. Under the Coverage section, it will explicitly tell you if the page has a noindex tag
- In your Wix dashboard, go to Marketing & SEO > SEO Tools > Robots Meta Tags. Check if any site-wide noindex directive has been set
- Also check individual page SEO settings: go to each page in the Wix Editor, click the three-dot menu, select SEO Settings, and look for the robots meta tag section. Ensure it is set to index, follow
Step 4: Check Your Robots.txt File for Blocking Issues
The robots.txt file tells search engine crawlers which parts of your site they are allowed to access. If your robots.txt file contains a Disallow: / directive for Googlebot, it is blocking Google from crawling any page on your site. Wix generates a robots.txt file automatically, but you can customise it, and mistakes in customisation can accidentally block your entire site.
How to check and fix your Wix robots.txt
- Open a browser and navigate to yourdomain.com/robots.txt. This displays your current robots.txt file
- Look for any Disallow: / line under User-agent: * or User-agent: Googlebot. This blocks all crawling
- Verify that the file contains a Sitemap: directive pointing to your XML sitemap (usually https://yourdomain.com/sitemap.xml)
- In your Wix dashboard, go to Marketing & SEO > SEO Tools > Robots.txt Editor to view and edit your file
- If you have made custom edits that are blocking Googlebot, remove the blocking directives and save
- The default Wix robots.txt is safe and correctly configured. If in doubt, reset to the default by removing all custom rules
- After making changes, use the robots.txt Tester in Google Search Console (under Legacy tools) to validate your file
# Correct Wix robots.txt (default)
User-agent: *
Disallow:
Sitemap: https://yourdomain.com/sitemap.xml
# PROBLEMATIC robots.txt (blocks everything)
User-agent: *
Disallow: /
# This blocks Google from crawling your entire site
Step 5: Verify Your XML Sitemap Submission
Your XML sitemap is the roadmap you give Google to help it discover all the pages on your Wix site. Without a submitted sitemap, Google must rely on following internal links to discover your pages, which is much slower and less reliable, especially for new sites with few or no external backlinks. Wix automatically generates a sitemap, but you need to verify it is working correctly and has been submitted to Google Search Console.
Verifying and submitting your Wix sitemap
- Navigate to yourdomain.com/sitemap.xml in your browser. You should see an XML document listing your pages
- Check that the sitemap loads correctly and is not showing an error page
- Verify that your important pages are listed in the sitemap. If key pages are missing, they may have noindex tags preventing them from being included
- In Google Search Console, go to Sitemaps in the left sidebar
- If no sitemap is listed, enter your sitemap URL (https://yourdomain.com/sitemap.xml) and click Submit
- If a sitemap is already submitted, check its status. It should show Success. If it shows errors, click into the report to see what is wrong
- Check the number of discovered URLs versus indexed URLs. A large gap indicates indexing issues with specific pages
Step 6: DNS and Domain Configuration Issues
If you recently connected a custom domain to your Wix site, DNS misconfiguration can prevent Google from reaching your site at all. DNS issues can also cause intermittent accessibility problems where Google sometimes cannot reach your server, leading to crawl errors that prevent indexing. This is especially common when transferring a domain from another registrar or when switching from another hosting platform to Wix.
- Verify your domain DNS records are pointing to Wix servers correctly. In your Wix dashboard, go to Settings > Domains and check the status
- If using a domain registered outside Wix, ensure the CNAME and A records match the values Wix requires
- Check for DNS propagation issues if you recently changed DNS settings. Use a tool like whatsmydns.net to verify global propagation
- Ensure both www and non-www versions of your domain resolve correctly
- Verify that HTTPS is enabled and working. Wix provides free SSL certificates, but they can take up to 48 hours to provision
- Check for redirect chains or loops between www and non-www or between HTTP and HTTPS versions
- If your domain was previously pointed to another hosting provider, ensure old DNS records have been fully removed
Step 7: Understanding the New Site Sandbox Period
Brand new websites, especially those on new domains with no history, enter what SEO professionals call the sandbox period. This is not an official Google penalty but rather a practical reality: Google needs time to discover, crawl, evaluate and trust a new website before it will rank it for competitive search queries. For Wix sites on brand new domains, this period typically lasts between 2 weeks and 6 months depending on your niche competitiveness and the effort you put into initial SEO setup.
How to Accelerate the Sandbox Period
- Submit your sitemap to Google Search Console immediately after publishing
- Use the URL Inspection tool to request indexing of your most important pages
- Build high-quality backlinks from relevant, authoritative websites in your industry
- Create and share content on social media platforms to generate referral traffic signals
- Set up Google Business Profile if you are a local business and link it to your Wix site
- Ensure your site loads fast and passes Core Web Vitals assessments
- Publish fresh, high-quality content regularly to encourage frequent crawling
- Register your site with Bing Webmaster Tools as well for additional crawl signals
Step 8: Check for JavaScript Rendering Issues
Wix sites are built primarily with JavaScript, which means Google must render your pages using its rendering engine (WRS - Web Rendering Service) before it can see and index your content. While Google has become much better at rendering JavaScript in recent years, issues can still occur, particularly with dynamic content, client-side rendered elements and third-party scripts that interfere with rendering.
Diagnosing JavaScript rendering issues on Wix
- In Google Search Console, use the URL Inspection tool on a page that is not being indexed
- Click Test Live URL to see how Google currently renders the page
- Switch between the HTML view and the rendered screenshot. Compare the screenshot to what you see in your browser
- If content is missing from the Google-rendered version, you have a rendering issue
- Check if the missing content is loaded via third-party embeds, iframes or custom code widgets
- Use the Mobile-Friendly Test tool (search.google.com/test/mobile-friendly) to see a rendered version of your page
- If critical content appears in custom HTML embeds or Velo code, ensure it is server-side rendered or has a fallback
Step 9: Check for Manual Actions and Security Issues
A manual action is a penalty imposed by a human reviewer at Google who has determined that your site violates Google's webmaster guidelines. Manual actions can result in individual pages or your entire site being removed from Google search results. Security issues, such as malware or hacked content, can also cause Google to suppress your site from results or show warning messages that deter clicks.
Checking for manual actions and security issues
- Log into Google Search Console and select your property
- In the left sidebar, click Security & Manual Actions > Manual Actions
- If you see a green checkmark and the message "No issues detected", you are clear
- If there is a manual action listed, read the description carefully. It will explain exactly what the violation is
- Next, check Security & Manual Actions > Security Issues for any malware or hacking problems
- If a manual action exists, fix the underlying issue and then submit a reconsideration request through GSC
- Manual action reviews typically take 1-4 weeks. Do not submit multiple reconsideration requests as this can delay the process
The Complete Diagnostic Flowchart
Use this systematic flowchart to work through every possible cause. Start at the top and work your way down. At each step, if you identify the issue, stop and fix it before continuing to the next step.
Diagnostic Flowchart: Follow This Exact Order
- Is the site published? Visit your URL in incognito mode. If it does not load, publish it first
- Is the site password-protected? Check Wix Settings > Privacy & Permissions. Remove password protection if enabled
- Does site:yourdomain.com return any results? If yes, you have partial indexing (jump to Lesson 2). If no, continue
- Is Google Search Console set up and verified? If no, set it up now. If yes, continue
- Does the URL Inspection tool show any errors for your homepage? If yes, follow the specific error guidance
- Is there a noindex meta tag on your pages? Check page source and Wix SEO settings. If yes, remove it
- Is robots.txt blocking Googlebot? Check yourdomain.com/robots.txt. If blocking, fix it
- Has your sitemap been submitted to GSC? If no, submit it now
- Does your sitemap load correctly at yourdomain.com/sitemap.xml? If it shows errors, investigate
- Are there DNS or domain configuration issues? Check Wix domain settings. If yes, fix DNS
- Is the site brand new (less than 4 weeks old)? If yes, the sandbox period may apply. Be patient and continue building
- Are there manual actions in GSC? If yes, address the violation and submit a reconsideration request
- Are there security issues in GSC? If yes, clean the site and request a review
- Is there a JavaScript rendering problem? Use URL Inspection to check. If yes, fix rendering issues
- Was the domain previously owned? Check Wayback Machine for history. If problematic history exists, consider a reconsideration request
Emergency Fixes: Quick Actions for Each Issue
Fix 1: Site Not Published
Go to your Wix dashboard and click Publish. If you have a custom domain connected, ensure the published version uses your custom domain. Verify by visiting your URL in an incognito window. After publishing, immediately submit your sitemap to Google Search Console and request indexing of your homepage using the URL Inspection tool.
Fix 2: Password Protection Enabled
In your Wix dashboard, go to Settings > Privacy & Permissions. If member-only or password-protected access is enabled for the entire site, disable it. Note that individual password-protected pages are fine and will simply not be indexed, but site-wide protection blocks everything. After removing protection, request re-indexing in GSC.
Fix 3: Noindex Tags Present
In the Wix Editor, click on Pages in the left panel. For each page, go to SEO Settings and ensure the robots meta tag allows indexing. Check Marketing & SEO > SEO Tools > Robots Meta Tags for any site-wide overrides. If you use Wix SEO Patterns, check that the pattern does not include a noindex directive for any page type.
Fix 4: Robots.txt Blocking
Go to Marketing & SEO > SEO Tools > Robots.txt Editor. Remove any Disallow: / directive. Save the file. Then submit your sitemap again in GSC and request indexing of your key pages. Google will re-crawl and honour the updated robots.txt within hours to days.
Fix 5: Sitemap Not Submitted
In Google Search Console, go to Sitemaps and submit https://yourdomain.com/sitemap.xml. Then use the URL Inspection tool to request indexing of your homepage, about page, services pages and any other critical pages. This sends immediate crawl signals to Google.
How Long to Wait After Applying Fixes
After implementing fixes, patience is essential but you should also set clear timelines for when to escalate. Google does not re-crawl and re-index sites instantly. The timeline depends on the nature of the fix and the authority of your site.
- Publishing the site for the first time: Allow 1-4 weeks for initial indexing. New sites on new domains take longer
- Removing noindex tags: Google typically re-crawls and re-indexes within 2-7 days after detecting the change
- Fixing robots.txt: Changes are usually detected within 24-48 hours. Full re-crawling may take 1-2 weeks
- Submitting a sitemap: Google begins processing within hours, but full indexing may take 1-4 weeks
- DNS fixes: Allow 24-72 hours for DNS propagation plus 1-2 weeks for Google to re-crawl
- Manual action reconsideration: Reviews take 1-4 weeks. Do not submit multiple requests
- After requesting indexing via URL Inspection: Individual pages are typically processed within 1-7 days
Escalation Guide: When Nothing Works
If you have worked through every step in this diagnostic guide, fixed every issue you found, waited the appropriate amount of time, and your Wix site is still not appearing in Google, it is time to escalate. Here are your options in order of effectiveness.
- Hire a professional SEO auditor who specialises in Wix websites to conduct a thorough technical audit
- Post in the Google Search Central Help Community (support.google.com/webmasters/community) with detailed information about your issue and what you have already tried
- Contact Wix Support directly through your Wix dashboard and explain the indexing issue. They can check for platform-level problems
- If you suspect a Google-side issue, file a bug report through Google Search Console Help
- Consider whether your domain has unresolvable history issues and whether starting with a fresh domain might be necessary
- Check Google Search Status Dashboard (status.search.google.com) to see if there are any known Google Search issues affecting indexing
Complete How-To Guide: Full Diagnostic Process from Start to Finish
Follow this complete guide to diagnose and fix your Wix site Google visibility issue
- Open an incognito browser window and navigate to your Wix site URL. Confirm it loads correctly without password prompts or errors. If it does not load, publish your site from the Wix dashboard before proceeding
- In the same incognito window, go to Google.com and search site:yourdomain.com. Note whether any results appear and how many pages are listed. Screenshot the results for your records
- Log into Google Search Console at search.google.com/search-console. If you do not have a property set up for your domain, create one now using the URL prefix method and verify via the Wix integration
- In GSC, navigate to Pages (formerly Coverage) report. Review the summary showing indexed pages, not indexed pages, and any errors. Click into each category to understand the specific issues
- Use the URL Inspection tool to inspect your homepage. Check the indexing status, crawl date, canonical URL, and whether a noindex tag is detected. If issues are found, note them
- Navigate to yourdomain.com/robots.txt in your browser. Verify it does not contain Disallow: / and that it includes a Sitemap: directive pointing to your sitemap
- Navigate to yourdomain.com/sitemap.xml. Verify it loads correctly and lists your important pages. Count the URLs and compare to the number of pages on your site
- In GSC, go to Sitemaps and verify your sitemap has been submitted. If not, submit it now. Check the status for any errors
- View the source code of your homepage (Ctrl+U or Cmd+U). Search for noindex in the HTML. If found, remove it through Wix SEO settings
- Check your Wix dashboard under Settings > Domains. Verify your custom domain shows as Connected with no errors. Check that HTTPS is active
- In GSC, go to Security & Manual Actions > Manual Actions. Verify no penalties exist. Then check Security Issues for any malware or hacking alerts
- Use the URL Inspection tool to test a live version of your homepage. Compare the rendered screenshot to your actual page. Look for missing content that could indicate JavaScript rendering issues
- If all checks pass and your site is less than 4 weeks old, implement the sandbox acceleration strategies: build backlinks, share on social media, create Google Business Profile, and continue publishing fresh content
- Set a calendar reminder to re-check all these diagnostics in 2 weeks. Track your indexed page count and impressions in GSC over time to measure progress
- If after 6 weeks all checks pass and your site is still not indexed, escalate using the escalation guide. Document everything you have tried and all GSC data when reaching out for help
This lesson on My Wix site is not appearing in Google at all: the complete diagnostic guide is part of Module 50: Wix SEO Troubleshooting, Diagnostics & Common Fixes in The Most Comprehensive Complete Wix SEO Course in the World (2026 Edition). Created by Michael Andrews, the UK's No.1 Wix SEO Expert with 14 years of hands-on experience, 750+ completed Wix SEO projects and 425+ verified five-star reviews.