Noindex checker
What's the difference between indexable and indexed?
Indexable: The Google bot can crawl a page, this means:
- it isn't blocked by robots.txt
- nor by meta tags (it has no
<meta name="robots" content="noindex, nofollow">
tag) - http headers don't forbid it (it has no
X-Robots-Tag: noindex, nofollow
tag) - url is available (= no 404)
- google bot is not blocked by any anti-crawling techniques (cloudflare et. al.)
Indexed: Google did index the page. Even if the webpage is indexable it doesn't need automatically that it gets indexed.
Why isn't my indexable page showing up in Google search?
There are many reasons really:
- No incoming links: You might say "yes but it's in sitemap.xml" - yes but this often is not enough. Google prefers having someone link to it.
- Limited crawl budget: Google's crawlers have finite resources. For newer or less authoritative sites, they might only index a few hundred pages.
- Fresh content: If your page is new, Google might not have gotten around to indexing it yet. This process can take anywhere from a few hours to several weeks.
My social media page is not indexable - help!
I found out that it's quite tricky to get LinkedIn, Facebook or Instagram get indexed by Google. I wrote a howto here: Social media backlinks
How can I speed up the indexing?
- If you own the page, then you can use Google Search Console to submit the page for indexing.
- If you don't own the page, all you can do is to link from one of your indexed pages and trigger the indexing in the Google Search Console.
I submitted my product to a directory. How do I check if will be indexed by Google?
When you submit a backlink to a directory, it's crucial to ensure it has internal linking. Here's some steps to check:
- Look for sections like "Newest Products" or "Recently Added." These often link to new submissions.
- Try to find your listing by clicking through the directory's categories. If you can reach your page just by clicking, that's a good sign.
- Check for a sitemap.xml file (usually at domain.com/sitemap.xml). This file lists all pages the site wants search engines to crawl. Check if your page is in it.
- Consider using tools like Screaming Frog or Sitebulb to crawl the directory to understand the internal linking structure.
There is no internal linking to my submitted backlink - what now?
- Limited value: Without internal linking, the domain itself doesn't pass on much SEO value to your backlink page. Yes it will transmit the Domain Rank, but not the Page Rank. And this is more important. Usually these backlinks have limited SEO value.
- Link to the site: You still profit from the Domain Rank of the referring domain. In order to make Google find the backlink, link from your site. Consider linking it from multliple sites (e.g. from your social media profiles).
I reviewed hundreds of directories and found that many at first "good backlinks" are in the end not linked internally. That's why I created a list of impactful backlinks.
I'm Philipp, a solopreneur from Switzerland. I help startups to get their first backlinks and grow their Domain Authority
How to correctly register on LinkedIn, Facebook, CrunchBase, etc. to signal Google that your website is alive and is about a product or brand
Subdirectory is better for SEO. Here is how to do it with Nginx and Cloudflare
What is better for SEO: subdomains or subdirectories? Does it even make a difference?