Digital Point Forums
Winn Law Group

Go Back   Digital Point Forums > Design & Development > Site & Server Administration > Google Sitemaps
Google Analytics
Log In to view
your analytics

Reply
 
Thread Tools
  #1  
Old Nov 28th 2006, 6:01 pm
tayiper's Avatar
tayiper tayiper is offline
Hand of A'dal
 
Join Date: Apr 2006
Location: Ljubljana, Slovenia, Europe
Posts: 417
tayiper is on a distinguished road
Question Why two generators make totally different Sitemaps??

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>
Incorrect syntax 2:

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>
The correct syntax:

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>
thanks, 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.
Reply With Quote
  #2  
Old Nov 29th 2006, 11:25 am
Imran's Avatar
Imran Imran is offline
of the Nightfall
Recent Blog: ATI Radeon HD 5970
 
Join Date: Apr 2005
Location: Bangalore
Posts: 2,288
Imran is a splendid one to beholdImran is a splendid one to beholdImran is a splendid one to beholdImran is a splendid one to beholdImran is a splendid one to beholdImran is a splendid one to behold
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">';
and others as u mentioned.
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.
Reply With Quote
  #3  
Old Nov 29th 2006, 2:31 pm
Diddy1's Avatar
Diddy1 Diddy1 is offline
Hand of A'dal
Recent Blog: A
 
Join Date: Jun 2006
Location: Da Hood
Posts: 295
Diddy1 is on a distinguished road
Actually http://www.sitemaps.org/ is the new place to look.

Thank you
Reply With Quote
  #4  
Old Nov 29th 2006, 6:51 pm
hhheng hhheng is offline
Banned
 
Join Date: Sep 2006
Posts: 2,636
hhheng has a spectacular aura abouthhheng has a spectacular aura about
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.
Reply With Quote
  #5  
Old Nov 29th 2006, 10:36 pm
seo_kate seo_kate is offline
Hand of A'dal
 
Join Date: Sep 2006
Location: Bangkok
Posts: 322
seo_kate is on a distinguished road
i have been using xml-sitemaps and it seems to work fine for me.
__________________
Cheap Flights Articles
,
Reply With Quote
  #6  
Old Nov 30th 2006, 11:17 am
tayiper's Avatar
tayiper tayiper is offline
Hand of A'dal
 
Join Date: Apr 2006
Location: Ljubljana, Slovenia, Europe
Posts: 417
tayiper is on a distinguished road
Exclamation

Thanks all for the replies ...

Quote:
Originally Posted by seo_kate View Post
i have been using xml-sitemaps and it seems to work fine for me.
Yeah, I didn't say that it doesn't work, I just said that it generates a "sitemap.xml" file that is not valid when processed with "Google Sitemap Validator": http://www.validome.org/google.


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.
Reply With Quote
  #7  
Old Dec 1st 2006, 2:41 am
jitendra jitendra is offline
Grunt
 
Join Date: Oct 2005
Location: India
Posts: 50
jitendra has a little shameless behaviour in the past
site map contains all link of web site.
u can find all link of website through site map.
Reply With Quote
  #8  
Old Dec 6th 2006, 4:04 pm
tayiper's Avatar
tayiper tayiper is offline
Hand of A'dal
 
Join Date: Apr 2006
Location: Ljubljana, Slovenia, Europe
Posts: 417
tayiper is on a distinguished road
Quote:
Originally Posted by Mohan View Post
site map contains all link of web site.
u can find all link of website through site map.
Hmmm OK yeah, but I must confess that I am not sure what's the point of your reply (post count maybe??), I mean we surely all know that ...


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.
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


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


All times are GMT -8. The time now is 3:48 pm.