Ping your Sitemap to Google, Bing, Yahoo, Ask - eSyndiCat User Forums
eSyndiCat User Forums esyndicat directory software esyndicat support

Go Back   eSyndiCat User Forums > eSyndiCat Directory Software [FREE] > Modifications

Modifications Simple to complex modifications, made by users or by our team, applied to logic or presentation, all kinds of modifications are discussed and requested here.

Reply
 
Thread Tools Display Modes
Old 02-01-2011   #1
raghhav
 
Join Date: Oct 2010
Location: Mumbai, Maharashtra, India
Posts: 80
raghhav is on a distinguished road
Default Ping your Sitemap to Google, Bing, Yahoo, Ask

since our site map plug-in is manual and every time we generate the site map manually we have to log in to relevant search engine's webmaster tools to resubmit the site map for faster inclusion in the search engine index.

i was tired of doing this hence, i came out of an idea to implement and submit site map from my site map plug-in page.

I pasted the following code on /plugins/gy_sitemap/admin/templates/index.tpl

Code:
<div><p>
<a href="http://www.google.com/webmasters/tools/ping?sitemap=http://www.my-company-profile.com/sitemap.xml" target="_blank">Submit Site map to Google</a><br />
<a href="http://search.yahooapis.com/SiteExplorerService/V1/updateNotification?appid=YahooDemo&url=http://www.my-company-profile.com/sitemap.xml" target="_blank">Submit Site map to Yahoo</a><br />
<a href="http://submissions.ask.com/ping?sitemap=http://www.my-company-profile.com/sitemap.xml" target="_blank">Submit Site map to Ask.com</a><br />
<a href="http://www.bing.com/webmaster/ping.aspx?siteMap=http://www.my-company-profile.com/sitemap.xml" target="_blank">Submit Site map to Bing</a><br />
</p>
</div>
Note: change the URL http://www.my-company-profile.com to your site map's site URL.


So every time after generating the site map i just click on the above links to ping search engines.

By this my sites listings are getting indexed faster than before.

What do you all think? is it the right idea? is it helpful?

Last edited by raghhav; 02-01-2011 at 04:27 PM.
raghhav is offline   Reply With Quote
Old 02-01-2011   #2
woernimuc
 
Join Date: May 2010
Location: munich
Posts: 2
woernimuc is on a distinguished road
Smile Ping your Sitemap to Google, Bing, Yahoo, Ask

If just tried it on my page and get a successful submission screen except the one from Yahoo
<Error>

The following errors were detected:

<Message>limit exceeded</Message>
</Error>

maybe thats the size of my directory?
I thing thatīs useful and simple... Wordpress do it the "same" way ...
THX

woernimuc
http://www.raid24.de
woernimuc is offline   Reply With Quote
Old 02-02-2011   #3
raghhav
 
Join Date: Oct 2010
Location: Mumbai, Maharashtra, India
Posts: 80
raghhav is on a distinguished road
Default

what is the number of sitemap links? if it is too much in 1 page, do it like this, copy half of the links and create a fresh file as sitemap1.xml and put this sitemap1.xml link (give priority 0.80) on the main page, i.e., sitemap.xml, that would do the trick. and both sitemaps would be indexed... hope this helps...
raghhav is offline   Reply With Quote
Old 02-03-2011   #4
Bobby01
Paid Customer
 
Bobby01's Avatar
 
Join Date: Jul 2006
Location: http://www.krynica.malopolska.pl
Posts: 826
Bobby01 is on a distinguished road
Default

Quote:
Originally Posted by woernimuc View Post
If just tried it on my page and get a successful submission screen except the one from Yahoo
<Error>

The following errors were detected:

<Message>limit exceeded</Message>
</Error>

maybe thats the size of my directory?
I thing thatīs useful and simple... Wordpress do it the "same" way ...
THX

woernimuc
http://www.raid24.de
In your case.
I would have corrected the path that gave a colleague;
PHP Code:
<div><p>
<
a href="http://www.google.com/webmasters/tools/ping?sitemap=http://www.my-company-profile.com/sitemap.xml" target="_blank">Submit Site map to Google</a><br />
<
a href="http://search.yahooapis.com/SiteExplorerService/V1/updateNotification?appid=YahooDemo&url=http://www.my-company-profile.com/sitemap.xml" target="_blank">Submit Site map to Yahoo</a><br />
<
a href="http://submissions.ask.com/ping?sitemap=http://www.my-company-profile.com/sitemap.xml" target="_blank">Submit Site map to Ask.com</a><br />
<
a href="http://www.bing.com/webmaster/ping.aspx?siteMap=http://www.my-company-profile.com/tmp/sitemap/sitemap.xml" target="_blank">Submit Site map to Bing</a><br />
</
p>
</
div
To:
PHP Code:
<div><p>
<
a href="http://www.google.com/webmasters/tools/ping?sitemap=http://www.my-company-profile.com/tmp/sitemap/google/sitemap.xml" target="_blank">Submit Site map to Google</a><br />
<
a href="http://search.yahooapis.com/SiteExplorerService/V1/updateNotification?appid=YahooDemo&url=http://www.my-company-profile.com/tmp/sitemap/sitemap.xml" target="_blank">Submit Site map to Yahoo</a><br />
<
a href="http://submissions.ask.com/ping?sitemap=http://www.my-company-profile.com/tmp/sitemap/sitemap.xml" target="_blank">Submit Site map to Ask.com</a><br />
<
a href="http://www.bing.com/webmaster/ping.aspx?siteMap=http://www.my-company-profile.com/tmp/sitemap/sitemap.xml" target="_blank">Submit Site map to Bing</a><br />
</
p>
</
div
Because you have such a file location on yours the server
Example:
http://www.raid24.de/tmp/sitemap/yahoo/urllist.txt
I hope I helped
Regards
__________________
Best Regards,
P.S. Sorry for my English. Bible ABC Admin Panel 2.3

