Mobile app version of vmapp.org
Login or Join
Becky754

: The sitemap.xml is not getting used by the Google I am new in SEO fields. I am trying to optimise my site for SEO. This is a single page application created using angular.js and Django.

@Becky754

Posted in: #Seo #Sitemap #XmlSitemap

I am new in SEO fields. I am trying to optimise my site for SEO. This is a single page application created using angular.js and Django.

I have been using Google webmaster tool to do all SEO related works. I have submitted my sitemap.XML file to index all my pages using Google webmaster as well.

After submitting the .XML file to Google. Google was showing the main link and all it's sub links properly for first few days. But after that, it got removed and in Google webmaster tool it is showing 9 links submitted and 2 links indexed.

This is how it is showing in Google Webmaster.



I am not able to understand why this is happening. While all of the 9 links are submitted why google have indexed only 2 links.

Here is the example of my sitemap.XML:

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd >
<url>
<loc>http://example.com/</loc>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>http://example.com/sign-up/</loc>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>http://example.com/login/</loc>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
</url>
<url>
<loc>http://example.com/creators/</loc>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://example.com/sign-up/brand/</loc>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://example.com/sign-up/creator/</loc>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://example.com/forgot-password/</loc>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>http://example.com/low-subscribers/</loc>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>http://example.com/existing-user/instagram/</loc>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
</urlset>


Can someone help me how to fix this issue or where did I do something wrong, because of that this happened? Thanks in advance. :)

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Becky754

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme