How to design and create Sitemaps?

11/23/2009

A sitemap is a representation of the architecture of a web site. It can be either a document in any form used as a planning tool for web design, or a web page that lists the pages on a web site, typically organized in hierarchical fashion. This helps visitors and search engine bots find pages on the site.

In general, there are two types of sitemaps:

1. The first type of sitemap is a HTML page listing the pages of your site - often by section - and is meant to help users find the information they need.

Two. Site map 2 is the second XML Sitemaps - usually called Sitemaps, with a capital S - the way your site to provide information to Google. This site map our people is the type will be discussed in this article.

There are following types of the sitemaps also according to contents:

a. Video Sitemaps

b. Mobile Sitemaps

c. News Sitemaps

d. Code Search Sitemaps

e. Geo Sitemaps

Creating a Sitemap

In general, there are two types of single site map. The first type of site map page displays the HTML pages of your site - in many sections - and is intended to help users find the information you need. While, the site map is valuable for both visitors and search engines navigate your site to this type, it is, XML Sitemaps, you can use Google Webmaster Tools to submit to another.

XML Sitemaps - usually called Sitemaps, with a capital S - are a way is to give Google information about your site. This is the type of Sitemap we speak in this article.

You can create a Sitemap in a number of different ways:

Manually create a Sitemap based on the Sitemap protocol

Use the Sitemap Generator

If you have access to your Web server and Python installed, you can use our script to create a Sitemap that uses the Sitemap protocol. The Google Sitemap Generator is a Python script that creates a Sitemap for your site using the Sitemap protocol. This script can create Sitemaps from URL lists, webserver directories, or from access logs.

Use a third-party tool. A number of third parties offer tools you can use to create a valid Sitemap.

?

To create a Sitemap based on the Sitemap protocol:

Create a text file and save it with a .xml extension.

Add the following to the top of the file:

?<?xml version="1.0" encoding="UTF-8"?>

? <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">Add the following to the bottom of the file:

? </urlset>Create an entry for each URL. The <loc> tag is required; the others are optional.

<url>

??? <loc>http://www.example.com/</loc>

??? <lastmod>2005-01-01</lastmod>

??? <changefreq>monthly</changefreq>

??? <priority>0.8</priority>

</url> Upload your Sitemap to your site. Then submit it to Google using Webmaster Tools.

Submitting a Sitemap

The first time you submit a Sitemap to Google, you should refer to this addition to your Google Webmaster Tools. This allows Google to provide you with useful status and statistical information.

In your account, you can see if there are problems with your Sitemap or with any of the URLs listed. Adding a Mobile Sitemap, you must include the markup language for the URLs in the sitemap.

You can also tell Google and other search engines about your Sitemap by including the location of the Sitemap in your robots.txt file. We still recommend that you submit your Sitemap through your Webmaster Tools account so you can make sure that the Sitemap was processed without any issues, and to get additional statistics about your site.

Posted in: javascript tutorial| Tags: XML Type Information page web search site sitemaps map sitemap

Hot Posts

Latest posts

Tags

Others

Sponsors

asp.net interview questions