Home Page not indexing on Google

#96943
  • Resolved PikaiMandal
    Rank Math free

    My site address is https://www.lifeblow.com. I just created our privacy policy page and successfully published it, it’s now on Google. But according to Search Console, my website’s main address-https://www.lifeblow.com is not on Google because it has indexing errors like, referring page not found, submitted URL seems to be a Soft 404. I have multiple websites all of their home pages are indexed on Google and their referring pages are- http://example.com where my main page is https://www.example.com. Can you please clarify the reason why Google is not indexing my site’s homepage and how can I refer my homepage (https://www.lifeblow.com) via this page https://lifeblow.com?

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    Your homepage doesn’t seem to have content, here is what I get when I access your URL: https://i.rankmath.com/KXMI4M . Google reads pages with no content or very less content as soft 404s,i.e, the pae is behaving and seems like a 404 page even though it returns a status 200 OK

    You can redirect your non-WWW URL to WWW(which it seems you already have) by adding the following to your htaccess:

    
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^lifeblow.com[NC]
    RewriteRule ^(.*)$ https://www.lifeblow.com/$1 [L,R=301]
    

    Hope this helps you. Thank you.

    ​​​​​​​

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘Home Page not indexing on Google’ is closed to new replies.