I wanted to revamp my website then I moved into a new theme and recreate the whole website. After that I posted a few articles and manually requested indexing from Google search Console like I usually do. And when I check back again I says that pages are not indexed. I checked in the pages section on the GSC. And newly added pages are not in there either.
What is the problem here and how can I index my articles again.. Please help I'm really helpless here...
If your newly added pages are not indexing on Google after revamping your website, here are the possible reasons and solutions:
Possible Issues & Fixes:
Check "Crawlability" in Robots.txt
Go to
yourwebsite.com/robots.txt
and ensure it does not block Google from indexing your pages.
If you see
Disallow:/
, remove it.
[/*]
Inspect URL in Google Search Console
Use URL Inspection Tool in GSC to check if Google can crawl the page.
If it says "URL is not on Google," request indexing again.
[/*]
Check Noindex Meta Tag
In your website’s source code, look for:
html
CopyEdit
<meta name="robots" content="noindex">
If present, remove it so Google can index your pages.
[/*]
Submit an Updated Sitemap
In GSC → Sitemaps, remove the old sitemap and add a new one (e.g.,
yourwebsite.com/sitemap.xml
).
[/*]
Increase Internal Links
Link the new pages from older indexed pages to help Google discover them.
[/*]
Improve Page Authority
Share the URLs on social media, forums, and blogs to get external signals.
[/*]
Wait for Google to Recrawl
Sometimes, Google takes days to weeks to index new content. Keep checking GSC.
[/*]
If you've tried all these and still face issues, let me know your website URL, and I can check further! ????If your [b]newly added pages are not indexing[/b] on Google after revamping your website, here are the possible reasons and solutions:
[b]Possible Issues & Fixes:[/b][list=1][*][b]Check "Crawlability" in Robots.txt[/b][/*]
[list][*]Go to [code]yourwebsite.com/robots.txt[/code] and ensure it [b]does not block[/b] Google from indexing your pages.[/*]
[/*][*]If you see [code]Disallow: /[/code], remove it.[/*]
[/*][/list][/*][*][b]Inspect URL in Google Search Console[/b][/*]
[list][*]Use [b]URL Inspection Tool[/b] in GSC to check if Google [b]can crawl[/b] the page.[/*]
[/*][*]If it says "[b]URL is not on Google[/b]," request indexing again.[/*]
[/*][/list][/*][*][b]Check Noindex Meta Tag[/b][/*]
[list][*]In your website’s source code, look for:[/*]
html
CopyEdit
[code]<meta name="robots" content="noindex">[/code]
[/*][*]If present, remove it so Google can index your pages.[/*]
[/*][/list][/*][*][b]Submit an Updated Sitemap[/b][/*]
[list][*]In [b]GSC → Sitemaps[/b], remove the old sitemap and add a new one (e.g., [code]yourwebsite.com/sitemap.xml[/code]).[/*]
[/*][/list][/*][*][b]Increase Internal Links[/b][/*]
[list][*]Link the new pages from [b]older indexed pages[/b] to help Google discover them.[/*]
[/*][/list][/*][*][b]Improve Page Authority[/b][/*]
[list][*]Share the URLs on [b]social media, forums, and blogs[/b] to get external signals.[/*]
[/*][/list][/*][*][b]Wait for Google to Recrawl[/b][/*]
[list][*]Sometimes, Google takes [b]days to weeks[/b] to index new content. Keep checking GSC.[/*]
[/*][/list][/*][/list]If you've tried all these and still face issues, let me know your website URL, and I can check further! ????
A few common culprits when new pages won't index even after manual submission:
1. Check if the pages are actually in your sitemap.xml and that the sitemap is submitted in Search Console
2. Look for a stray "noindex" tag left over from the theme migration — this happens a lot after a redesign
3. Check internal linking — pages with zero internal links pointing to them get crawled far less often
4. If it's a brand new site or fresh domain, indexing can just take longer regardless of what you do
If it's specifically after a theme change, I'd double check the robots.txt and meta robots tags first — that's the most common cause post-migration.A few common culprits when new pages won't index even after manual submission:
1. Check if the pages are actually in your sitemap.xml and that the sitemap is submitted in Search Console
2. Look for a stray "noindex" tag left over from the theme migration — this happens a lot after a redesign
3. Check internal linking — pages with zero internal links pointing to them get crawled far less often
4. If it's a brand new site or fresh domain, indexing can just take longer regardless of what you do
If it's specifically after a theme change, I'd double check the robots.txt and meta robots tags first — that's the most common cause post-migration.
Asmodeus
Are you sure you want to delete this post?