WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Search Engines > Search Engine Optimization Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Search Engine Optimization Forum SEO is much easier with help from peers and experts! The WebProWorld SEO forum is for the discussion and exploration of various search engine optimization topics. Any non (engine) specific SEO or SEM topics should go here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-17-2006, 12:41 AM
Webnauts's Avatar
Webnauts Webnauts is offline
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Worldwide
Posts: 6,454
Webnauts RepRank 3Webnauts RepRank 3
Default Big 3 Search Engines Team Up On Sitemaps

Google, Yahoo and Microsoft announced they'll support the Sitemaps format (which originated as Google Sitemaps) together. More...

Don't miss this video too!
Reply With Quote
  #2 (permalink)  
Old 11-17-2006, 12:47 AM
incrediblehelp's Avatar
incrediblehelp incrediblehelp is online now
Moderator
WebProWorld Moderator
 

Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,131
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default

This is great news!
Reply With Quote
  #3 (permalink)  
Old 11-17-2006, 01:14 AM
incrediblehelp's Avatar
incrediblehelp incrediblehelp is online now
Moderator
WebProWorld Moderator
 

Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,131
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default

This is from joint website, http://www.sitemaps.org/:

http://www.sitemaps.org/faq.html#faq_after_submission

Quote:
What do I do after I create my Sitemap?

Once you have created the Sitemap file and placed it on your webserver, you submit it to search engines that support the Sitemaps protocol. The search engines can then retrieve your Sitemap and make the URLs available to their crawlers. Refer to each search engine's documentation for more information about submitting to them. You can also submit your Sitemap using an HTTP request (replace <searchengine_URL> with the URL provided by the search engine):
Issue your request to the following URL:

<searchengine_URL>/ping?sitemap=sitemap_url

For example, if your Sitemap is located at http://www.example.com/sitemap.gz, your URL will become:

<searchengine_URL>/ping?sitemap=http://www.example.com/sitemap.gz

URL encode everything after the /ping?sitemap=:

<searchengine_URL>/ping?sitemap=http%3A%2F%2Fwww.yoursite.com%2Fsitem ap.gz

You can issue the HTTP request using wget, curl, or another mechanism of your choosing. A successful request will return an HTTP 200 response code; if you receive a different response, you should resubmit your request. The HTTP 200 response code only indicates that the search engine has received your Sitemap, not that the Sitemap itself or the URLs contained in it were valid. An easy way to do this is to set up an automated job to generate and submit Sitemaps on a regular basis.

Note: If you are providing a Sitemap index file, you only need to issue one HTTP request that includes the location of the Sitemap index file; you do not need to issue individual requests for each Sitemap listed in the index.
I tried submitting a sitemap tonight at Yahoo and Google, but it doesnt seem to be working yet.
Reply With Quote
  #4 (permalink)  
Old 11-19-2006, 11:01 PM
Webnauts's Avatar
Webnauts Webnauts is offline
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Worldwide
Posts: 6,454
Webnauts RepRank 3Webnauts RepRank 3
Default

The <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> does not exist. Or did I miss something?
Reply With Quote
  #5 (permalink)  
Old 11-20-2006, 10:10 AM
incrediblehelp's Avatar
incrediblehelp incrediblehelp is online now
Moderator
WebProWorld Moderator
 

Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,131
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default

Still not working for me.
Reply With Quote
  #6 (permalink)  
Old 11-20-2006, 10:29 AM
Webnauts's Avatar
Webnauts Webnauts is offline
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Worldwide
Posts: 6,454
Webnauts RepRank 3Webnauts RepRank 3
Default

Thanks Jaan. Good that I have not implemented it yet. :)
Reply With Quote
  #7 (permalink)  
Old 11-20-2006, 01:01 PM
incrediblehelp's Avatar
incrediblehelp incrediblehelp is online now
Moderator
WebProWorld Moderator
 

Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,131
incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4incrediblehelp RepRank 4
Default

Anyone having luck with this yet?

Any find any "one" click programs that create the properly formatted sitemap for sitemaps.org?
Reply With Quote
  #8 (permalink)  
Old 11-20-2006, 10:27 PM
Webnauts's Avatar
Webnauts Webnauts is offline
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Worldwide
Posts: 6,454
Webnauts RepRank 3Webnauts RepRank 3
Default

Jaan I had a discussion with my admin, and he said it does not need to validate, as far SE are happy with their site map.

It could only validate XML if the namespace existed, but it does not.

I followed their wish, submitted to Google, and the result was ok.

We can all go for it. :)

AMEN.
Reply With Quote
  #9 (permalink)  
Old 11-21-2006, 05:37 AM
mantawebsolutions's Avatar
mantawebsolutions mantawebsolutions is offline
WebProWorld Veteran
 

Join Date: Jun 2004
Location: Pretoria, South Africa
Posts: 306
mantawebsolutions RepRank 0
Default

