Showing posts with label add sitemap. Show all posts
Showing posts with label add sitemap. Show all posts

Personally I would like to have my own Meta description show as the snippet for each of my blogger pages, means I have control over what is showing on search engines. I have always felt that the description Meta tag was very valuable because of the fact that search engines will use it to describe your site in the search results. Since Meta description and Keywords are not automatically generated for Blogger templates you must add them to the HTML markup of your Blogger templates.

I was having the code snippet as described in Google Webmaster Central Blog for several weeks and suddenly discovered that the same Meta description and keyword tags were appearing all pages of my blog, This is highly undesirable and some search engines are known to ban a site that carry the same meta tags and descriptions on more than one page.

By using the code snippet from below, you can be sure not to spam search engines with repeated descriptions and keywords for your blog.

<b:if cond='data:blog.url == "http://myblog.blogspot.com/"'> <meta content='DESCRIPTION' name='description'/> <meta content='KEYWORDS' name='keywords'/> </b:if>

How to add the above Meta tag to your blogger blog template:

1. Open the blogger dashboard and click the 'layout' button
2. Click on the 'Edit html' tab
3. Add the above code just below: <b:include data='blog' name='all-head-content'/>

blog,html editor
add meta tags
Replace the http://myblog.blogspot.com/ with the URL of your homepage.
Replace the DESCRIPTION with a description for your homepage (keep it less than 150 characters).
Replace the word KEYWORDS with a list of keywords separated by commas and relevant for your homepage (keep word repetition less than 3 to avoid keyword spamming).

You need to follow the above steps for each of your blog post and place the code just below the <b:include data='blog' name='all-head-content'/> line.

Andrei has implemented a nice tool to generate this code: Meta Description for Each Blogger Page

for more information “Add different meta tags to each blogger page”

A sitemap is certainly a good way to let the search engines know about the pages deeper in your blog sometimes it takes a while for MSN and Yahoo to index all of your pages, they pay more attention to pages that have proven to be popular as judged by the number and quality of the links pointing to the site. Since newer sites tend not to have many links yet, the engines crawls them less frequently, and one more thing you must verify your web site and this might be the first thing to search if Google, Yahoo and MSN are not crawling your web site.

Submit your sitemap to Google:

1. Sign into Google Webmaster Tools with your Google Account.
2. Click Sitemaps on the Dashboard make sure your blog is already listed and verified with Google. If not you must do it now before proceed to the next step. (Authenticate your website with Google, Yahoo and MSN)
3. In the text box, type either atom.xml or rss.xml. For example, if you add the Atom feed as a Sitemap, the full URL will be "http://yourblog.blogspot.com/atom.xml"

google sitemap
4. Click Submit Sitemap.

add google sitemap 2

Note : Blogger uses an RSS-feed as a Sitemap and this done automatically for you, which is limited to the most recent posts. By default, atom.xml / rss.xml only contain 26 posts. If you want to increase the number of posts in your atom.xml, change your URL to:

atom.xml?redirect=false&start-index=1&max-results=100
This will give you 100 posts.

If you have more than 100 posts, simply add another URL to get the next batch:
atom.xml?redirect=false&start-index=101&max-results=200 (201-300, 301-400 and so on...)


google sitemap

Submit your sitemap to Yahoo:

1. Sign into Yahoo Site Explorer with your Yahoo Account.
2. From the Site Explorer click Submit Site Feed.



yahoo sitemap
3. In the text box, type the full URL of your feed either atom.xml or rss.xml. For example, if you add the Atom feed as a Sitemap, the full URL will be http://yourblog.blogspot.com/atom.xml.
4. Click Submit Feed.


Submit your sitemap to MSN:

1. Sign into Windows Live with your Windows Live ID (Hotmail ID)
2. On the Webmaster Center, in the text box, type the full URL of your feed either atom.xml or rss.xml. For example, if you add the Atom feed as a Sitemap, the full URL will be http://yourblog.blogspot.com/atom.xml.
3. Click Submit


msn webmaster center

for more information “Add Sitemap to Google Yahoo and MSN”
Related Posts with Thumbnails