
Not that pinging is an overly difficult task to begin with, but I came across a neat little trick that makes it very easy to ping any page you are viewing.
This is something that would work well for sending a quick ping after creating a link if you are building backlinks to your site. Each you time you create a new link back to your site, quickly ping the page using this method to speed up the process of your newly placed link being spidered.
.
Here’s How To Set It Up
- Create a new bookmark in whatever Internet browser you are using. Name it something like “Ping This”
- Copy the following script and add it to the “location” box in the bookmark properties:
javascript:location.href='http://pingomatic.com/ping/?title='+encodeURIComponent(document.title)+'&blogurl='+encodeURIComponent(location.href)+'&chk_weblogscom=on&chk_blogs=on&chk_technorati=on&chk_feedburner=on&chk_syndic8=on&chk_newsgator=on&chk_myyahoo=on&chk_pubsubcom=on&chk_blogdigger=on&chk_blogrolling=on&chk_blogstreet=on&chk_moreover=on&chk_weblogalot=on&chk_icerocket=on&chk_newsisfree=on&chk_topicexchange=on&chk_google=on&chk_tailrank=on&chk_bloglines=on&chk_aiderss=on&chk_skygrid=on&chk_audioweblogs=on&chk_rubhub=on&chk_geourl=on&chk_a2b=on&chk_blogshares=on'
.
As you can see, this uses the Ping-O-Matic pinging service. Whenever you want to ping the page you are on, simply go the the newly created bookmark and it will take care of the ping automatically.
Enjoy!





