Web Design and Development
In our previous article, we discussed the reasons for creating a sitemap. In this article, we’ll walk you through the basics of making one.
Sitemaps are writen using a highly structured language known as XML (eXtensible Markup Language). A simple example of a sitemap is given below:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://www.velvetblues.com/</loc>
<lastmod>2008-09-19</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>http://www.velvetblues.com/services/</loc>
<lastmod>2008-09-19</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
</urlset>
As we mentioned in the last article, a sitemap can contain more information than just a list of pages. While, only urls are required, additional items that you can supply include:
If you have a text editor, you can use the example above to create your sitemap. However, if you want to avoid getting your hands dirty, there is an easier way. There are various free sitemap generators that you can use. We’ve included two below.
Google has created a sitemap generator that you can download for free. Complete instructions can be found here.
Using the Google sitemap generator is probably the best option. However, it isn’t as quick as many other options.
XML-Sitemaps.com provides a great service. All you need to do is input the url of your homepage, and all links will be automatically crawled and included in the generated sitemap.
The only problem that you might run into with this solution is that AJAX or Flash links aren’t crawled. In this case, you might have to manually add additional urls to the sitemap.
Once you’ve uploaded the sitemap to your server, it is easily submitted by using Google’s Webmaster Tools. Once logged in to Google, go to https://www.google.com/webmasters/tools/dashboard, and follow the instructions.
For more information on Google sitemaps, see the information page in Google’s Webmaster Tools.
Tags: Google, search engine submission, sitemapTrackback URL for this entry:
http://www.velvetblues.com/web-development-blog/google-sitemaps-tutorial-how-to-make-one/trackback/
Contact us today for a quote. Click here to submit details regarding your project.
If you are making a general inquiry, send an email to info@velvetblues.com
This is what i search, thank you for giving link to make sitemap.
Hi,
I would like to publish my website soon but I have a question about search engines. When somebody searches for my website lets say at google, I want my website to be listed as below:
My Website Name
Description about my company goes here
www.mywebsite.com/ – Cached – Similar
Store Locations Career
On The Menu About Us
Nutritional Chart
I am wondering how it can be done. Do I have to add special meta tags or create a site map to achieve this?
Any help will be greatly accepted.
Thanks
We considered sitemaps so important to SEO that when we designed our latest release we devoted an entire module to automating sitemap creation and submission. XML sitemaps.com is a great option as well.