Why is googlebot constantly visiting my home page but it isn't crawling through any other part of my site? For over over a month now my home page has been getting hits every day from googlebot, at first it was over 20 hits a day now it's down to around 6-8 per day. I don't understand why is it doing that when it isn't crawling my site? There haven't been any changes to my home page. I did my some slight changes after I noticed the googlebot hits, thinking that it may crawl other parts of my site or maybe give my site a boost in searches but nope, nothing.
Is your homepage low quality? generic articles? are the internal links usable for the bot? do you have a sitemap? Any useful feedback at hxxps://search.google.com/ ?
I don't know if it's low quality, it has no articles but does contain text, it's my art site, the internal links go to different pages for my art e.g. watercolor pet portraits, acrylic pet portraits, bird art, etc. A couple of my pages show in google searches and a few images in google images, but that's it. I don't have sitemap, it is not a large site.
Check out Google Console for feedback and it's probably worth adding structured data to the top of the page. Art sites have challenges because they're graphic-heavy and text lite. I have a site that's only 11 pages and we've doubled our traffic with advertising, changing images to webp, and adding structured data. The advertising is probably doing most of the work but the feedback in Google Console is now good so that will help our Google ads score which means our ads get shown more for less $.
Structured data refers to a specific way of organizing and formatting data on web pages so that search engines and other web services can easily understand and extract information. It is a method of providing additional context and meaning to the content on a webpage. Structured data is typically presented in a machine-readable format, such as JSON-LD, Microdata, or RDFa, and is embedded in the HTML of a webpage. Structured data helps search engines and other online platforms to better comprehend the content of a webpage and present it in a more structured and meaningful way in search results and other features like rich snippets, knowledge panels, and voice search results.
It's basically machine-readable. I use the JSON version and it's basically a repetition of what's on the page - admitting that the bots aren't as smart as they've told us. For me that means I have my content in arrays and output it twice, once in JSON, and once in HTML - I do it that way so if I make edits I know that both versions are the same. If it was a bigger site I'd have a database and the content would come from that. You get natty little charts like this. For such a small site the addition of breadcrumbs is a bit silly but I thought I'd see if they'd be picked up and they are. The console is going to tell you if there are any problems and you HAVE TO get those cleared.
Thanks, I don't know what JSON is or how to implement it in my site, I thought structured data might be something like proper HTML order, keywords, etc. Guess I have some learning to do.
If you decide to give it a go there are guides online. It's not newbie friendly so feel free to come back with questions. You haven't let us know what info you get from Google Console.
Thanks, I can't make much out of google console, it say 6 pages out of 32 are not indexed due to duplicate content or a redirect page. The only redirect page I have is an 404 error page and one of the pages that isn't indexed is the home page. I don't understand why and what is stranger, the other pages that are considered duplicate end in something like ?ver=pinterestUserSheilaCreates. I don't have a page like that although sometimes I noticed getting hits from it. Other than that there isn't much info, probably because my site doesn't get enough traffic. I'm not that familiar with google console so I'll have to do some more poking around.
A sitemap will help tell Google what the real pages are. I haven't seen the redirect message so I'm not sure what extra info you can get from that.
I took a closer look in google console and the home page with only the domain url is indexed but the url that includes /index.html that follows after the domain is not indexed because of duplicate content. Huh?? They are one and the same page so how come google see it as duplicate content? And I still don't get why googlebot is coming to the home page several times a day.
it's the one and the same that might be the problem - www.abcdef.com/index.html is the same as abcdef.com/index.html and make sure you don't have an index.php floating around too!
According to google both the index.html url and the domain url have the www prefix but index.html is not indexed because of "Duplicate without user-selected canonical". I don't get it, it's the same page, why does google think I need to add a canonical tag? I was thinking of adding a canonical with my site's domain url as the preferred page but that seems kind of ridiculous since it's the same webpage. I would post my site's url but not sure if that's allowed here.