2 sitemap-generators, e.g. google and weblogs.com

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
hackerart
Regular
Posts: 92
Joined: Fri Dec 01, 2006 1:27 pm

2 sitemap-generators, e.g. google and weblogs.com

Post by hackerart »

I included the standard entry http://www.google.com/webmasters/tools/ping?sitemap=%s in the sitemap generator. I know I can add a 2nd one with a semicolon(;), but I didn't find out what I have do enter for weblogs.com when I read http://www.weblogs.com/api.html

Which other services do you recommend to ping?
abdussamad
Regular
Posts: 117
Joined: Fri Apr 21, 2006 10:11 pm
Location: Karachi, Pakistan
Contact:

Post by abdussamad »

I think the announce entries event plugin will ping the likes of weblogs.com and technorati. SO you'll need to install that.
chickens
Regular
Posts: 192
Joined: Wed Dec 06, 2006 12:15 am
Location: Vegas
Contact:

Post by chickens »

If you are looking for more services to ping you can find a list on the wordpress site: http://codex.wordpress.org/Update_Services

This page also does a fairly good job describing pinging.
hackerart
Regular
Posts: 92
Joined: Fri Dec 01, 2006 1:27 pm

Post by hackerart »

Whats the difference between these 2 plugins? I activated the "announce entries event plugin" now too and marked all services. Shouldn't it work immediately? I did a test and mofified an entry a little bit. Should the services after this change be pinged? I didn't notice any delay after saving the change.
chickens
Regular
Posts: 192
Joined: Wed Dec 06, 2006 12:15 am
Location: Vegas
Contact:

Post by chickens »

The difference between the two in my eyes is that one of the plugin sends link to the sitemap and the other just notifies the service that a new post has been made. I will also explain a little further upon the two, if I am wrong someone please correct me.

The sitemap plugin generates a sitemap in which a web spider can crawl and see all of your pages. It is just an XML file listing all of your pages and a bit of other information that is useful to spiders. The file is gzipped (.gz) so that it can save bandwidth. Pure .gz files are uncompressed on the fly in your browser, so if you would like to see the XML file you can just open it up in your browser. You should not notice a difference between this file and if it were named filename.xml.

To go a little further, in PHP it allows for gzipping the content to save bandwidth. It is possible to enable this by default, but most servers do not have this enabled. That is why there is the option to turn it on in most web based applications, serendipity has this.

The other plugin is for pinging web based services to tell them that you have a new post. In a way it sends them a link to new posts so that they can link to it. These services do not want to list the same thing multiple times and therefore the plugin only sends out the pings when you have sent a new post.

There are quite a few services out there to send these pings out for you. I use feedburner which allows me to do this. If you have not heard of feedburner I suggest taking a look at it as it does a bunch of neat things with your RSS/ATOM/whatever feeds.

In all these services are there to help people find your blog, especially when you have added something new. One is a directory of sorts (pinging services) and the other is search engines. It is a good idea to use both to bring in the most people, as isn't that the point of a blog?
Post Reply