Sunday, 24 January 2016

Sitemap Seo

What Is Sitemap ?

Sitemap seo benefits , A sitemap is a list of all web pages of a website available to google crawlers or users. Some benefits of sitemap :

  • Sitemap is an XML formate file that lists URLs for your web site.
  • Sitemaps help search engines find content on your web site and also help in classifying your site content.
  • Sitemaps allow crawlers that support Sitemaps to pick up all URLs in the Sitemap.
  • Sitemaps  inform search engines immediately about any changes on your site.

XML Sitemap Example  Code:  Uplaod Sitemap xml and robots.txt file

<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 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>http://www.xyz.com/</loc>
<lastmod>2015-12-09T06:56:34+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>1.00</priority>
</url>
<url>
<loc>http://www.designerwebsite.co.in/index.html</loc>
<lastmod>2015-12-09T06:56:34+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.85</priority>
</url>
</urlset>

Robots.txt Sitemap Index  Example  Code

User-Agent: *
Disallow:
Sitemap: http://www.xyz.com/sitemap.xml

On Page Seo Activity              Web services                    Internal Link For SEO

No comments:

Post a Comment