Organic visitors (the visitors who reach your web site from search engine serach results) are very important for webmasters. Because they are the unpaid visitors. For this reason google is a very important search engine. But Bing is the default search engine for Internet Explorer. For this reason we have to use bing webmaster tools and submit our sitemap to help bing crawler, crawl our websites easily.

The thing webmasters should do is simply visit Bing Webmaster Tools. You can sign in or sign up with your Windows Live ID. Then you must verify your website.

Verify Your Web Site

You can verify your website in two ways.

  1. Upload an XML file on your webserver
  2. Copy and paste a tag in your default webpage

Bing crawls and forms a treeview sitemap for you. But if you like you can submit 10 URL’s per day and 50 URL’s per month.

How to submit your website to Bing

After logging in and verifying your website, simply click on the crawl tab, and from the left menu click on Sitemaps. After that you can click on “Add Sitemap” button and enter your Sitemap URL. After your sitemap is verified Bing will easily crawl your website.

Bing Sitemap Submission

Bing Sitemap Submission

 

Ask Sitemaps

Submitting your website to ask.com is very simple and easy.

Just open your browser and type this url:
http://submissions.ask.com/ping?sitemap=http://www.googlesitemap.net/sitemap.xml

Don’t forget to substitude your sitemap url in the querystring. When you get the “Your Sitemap submission was successful” message, everything is fine.

Tagged with:  

What is Google Sitemap?

On January 26, 2011, in Google Sitemap, by Hasim Coskun

Google sitemap is a tool to help Google search engine to crawl your web site. It is XML structured file like this:


<?xml version="1.0" encoding="UTF-8"?>
<urlset 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" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://www.googlesitemap.net/</loc>
<lastmod>2011-01-26T14:44:00+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>http://www.googlesitemap.net/2010/10/11/what-is-google-sitemap/</loc>
<lastmod>2011-01-26T14:44:00+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.2</priority>
</url>
<url>
<loc>http://www.googlesitemap.net/privacy-policy/</loc>
<lastmod>2011-01-26T14:25:13+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>http://www.googlesitemap.net/contact/</loc>
<lastmod>2011-01-26T14:00:40+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.6</priority>
</url>
<url>
<loc>http://www.googlesitemap.net/about/</loc>
<lastmod>2010-10-11T12:59:48+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.6</priority>
</url>
</urlset>

And if you open this xml sitemap in a browser the output will be like this:

XML Sitemap

Tagged with: