Showing posts with label sitemap. Show all posts
Showing posts with label sitemap. Show all posts
Saturday, March 19, 2016
How to Create XML Sitemap for Blogger Blog

Last week, I discussed about Sitemap. And I said, my next post will be about creating sitemap. However the next post was about Windows 8.1 Activator. So, I dont like to delay anymore. Today Im gonna tell you the easiest way to create sitemap for your blogger blog. Hopefully this will help you boost your search position.
There could be several ways to create sitemap. But mostly used sitemaps are XML and HTML. And I will talk about XML sitemap. Actually this is not worth of creating a sitemap page for your blog. But quite useful for submitting in different search engines. It will just list your pages as XML code. You will not be able to show or view the links as Anchors Text Links.
Look at the code below:
# Blogger Sitemap generated on 2013.11.04
User-agent: *
Disallow: /search
Allow: /
Sitemap: http://munnamark.blogspot.com/atom.xml?redirect=false&start-index=1&max-results=500
This is the XML sitemap of Marks PC Solution. The blue part is the actual sitemap link. When you need to submit the sitemap link, you should use the link only. But if you wanna use it as custom robot.txt then use the full code.
If you wanna view your actual sitemap, then copy and paste the URL in your browser. You will get the URL for your posts in XML format. It contains all the URL of your site with many other information which are useful for search engine crawlers.
If you wanna view your actual sitemap, then copy and paste the URL in your browser. You will get the URL for your posts in XML format. It contains all the URL of your site with many other information which are useful for search engine crawlers.
And you can use the this sitemap for any blogger blog. Just replace my URL with yours. You can also change the date manually. This is a Year . Month . Day format date. You can use the current date. For example, your sitemap could be as below:
# Blogger Sitemap generated on 2013.11.06
User-agent: *
Disallow: /search
Allow: /
Sitemap: http://example.blogspot.com/atom.xml?redirect=false&start-index=1&max-results=500
Compare the two codes. I made a change in date and in URL. Thus you can also change it as your wish. But dont need to change any other part.
By the way, this sitemap has been generated by http://ctrlq.org/blogger. You can directly visit this page and create your sitemap from there.
- Follow this link.
- Copy your homepage URL (http://munnamark.blogspot.com) and then paste it in the sitemap generator box.
- Hit on the Generate Sitemap button.
- Now you will get the sitemap as below:
Done! Now copy and save the code in a notepad file or elsewhere. You can submit this sitemap in bing or any other search engines that support XML sitemap. Remember, use the link only when you need to submit the sitemap URL.
Stay with Marks PC Solution to get more interesting IT topics!
Monday, February 15, 2016
Sitemap Informs Search Engines About Pages

All of you are familiar with maps. City Map, World Map etc. etc. But how many of you know about sitemap? Though its a very common term to the webmasters, general people hardly know about this. Even new bloggers are not conscious about sitemap. The fact is that its an important part of SEO. Lets take a brief idea on Sitemap.
Well a sitemap is something like City Map! What does a city map tell you? You can find the park, bus stand, university or any other important places from the map. From a World Map, you can find the nations of the world. Similarly, a sitemap includes the posts or pages of a blog or website.
Simply a sitemap can be defined as a list of pages of a site. A sitemap gives access search engines to crawl those pages. And it also let the visitors easily navigate throughout the site. If you submit your sites map to search engines (Google, Bing, Yahoo etc.) then it will be easier to index the site. Search position of the site will also be improved.
Search engines cant index the pages of your site if you dont submit the sitemap regularly. Crawlers discover pages from your site and also from backlinks. Sitemap boosts up the process. It provides additional information about each URL (when it was last updated, how often it usually changes etc.) and thus makes it easier for the search engines to crawl a site properly.
Look at the following URL:
http://munnamark.blogspot.com/atom.xml?redirect=false&start-index=1&max-results=500
If you follow the URL, you will get the sitemap of Marks PC Solution. There you will find all the URL(s) of this site with some additional information. Lets have a look at the first few lines of the sitemap -
<?xml version=1.0 encoding=UTF-8?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed /><category term="Tutorial"/><category term="Microsoft"/><category term="Internet"/><category term="Blogging"/><category term="Windows"/><category term="Software"/><category term="Troubleshooting"/><category term="Download"/><category term="SEO"/><category term="Good to Know"/><category term="Security"/><category term="Hardware"/><category term="Tech News"/><category term="Web Development"/><category term="Uncategorized"/><category term="HTML Tutorial"/><category term="Blogging Tips"/><category term="Alexa"/><category term="Facebook"/><category term="Gaming"/><category term="Troubleshooting."/><category term="Windows 8"/><category term="Blogger"/><category term="IT News"/><category term="Alexa Rank"/><category term="Antivirus"/><category term="Blogger Tips"/><category term="Google"/><category term="Windows 8 Download"/><category term="Windows 8 Features"/><category term="Windows 8 Tips"/><category term="Windows 8 activator"/><category term="blogger widget"/><category term="Adobe Reader"/><category term="Alexa Ranking"/><category term="Apple News"/><category term="Backlinks"/><category term="Basic Parts of HTML Form"/><category term="Computer"/><category term="Copyright"/><category term="Download Windows 8"/><category term="Dxdiag"/><category term="Excel Tips"/><category term="Firefox"/><category term="Foxit Reader"/><category term="Google +"/><category term="Google AdSense Tips"/><category term="Google Calculator"/><category term="How can I see my computer's information"/><category term="How to remove facebook timeline"/><category term="Internet Tools"/><category term="MS Word Shortcuts"/><category term="MS Word Tips"/><category term="Microsoft Office"/><category term="Mobile"/><category term="Office 2010 activator"/><category term="PDF viewer"/><category term="Paging File"/><category term="Password Reset Disk"/><category term="USB Flash Drive"/><category term="Virtual Memory"/><category term="Windows 8 Tricks"/><category term="YouTube Video Downloader"/><category term="activate windows 8 developer preview"/><category term="alexa toolbar"/><category term="basic HTML document structure"/><category term="how to check password strength"/><category term="notepad tricks"/><category term="password security"/><category term="remove facebook timeline"/><category term="*#06#"/><category term=".net framework 3.5"/><category term="10 GB Storage for Gmail users"/><category term="10 Years of AdSense"/><category term="12 most used facebook shortcuts"/><category term="12 useful tips for blog post writing"/><category term="32-bit Vs. 64-bit Windows"/><category term="5G Network Technology"/><category term="99counters"/><category term="A to Z Shortcuts."/><category term="AMOLED"/><category term="Acer Product"/>
Note: If you follow my sitemap URL - http://munnamark.blogspot.com/atom.xml?redirect=false&start-index=1&max-results=500 - different browsers may display this differently. If you view the link in Chrome, you will see the above XML file.
In my next post, I will show an easy way to create a sitemap even without coding knowledge.
Stay with Marks PC Solution to get more interesting IT topics!
Subscribe to:
Posts (Atom)