Google is not indexing my blogs

killua34

Newbie
Joined
Sep 6, 2024
Messages
8
Reaction score
3
Hi,

I have a website written in nextjs, Google is indexing everything on this website except for the blogs, I have checked robots.txt file and even manually indexed it but it still doesn't appear on google searches even when I search for my website only like this "SEARCH TERM site:my-site.com"

any reason why could be the problem here?
 
Hi,

I have a website written in nextjs, Google is indexing everything on this website except for the blogs, I have checked robots.txt file and even manually indexed it but it still doesn't appear on google searches even when I search for my website only like this "SEARCH TERM site:my-site.com"

any reason why could be the problem here?
Indexing is a big concern for all webmasters. You should keep adding content. When the site becomes aged, indexing rate will also approve.
 
Try submitting your website's sitemap into google webmaster tool.
 
Maybe your blog is not getting in sitemap
I have multiple sitemaps

my-site.com/sitemap.xml

and in here I've links to 2 more sitemaps (/blog, /business) along with some basic pages like /aboutus /contact etc
the website is also in multiple languages so I'm using these tags


<loc>https://my-site.com/blog/create-1-free-promotional-pr-article</loc>
<xhtml:link rel="alternate" hreflang="en" href="https://my-site.com/en/blog/create-1-free-promotional-pr-article" />
<xhtml:link rel="alternate" hreflang="da" href="https://wisdom-all-the-best.com/da/blog/opret-1-gratis-salgsfremmende-pr-artikler" />
 
remove all, and reinstall it again, Just start again with unique content, theme and design
 
Check for noindex tags, use Google Search Console's URL Inspection tool, ensure your sitemap includes blog URLs, and verify there are no crawl errors. Make sure your content is unique and high-quality.
 
Check your sitemap configuration to ensure all blog pages are included.
 
You can see if your blog pages are blocked by noindex tags or robots.txt files and check if they are included in sitemap.xml.
 
Indexing problem, you are not alone. Almost every blogs is having issues getting blog indexed. A solution for you is to try indexing service but have a trial first.
 
Back
Top