![]() |
|
|
|
||||||||||
![]() |
|
|
Thread Tools |
|
#1
|
||||
|
||||
|
One of Google Sitemap generators is the one at the "Mypagerank" site: http://www.mypagerank.net/google_sitemap_creator.html and the other at "XML Sitemaps": http://www.xml-sitemaps.com, and both generated "sitemap.xml" files are not valid when processed with "Google Sitemap Validator": http://www.validome.org/google (oh and btw. what's "Sitemap-index", which is a second option beside "Sitemap" to choose when validating); I mean I needed to "merge" them to be valid (mostly it was incorrect syntax in the XML header), i.e. I used some of the syntax from the "sitemap.xml" file generated on one site and some of the syntax from "sitemap.xml" file generated on the other site to be valid at the end.
Incorrect syntax 1: Code:
<?xml version="1.0" encoding="UTF-8" ?> <urlset xmlns="http://www.google.com/schemas/sitemap/0.84"> <url> Code:
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
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/09/sitemap.xsd">
<url>
Code:
<?xml version="1.0" encoding="UTF-8" ?>
<urlset
xmlns="http://www.google.com/schemas/sitemap/0.84"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84 http://www.google.com/schemas/sitemap/0.84/sitemap.xsd">
<url>
__________________
If you want to, please check out my main general personal http://tadejpersic.50webs.com/ website, which is a some sort of a navigational site that basically only describes and lists links to my other websites and blogs. |
|
#2
|
||||
|
||||
|
It depends on what version of what script they are using to generate.
some ppl use this: Code:
echo '<?xml version="1.0" encoding="UTF-8"?' . '> <urlset xmlns="http://www.google.com/schemas/sitemap/0.84">'; I guess all these are valid sitemaps. If you want to know more which one is valid and which one isnt. then https://www.google.com/webmasters/ is the place to look for. |
|
#4
|
|||
|
|||
|
Maybe you can try this one www.hkhangfong.com/service.htm. The designer of this tool is one of the founder of the sitemap standards.
|
|
#5
|
|||
|
|||
|
i have been using xml-sitemaps and it seems to work fine for me.
|
|
#6
|
||||
|
||||
|
Thanks all for the replies ...
Quote:
tayiper
__________________
If you want to, please check out my main general personal http://tadejpersic.50webs.com/ website, which is a some sort of a navigational site that basically only describes and lists links to my other websites and blogs. |
|
#7
|
|||
|
|||
|
site map contains all link of web site.
u can find all link of website through site map. |
|
#8
|
||||
|
||||
|
Quote:
tayiper
__________________
If you want to, please check out my main general personal http://tadejpersic.50webs.com/ website, which is a some sort of a navigational site that basically only describes and lists links to my other websites and blogs. |
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sitemap generators? | terryuk | Search Engine Optimization | 15 | Nov 25th 2006 9:56 am |
| | Proxy Template's For Sale | Totally Unique | Totally Coded | Totally Upload | | jacobbannier | Templates | 5 | Oct 25th 2006 2:34 am |
| Two totally basic Google Sitemaps related questions | tayiper | Google Sitemaps | 5 | May 15th 2006 2:38 pm |
| Sitemaps questions (xml/gz and multiple sitemaps) | mariush | Google Sitemaps | 2 | Mar 30th 2006 7:01 am |
| Sitemap generators | Blogmaster | All Other Tools | 10 | Nov 27th 2005 7:11 pm |