Indexing 101: How to Make Sure Google Can Find Your Advisor Pages
Publish date: July 27, 2026
There is a step before ranking that most advisor sites never explicitly check: indexing.
If a page is not indexed, it cannot rank. It does not show in search results for any query, no matter how good the content is, no matter how well the title is written, no matter how authoritative the firm is.
And on most advisor websites, at least some pages are not indexed. Sometimes the service pages. Sometimes blog posts that have been live for months. Sometimes the homepage itself, in rare cases.
This post covers what indexing actually means, how to check whether a page is indexed, and the 7 most common reasons advisor pages get left out.
What Indexing Is, Plain English
Google's process has three stages:
Crawling. Google's bot visits a page.
Indexing. Google decides to add the page to its searchable database.
Ranking. When a user searches, Google selects which indexed pages to show.
Indexing is the bridge between "Google saw it" and "Google can show it in search."
A page can be crawled without being indexed. A page cannot be ranked without being indexed.
For advisor sites, this distinction matters because the most common SEO problem is not "we are ranking too low." It is "this page is not appearing in search at all because it is not in the index."
How to Check If a Page Is Indexed
Three methods, in increasing order of precision.
Method 1: Site Search
In Google, type:
site:yourdomain.com/page-slug
For example: site:advisorseomax.com/blog/faq-sections-for-advisors
If the page appears, it is indexed. If nothing appears, the page is not indexed.
This is fast but not always reliable. Google sometimes hides pages from site: searches even when they are technically indexed. Use this for a quick first check.
Method 2: GSC URL Inspection Tool
Open Google Search Console. Paste the full URL into the URL Inspection bar at the top.
You will see one of two main messages:
"URL is on Google." The page is indexed.
"URL is not on Google." The page is not indexed.
Below that, GSC tells you the specific reason. This is the most reliable way to confirm indexing status for a single page.
Method 3: GSC Pages Report
In Search Console, go to Indexing → Pages. The top of the report shows:
Number of indexed pages
Number of pages "Not indexed"
Click "Not indexed" to see the breakdown of why. The reasons are listed by category. Each category has a specific cause and a specific fix.
For a refresher on which GSC reports advisors should actually use, see our GSC tutorial.
The 7 Common Reasons Advisor Pages Don't Get Indexed
In rough order of how often they show up.
1. The Page Has a Noindex Tag
This is the most common cause on Squarespace sites.
Inside Squarespace, every page has a setting called "Hide from search engines" under SEO settings. When enabled, Squarespace adds a <meta name="robots" content="noindex"> tag to the page.
That tag tells Google: do not index this page.
Sometimes this setting gets enabled by mistake during a redesign, when a page is marked "draft" and then never reverted, or when a template includes it as a default for new pages.
How to fix:
Page Settings → SEO → uncheck "Hide from search engines."
Republish the page.
In GSC, request indexing through the URL Inspection tool.
2. The Page Is Blocked by Robots.txt
A more aggressive version of the noindex problem. The robots.txt file tells Google not to crawl the page at all.
On Squarespace, the default robots.txt is fine, but sometimes custom rules get added or the entire site gets blocked by mistake.
How to check:
Visit yoursite.com/robots.txt. Look for any "Disallow:" lines. If you see "Disallow: /" with nothing after the slash, that is blocking the entire site.
How to fix:
In Squarespace, robots.txt is generated automatically based on platform settings. Check Settings → Crawlers (or similar) for any custom restrictions and remove them.
3. "Crawled – Currently Not Indexed"
This is the most frustrating GSC status. It means Google found the page, looked at it, and decided not to index it.
Google does not always explain why, but the most common underlying reasons for advisor sites:
The page is too thin (under 300 words of unique content)
The content is too similar to another page on the site
The page does not appear to answer a real search query
The site does not have enough authority yet for Google to fully index everything
How to fix:
Add real content. Aim for 800+ words of unique, useful information on service pages.
Check for near-duplicates and consolidate (more on this below).
Make sure the page has a clear topic and answers a real question.
Build internal links from your strongest pages to the underindexed one.
Be patient. New sites and recently changed pages can take weeks to fully index.
4. "Discovered – Currently Not Indexed"
This is a degree worse than "Crawled – Currently Not Indexed." It means Google knows the URL exists (usually because it appears in the sitemap) but has not even visited the page yet.
This usually points to one of two issues:
Site speed is too slow, so Google is rationing crawl resources
The site has crawl quota limits because of low authority
How to fix:
Address site speed. See last week's post on Squarespace speed fixes.
Reduce the number of low-value pages on your site (old tag archives, duplicate category pages, etc.) so Google's limited crawl time focuses on pages you actually want indexed.
Request indexing manually for priority pages.
5. Duplicate Content with a Canonical Pointing Elsewhere
If you have two near-identical pages, Google indexes one and skips the other. A canonical tag tells Google which version to keep.
The problem on advisor sites usually shows up in three places:
Blog posts assigned to multiple categories or tags create duplicate URLs
Service pages and city pages with mostly the same content
HTTP and HTTPS versions of the same URL both indexed
How to check:
Use the URL Inspection tool. If GSC says "Duplicate, Google chose different canonical than user," that is the signal.
How to fix:
For blog post tag duplicates: Squarespace typically handles this automatically with canonical tags. Confirm via View Source.
For service vs city pages: differentiate the content. Each page should have at least 70% unique content.
For HTTP/HTTPS duplicates: ensure HTTPS is enforced sitewide in Settings.
6. Orphan Pages (No Internal Links)
A page with no other page on the site linking to it is called an orphan page. Google can find orphan pages through the sitemap, but it gives them less weight, and they often end up in "Discovered – Currently Not Indexed."
How to check:
Click through your site as a new visitor. Try to reach every service page and recent blog post from the homepage or main navigation. Any page that requires the sitemap or a direct URL is an orphan.
How to fix:
Add internal links from your homepage, service pages, and recent blog posts.
The general rule: every page should have at least 3 internal links pointing to it.
Our internal linking guide for RIAs covers the structure that works.
7. The Page Is a "Soft 404"
A soft 404 is a page that loads successfully but is treated by Google as if it returns a "not found" error. Usually because the page is mostly empty or contains a message like "This page is under construction."
How to check:
In GSC, the URL Inspection tool will explicitly call out soft 404s.
How to fix:
Add real content, or remove the page entirely.
If the page is genuinely missing, return a proper 404 status code instead of a placeholder.
The Squarespace Indexing Workflow
For Squarespace advisor sites specifically, the indexing workflow looks like this.
When you publish a new page or blog post:
Confirm "Hide from search engines" is unchecked.
Confirm a meta title and meta description are set on the page.
Confirm at least one internal link points to the new page from an existing page.
Wait 1 to 3 days for Squarespace to update the sitemap automatically.
In GSC, use URL Inspection to request indexing for the new URL.
Monthly maintenance:
Open GSC → Indexing → Pages.
Note the count of indexed vs not-indexed pages.
If the not-indexed count grew, click in and review the new entries.
Address any that fall under "Crawled - currently not indexed" or "Excluded by 'noindex' tag" first.
After a major redesign:
Resubmit the sitemap to GSC.
Spot-check 10 to 15 of your most important URLs through URL Inspection.
Watch the Pages report weekly for the first month after launch.
How to Request Indexing Through GSC
This is one of the most underused tools advisors have.
Open Google Search Console.
Click the URL Inspection bar at the top.
Paste the full URL you want indexed.
Wait for the inspection to load.
If the page is not indexed, click "Request Indexing."
Google places the URL in a priority crawl queue, usually within hours.
This does not guarantee Google will index the page. It guarantees Google will look at the page sooner than it would have through normal crawling.
For a brand new page or a recently updated page, this can shave days off the indexing timeline. For a page that has structural problems (noindex tag, thin content, blocked by robots.txt), it will not help until the underlying issue is fixed.
The tool has a daily limit (currently around 10 to 20 URLs per day per site). Use it for priority pages, not every blog post.
Monitoring Indexing Over Time
A healthy advisor site shows a stable or slowly growing count of indexed pages in GSC.
Good signs:
The indexed page count matches roughly the number of pages you have published
New pages get indexed within 1 to 2 weeks
Old pages stay indexed unless intentionally removed
Warning signs:
The "Not indexed" count growing faster than the "Indexed" count
New blog posts not indexing within 2 weeks despite manual requests
A sudden drop in indexed pages without explanation
Most pages showing as "Discovered - currently not indexed"
A sudden drop usually points to a sitewide problem (robots.txt change, accidental noindex applied to the template, SSL certificate expired, server downtime). Slow buildup of unindexed pages usually points to thin content or duplicate content issues.
If your site is showing one of these patterns, our earlier post on why your website is not ranking walks through the 12 most common causes and where indexing fits in the broader picture.
Where Indexing Sits in the Bigger Picture
This post completes the July series on the technical side of advisor SEO. The four posts work together:
FAQ Sections (Jul 6) gives you content that captures long-tail searches.
Technical SEO Checklist (Jul 13) gives you the foundation that lets Google understand the site.
Site Speed for Squarespace (Jul 20) gives you the performance Google expects.
Indexing (this post) makes sure all of the above actually shows up in search.
Skipping the indexing check is the most common reason advisor sites do all the work and see none of the results.
How AdvisorSEO Max Helps
AdvisorSEO Max pulls your indexing data directly from Google Search Console, flags pages that are not indexed, and groups them by reason (noindex tags, thin content, orphan pages, duplicate canonicals). The "Fix This Next" engine prioritizes the indexing problems most likely to be fixable in one session and most likely to produce a ranking impact.
For advisors who would rather see a sorted list than work through the GSC Pages report manually, you can start a 14-day free trial at advisorseomax.com/start.
What to Do This Week
Open Google Search Console. Indexing → Pages. Note the count of indexed and not-indexed pages.
If the not-indexed count is more than 20% of your total page count, click in and look at the reasons. Address the top reason first.
Indexing is the SEO step that gets the least attention and produces some of the fastest wins. A page that has been "Discovered - currently not indexed" for six months and then gets indexed can start producing impressions within days.
The advisors who win at search are not the ones who publish the most. They are the ones who confirm that what they publish actually makes it into Google's index.