seo - Fix description of website on Google Search result

admin2025-06-02  1

So I have a website which is made by using Wordpress platform. I'm completely unaware of SEO and when I search for my website on Google the description is something like this

A description for this result is not available because of this site's robots.txt

My Wordpress robots.txt file content is as follows

User-agent: *

Disallow: /wp-admin/
Allow: /wp-admin/admin-ajax.php
Sitemap: .xml
Sitemap: .xml

So I have a website which is made by using Wordpress platform. I'm completely unaware of SEO and when I search for my website on Google the description is something like this

A description for this result is not available because of this site's robots.txt

My Wordpress robots.txt file content is as follows

User-agent: *

Disallow: /wp-admin/
Allow: /wp-admin/admin-ajax.php
Sitemap: http://www.loadsofshoes/sitemap.xml
Sitemap: http://www.loadsofshoes/sitemap-images.xml
Share Improve this question edited Feb 4, 2017 at 11:28 fuxia 107k39 gold badges255 silver badges461 bronze badges asked Feb 4, 2017 at 11:26 KshitizKshitiz 1
Add a comment  | 

2 Answers 2

Reset to default 1

Content of robots.txt is right. Site should be indexed. Probably some time ago indexation was prohibited in WordPress settings.

What you can do, request re-indexing of your site in Google Search Console and in some time (one week maybe) you can see usual description of your pages in Google search results.

Are you sure you have uploaded your sitemap.xml? I have just checked the URL and the page cannot be found. If you are not familiar with sitemap.xml files, and/or want to 'start as you mean to go on' with SEO, you may find a Plugin such as the 'All in One SEO Pack' or 'Yoast' of interest.

Have you tried just placing:

User-agent: *
Disallow: /wp-admin/

in your robot.txt file?

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1748794754a313777.html

最新回复(0)