Webnauts, what are you saying exactly in terms of validating ? Are you talking about the current protocol standard set in the <urlset> tag ?

Sitemaps.org shows it as follow :
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

while xml-sitemaps.com shows it as :
<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">

can we use either or do we switch to the first as shown by sitemaps.org ?
Reply With Quote
  #10 (permalink)  
Old 11-21-2006, 06:46 AM
Webnauts's Avatar
Webnauts Webnauts is offline
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Worldwide
Posts: 6,454
Webnauts RepRank 3Webnauts RepRank 3
Default

You can use for Google both options. I tried the first option and it was accepted.

If you use the second option, that will be only valid for google.

So if you want a global sitemap for all 3 major SE, the you should take the first option.

Don't care about its validation.
Reply With Quote
  #11 (permalink)  
Old 11-21-2006, 07:44 AM
mantawebsolutions's Avatar
mantawebsolutions mantawebsolutions is offline
WebProWorld Veteran
 

Join Date: Jun 2004
Location: Pretoria, South Africa
Posts: 306
mantawebsolutions RepRank 0
Default

thanks webnauts
Reply With Quote
  #12 (permalink)  
Old 11-21-2006, 07:58 AM
Webnauts's Avatar
Webnauts Webnauts is offline
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Worldwide
Posts: 6,454
Webnauts RepRank 3Webnauts RepRank 3
Default

Quote:
Originally Posted by mantawebsolutions
thanks webnauts
I hope you are aware that you are always welcome. :)
Reply With Quote
  #13 (permalink)  
Old 11-21-2006, 08:30 AM
mantawebsolutions's Avatar
mantawebsolutions mantawebsolutions is offline
WebProWorld Veteran
 

Join Date: Jun 2004
Location: Pretoria, South Africa
Posts: 306
mantawebsolutions RepRank 0
Default

I know, thanks for that too :)
Reply With Quote
  #14 (permalink)  
Old 12-07-2006, 04:20 PM
jltidwell jltidwell is offline
WebProWorld New Member
 

Join Date: Feb 2005
Posts: 8
jltidwell RepRank 0
Default

Quote:
Originally Posted by incrediblehelp
Anyone having luck with this yet?

Any find any "one" click programs that create the properly formatted sitemap for sitemaps.org?
The only one I've been able to find is a WordPress plugin. Google Sitemap Generator for WordPress. I've implemented it on both my WP (v 2.05) powered sites and it works very well.

If I find anything for non-WP sites, I'll come back and post it.

Jennifer
Reply With Quote
  #15 (permalink)  
Old 12-07-2006, 04:35 PM
jltidwell jltidwell is offline
WebProWorld New Member
 

Join Date: Feb 2005
Posts: 8
jltidwell RepRank 0
Default

Google Sitemap Generator - Python script that has to be installed on your server.

Here's a list I got from a Google search.

Hope that helps.

Jennifer
Reply With Quote
  #16 (permalink)  
Old 12-09-2006, 06:51 AM
crush123 crush123 is offline
WebProWorld Pro
 

Join Date: Dec 2005
Posts: 218
crush123 RepRank 0
Default

i have already submitted sitemaps to gogle and yahoo.
but dont find where to submit such sitemaps to MSN.

i have placed links as text files and submitted as sitemap.
google and yahoo reported that they have processed the site map and the status is ok. but they have not revisited the pages in the sitemap.

will search engines visit the pages after submitting sitemap?
thanks
Reply With Quote
  #17 (permalink)  
Old 12-09-2006, 08:25 AM
Webnauts's Avatar
Webnauts Webnauts is offline
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Worldwide
Posts: 6,454
Webnauts RepRank 3Webnauts RepRank 3
Default MSN Site Maps submission

MSN did not announced how to submit a site map yet, however here are the places to watch:
http://search.msn.com.my/docs/siteowner.aspx?FORM=WMSM2 And site owner help:
http://blogs.msdn.com/livesearch/arc...-sitemaps.aspx
Reply With Quote
  #18 (permalink)  
Old 02-26-2007, 07:52 PM
WebGeek182 WebGeek182 is offline
WebProWorld New Member
 

Join Date: Feb 2007
Location: Los Angeles
Posts: 12
WebGeek182 RepRank 0
Default

If you need a good sitemap generator...download the free one from: http://enarion.net/google/phpsitemapng/
Reply With Quote
  #19 (permalink)  
Old 02-27-2007, 07:04 AM
Webnauts's Avatar
Webnauts Webnauts is offline
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Worldwide
Posts: 6,454
Webnauts RepRank 3Webnauts RepRank 3
Default

Quote:
Originally Posted by WebGeek182
If you need a good sitemap generator...download the free one from: http://enarion.net/google/phpsitemapng/
Great Script! Her also shows a warning wh