Last edited by Bobby01; 02-03-2011 at 10:01 AM.
Bobby01 is offline   Reply With Quote
Old 02-04-2011   #5
woernimuc
 
Join Date: May 2010
Location: munich
Posts: 2
woernimuc is on a distinguished road
Smile

Quote:
Originally Posted by Bobby01 View Post
In your case.
I would have corrected the path that gave a colleague;
PHP Code:
<div><p>
<
a href="http://www.google.com/webmasters/tools/ping?sitemap=http://www.my-company-profile.com/sitemap.xml" target="_blank">Submit Site map to Google</a><br />
<
a href="http://search.yahooapis.com/SiteExplorerService/V1/updateNotification?appid=YahooDemo&url=http://www.my-company-profile.com/sitemap.xml" target="_blank">Submit Site map to Yahoo</a><br />
<
a href="http://submissions.ask.com/ping?sitemap=http://www.my-company-profile.com/sitemap.xml" target="_blank">Submit Site map to Ask.com</a><br />
<
a href="http://www.bing.com/webmaster/ping.aspx?siteMap=http://www.my-company-profile.com/tmp/sitemap/sitemap.xml" target="_blank">Submit Site map to Bing</a><br />
</
p>
</
div
To:
PHP Code:
<div><p>
<
a href="http://www.google.com/webmasters/tools/ping?sitemap=http://www.my-company-profile.com/tmp/sitemap/google/sitemap.xml" target="_blank">Submit Site map to Google</a><br />
<
a href="http://search.yahooapis.com/SiteExplorerService/V1/updateNotification?appid=YahooDemo&url=http://www.my-company-profile.com/tmp/sitemap/sitemap.xml" target="_blank">Submit Site map to Yahoo</a><br />
<
a href="http://submissions.ask.com/ping?sitemap=http://www.my-company-profile.com/tmp/sitemap/sitemap.xml" target="_blank">Submit Site map to Ask.com</a><br />
<
a href="http://www.bing.com/webmaster/ping.aspx?siteMap=http://www.my-company-profile.com/tmp/sitemap/sitemap.xml" target="_blank">Submit Site map to Bing</a><br />
</
p>
</
div
Because you have such a file location on yours the server
Example:
http://www.raid24.de/tmp/sitemap/yahoo/urllist.txt
I hope I helped
Regards
Thanks for your reply!!!
I will try this out during the weekend ...

woernimuc
www.raid24.de
www.muc-verzeichnis.de
woernimuc is offline   Reply With Quote
Old 03-05-2012   #6
jassmee
 
Join Date: Dec 2011
Posts: 72
jassmee is on a distinguished road
Default

some seo expert is doing ping activity but according to me we are not doing ping activity...
jassmee is offline   Reply With Quote
Old 03-05-2012   #7
raghhav
 
Join Date: Oct 2010
Location: Mumbai, Maharashtra, India
Posts: 80
raghhav is on a distinguished road
Default

what do you mean by that?
raghhav is offline   Reply With Quote
Old 03-22-2012   #8
passness
 
Join Date: Mar 2012
Posts: 6
passness is on a distinguished road
Default

maybe thats the size of my directory?
passness is offline   Reply With Quote
Old 03-25-2012   #9
dasamli
 
Join Date: Aug 2010
Posts: 4
dasamli is on a distinguished road
Default

Quote:
Originally Posted by passness View Post
maybe thats the size of my directory?
Is this only for older version? not for v24
dasamli is offline   Reply With Quote
Old 03-25-2012   #10
dasamli
 
Join Date: Aug 2010
Posts: 4
dasamli is on a distinguished road
Default

for the later versions go to admin/templates/default/sitemap.tpl
this link is working thank u
dasamli is offline   Reply With Quote
Reply

Tags
ping search engines

Thread Tools
Display Modes

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
Forum Jump


All times are GMT. The time now is 02:23 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Testimonials | Articles | Support | Documentation | Privacy Policy | License | Affiliates | Contact Us | SEO Resources