skip to Main Content

I am currently applying SEO on one the website. I put the sitemap.xml in the root directory but Google WebMaster showing me ‘Your Sitemap does not contain any URLs. Please validate and resubmit your Sitemap.’ Can anyone please suggest? I shall be really thankful.

URL: http://www.shopme.com.pk

Site: http://www.shopme.com.pk/sitemap.xml

.htaccess file:

RewriteOptions inherit
RewriteEngine On

RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]

2

Answers


  1. You must use Google Webmaster Tools.
    The url link should be similar to this
    https://www.google.com/webmasters/tools/sitemap-list?hl=en.

    There must upload your sitemap and verify it.
    This will sure increase yourseo in eyes of Google.

    Login or Signup to reply.
  2. Have you recently launched your site and verified it with Google Webmaster Tools? Sometimes the process can take a few hours (or days) to fully propagate. My advice would be to try it again in a few hours and see whats going on. If its still not working after 24 hours then you might have an actual problem. Though from visiting your link it does seem to be working but it takes a second to load the XML feed (but that could be just me).

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search