PDA

View Full Version : How to create manual sitemap?



paulbrighton
09-13-2014, 02:54 AM
How to create manual sitemap?

Jackandrew
09-15-2014, 08:46 AM
Create a text file and save it with a .xml extension.

Add the following code to the top of the file:

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

<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

then, Add the following to the end of the file:

</urlset>

Create an entry for each URL. The <loc> tag is required and 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 server site. Then submit it to Google using Webmaster Tools.

rajusrivasvt
09-15-2014, 08:57 AM
Manual sitemap creation is the best way for the crawlers.

botanix resort (http://www.arounddelhi.net/?page_id=3183) | hotel in dalhousie (http://www.dalhousieresorts.in/) | picnic spot (http://www.conventionindia.in/Daysout.aspx)

phanthinhcod
09-15-2014, 11:11 PM
i often creat sitemap on http://www.xml-sitemaps.com/

webcreations
09-16-2014, 01:55 AM
Visit http://blog.doteasy.com/2009/06/23/manually-creating-an-xml-sitemap/

soulspotter
09-16-2014, 02:45 AM
@webcreations and @jackandrew You both are provide pretty good answer. In fact the source of it is useful to make our own sitemap. But I want to ask you one thing is there any different if we make sitemap through free tools or we make it on our own. Is there indexing different between these tows?

jaysh4922
09-16-2014, 03:30 AM
There are lots of sitemap generator available online, just use them.
Generate the sitemap, upload to you root directory and submit to Google webmaster tools.

webdesign123
05-24-2016, 07:42 AM
To register it, login to Google webmaster tools, click Sitemaps on Dashboard and press the ADD/TEST SITEMAP button, then submit the sitemap.xml file. And don't forget: keep it simple! If the sitemap size is to big ( over 50 MB ) you shall create different XML files and include them into the main Sitemap XML.

ragulaussie
05-25-2016, 03:28 AM
To register it, login to Google webmaster tools, click Sitemaps on Dashboard and press the ADD/TEST SITEMAP button, then submit the sitemap.xml file. And don't forget: keep it simple! If the sitemap size is to big you shall create different XML files and include them into the main Sitemap XML.

deepakrajput
05-25-2016, 05:41 AM
You need to copy-paste all your site inner pages URL in xml format.