Above the fold: what it is and why it matters
Above the fold is the visible area of your website without scrolling. Learn what elements to include, what eye-tracking reveals, and how to optimize it...

Web indexing is the process by which search engines — Google, Bing, others — discover, analyze, and store the content of a website's pages in their database (the index). Only indexed pages can appear in search results.
The complete process has three phases:
The fact that Google crawls your page doesn't guarantee it will index it. The selection process of which pages enter the index depends on quality factors, technical signals, and the perceived relevance of the content.
For an online business, indexing is the prerequisite for any SEO strategy. You can't rank a page that Google hasn't indexed. That's why understanding and controlling what gets indexed is an essential foundation.
Google's main crawler is called Googlebot. It operates continuously, revisiting already-known pages to detect changes and discovering new pages through the links it finds on pages it already knows.
Google discovers new pages primarily in three ways:
Google assigns each site a crawl budget: the number of URLs Googlebot will visit in a given period. For large sites, this is relevant: if you have 50,000 pages but the crawl budget is 5,000 pages/day, some pages won't be visited frequently by Googlebot.
Crawl budget is optimized by removing low-quality pages, avoiding duplicate URLs, and structuring internal link architecture well.
Google's index is not an exact copy of the web. It's a structured database that stores signals about each page: content, keywords, structure, authority, speed, user experience, link signals. When someone searches, Google doesn't crawl the web in real time: it consults its index and ranks results by relevance.
This is the most frequent problem: pages that should be in the index but aren't. The most common causes are:
<meta name="robots" content="noindex"> in the HTML or HTTP header prevents indexing. Sometimes applied by mistake in production after a migration or deployment.Duplicate content is one of the most common causes of indexing problems. Google tries not to index the same information twice, so when it detects duplicate or very similar content across multiple URLs, it selects one as canonical and may stop indexing the others.
Common sources of duplicates are:
/page vs /page/)www?sort=price, ?color=red)The solution is to implement canonical tags (<link rel="canonical" href="preferred-URL">) that tell Google which version to index.
This is more common than it seems. A staging environment with a global noindex can be deployed to production by mistake. A migration can transfer noindex tags from the previous version. A poorly configured SEO plugin can apply noindex to entire categories.
Periodically verifying that important pages are indexed is a basic technical maintenance practice.
If the canonical tag points to itself correctly, there's no problem. But if it points to the wrong URL, if there are chains of contradictory canonicals, or if the canonical and the sitemap point to different URLs, Google can get confused and make unpredictable indexing decisions.
If your server responds slowly to Googlebot's requests, the crawl budget is consumed faster and fewer pages are crawled. A slow server can be the reason new pages take weeks to be indexed.
Google Search Console (GSC) is Google's free tool for monitoring and managing your site's presence in search results. It's the most direct data source for verifying indexing status.
In GSC > Indexing > Pages, you'll find a summary of:
The most common reasons that appear in the non-indexed report:
| Reason in GSC | Meaning |
|---|---|
| Excluded by "noindex" tag | The page has active meta noindex |
| Alternate page with proper canonical tag | Google chose the canonical version of this URL |
| Crawled - currently not indexed | Googlebot saw it but decided not to index it for quality |
| Discovered - currently not indexed | It's in the queue, not yet visited |
| Redirected | The URL redirects to another |
| 404 error (not found) | The URL doesn't exist |
The URL Inspection tool in GSC allows verifying the exact status of any specific URL: whether it's indexed, when it was last crawled, which version Google rendered, and whether there are any technical issues.
It also allows requesting immediate crawling of a URL, useful when you publish new content and want Google to index it quickly.
An XML sitemap is a file that lists your site's URLs that you want Google to know about and crawl. Submitting it in GSC is a good practice, especially for sites with many pages or complex architecture.
The sitemap should only include the URLs you want indexed: exclude error pages, pages with noindex, duplicates, or low-quality pages. A sitemap that includes problematic URLs doesn't directly damage indexing, but it sends confusing signals.
The robots.txt file lives at the root of the domain (yourdomain.com/robots.txt) and contains instructions for crawlers about which paths they shouldn't crawl.
What robots.txt can do:
What robots.txt CANNOT do:
A common mistake is blocking paths in robots.txt that contain resources (CSS, JS) that Google needs to render pages correctly. Blocking access to design resources can cause Google to see a broken version of the page.
A monthly review of the non-indexed pages report allows detecting new problems before they accumulate. Pay special attention to sudden drops in the number of indexed pages, which can indicate a technical error.
The sitemap should be generated automatically and updated when you publish or remove content. Tools like Next.js, Yoast (WordPress), or Screaming Frog can generate it. After any significant structural change, verify the sitemap is updated and free of erroneous URLs.
Every page you want indexed must be reachable through at least one internal link from an already-indexed page. Orphan pages (without internal links) are hard to discover and lower priority for Googlebot.
Pages with little content, duplicate content, or low-quality content dilute the perceived quality of the domain and consume crawl budget. Better to have fewer high-quality pages than many pages that Google decides not to index.
Each page should have a canonical pointing to itself or to its preferred version. Verify that canonicals don't create loops and are consistent with the sitemap.
Correct indexing is the technical prerequisite for any online visibility strategy. Without indexed pages, there's no organic traffic. And without organic traffic, there are no users to optimize.
To connect your site's technical health with optimization of the users who do arrive, learn about our CRO agency service.
If you want a quick diagnosis of the technical problems that may be affecting your visibility or conversion, try Scan&Boost.
Adrià Vidal, CRO specialist at Boost.
Above the fold is the visible area of your website without scrolling. Learn what elements to include, what eye-tracking reveals, and how to optimize it...
A web audit identifies what is slowing your conversion, speed, and visibility. Learn which areas to analyze, which tools to use, and how to prioritize...
User-centered design puts the real needs of the customer at the heart of every design decision. Learn its principles, process, and connection to CRO.