[Solved] My wordpress website is not listed in google [closed]


The reason it is not being indexed is because of this in head

<meta name="robots" content="noindex,nofollow">

That will say not to index the website, remove it and it should start to get indexed/crawled….I think you might need to look into the basics of SEO.

EDIT: To remove that line either:

  • Open the header.php file and remove it.

If that line is not on that page then:

  • Go to SEttings -> Reading, on that page find the “Site Visibility” section (should be 4th bolded heading make sure the “Allow search engines to index this site” option is ticked.

5

solved My wordpress website is not listed in google [closed]