kc0bfv / autophugo

AutoPhugo [ˌɔtoʊˈfjuːgəʊ] is a gallery/photoblog theme for Hugo that's a little more automatic than Phugo.
Other
97 stars 56 forks source link

Google Search Console Doesn't Like My Autophugo Pages #50

Closed wwone closed 1 year ago

wwone commented 1 year ago

Now, I'm not going to ask you to plumb the depths of the deep, dark, Google search system. However, I try to nudge it to process my web pages, in hopes of getting search engine action.

Recently, I received warnings from Google Search Console, indicating that my new autophugo main pages (index.html) could not be indexed by the search engine, claiming that there is a redirect error (loop? bad redirect?) in them.

Checking the generated "index.html", I cannot find any redirect code in the file. Does Autophugo create built-in redirect (meta) tags, or any other explicit redirects in its generated HTML?

kc0bfv commented 1 year ago

Not that I know of... And looking in Chrome's network inspection view, I don't see anything either. Looking at your food page specifically - I don't see anything either. Is it possible that it's looking for an HTTPS version of your site? That's a thing Google is doing by default since about 2015/2014, and they're providing preference to https sites.

https://developers.google.com/search/blog/2015/12/indexing-https-pages-by-default

wwone commented 1 year ago

Thanks for looking. As I noted, attempting to figure out what the GSC really wants, and how it decides whether a page is "mobile-friendly" or not, is obviously a black art. There is no human you can contact, and the tagging of a page as NOT or (yes) friendly seems to vary with each attempt to have it evaluated.

(One possible reason for their thinking there is a redirect, is the use of a URL like: http://mysite.com/something rather than http://mysite.com/something/index.html. Of course, my sitemap uses the full URL with index.html and everything...)

Anyway, you can close this, as any deeper analysis is far beyond our pay grades.

kc0bfv commented 1 year ago

Lol - yeah, it can be a pain. The lighthouse tools built into Chrome help, but still...

On Sun, Oct 23, 2022, 16:41 Bob Swanson @.***> wrote:

Thanks for looking. As I noted, attempting to figure out what the GSC really wants, and how it decides whether a page is "mobile-friendly" or not, is obviously a black art. There is no human you can contact, and the tagging of a page as NOT or (yes) friendly seems to vary with each attempt to have it evaluated.

(One possible reason for their thinking there is a redirect, is the use of a URL like: http://mysite.com/something rather than http://mysite.com/something.index.html. Of course, my sitemap uses the full URL with index.html and everything...)

Anyway, you can close this, as any deeper analysis is far beyond our pay grades.

— Reply to this email directly, view it on GitHub https://github.com/kc0bfv/autophugo/issues/50#issuecomment-1288207443, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALGLJLJKNW4YDYOWF53RRDWEWWJDANCNFSM6AAAAAARHH5TEU . You are receiving this because you commented.Message ID: @.***>

kc0bfv commented 1 year ago

Closing pending future info.