My website is still not indexed properly on Google #37681
-
I decided to build my website using Gatsby because I heard that it was search engine-friendly. The blog posts are built as .md or .mdx files, which supposedly should make them more approachable to search engine bots than something like React. After almost a year and some 30-40 visitors a month, my site is still not properly indexed. The following pages are indexed:
The following are not at all searchable, even when I paste whole sentences into Google and search for them:
I am a simple frontend developer and I don't know much about sitemaps, caching or generally how Gatsby sets everything up. I just thought it would work. Please help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
As you know, as it depends on the context and many factors, it's difficult to say what the cause is here. I don't know your context but it makes sense to me that not all pages are indexed if there are 30-40 visitors a month. There are cases Google doesn't index some pages in a site even if there're a few thousands of visitors a month. Google assesses pages and decides if it's worth to index. In your case, I guess the cause is not by Gatsby as some pages are already indexed. I recommend to read Google's official explanation about indexing. For example: |
Beta Was this translation helpful? Give feedback.
-
adding comment even thought it's an old post . Only three urls are indexed to google (that's what it displays ) . What you seek for would come under search engine optimization (seo) . You can ping crawler (aka inform google to crawl links) using third party sites but it is better to create google search console account and index using it . I will try to provide some instructions here -
or ( alternate way - manual but good enough for low number of urls)
It might take some to take effect but if its being shown in the search console without any errors you are good . *The ranking & traffic would depend on the content on site |
Beta Was this translation helpful? Give feedback.
As you know, as it depends on the context and many factors, it's difficult to say what the cause is here.
I don't know your context but it makes sense to me that not all pages are indexed if there are 30-40 visitors a month. There are cases Google doesn't index some pages in a site even if there're a few thousands of visitors a month. Google assesses pages and decides if it's worth to index.
In your case, I guess the cause is not by Gatsby as some pages are already indexed.
I recommend to read Google's official explanation about indexing. For example: