nukeSEO.com - PHPNuke SEO Search engine optimization, professional tools including nukeSEO, nukeSPAM, nukeFEED, nukePIE, nukeWYSIWYG and more

 

. Welcome to nukeSEO.com  ! 
.
.
.


.
nukeSEO.com: Forums


 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Ping
 
 
Post new topic   Reply to topic    nukeSEO.com Forum Index -> nukeSEO (tm)
View previous topic :: View next topic  
Author Message
Kenny
webmaster


Joined: Sep 13, 2006
Posts: 8

PostPosted: Wed Jan 02, 2008 5:15 pm    Post subject: Ping Reply with quote

I have some questions about the ping services and I have it set up like this in my sitemap and in all RSS feeds at the bottom,and it seems to have a great impact on the serch engines Very Happy

Code:


  $notify_url = $nukeurl . 'rss-news.php';
  // google automatic notification, unquote when you have finished your test and that you have a valid account
  // on googlesitemap https://www.google.com/webmasters/sitemaps/login and that your site have been verified

    fopen('http://www.google.com/webmasters/tools/ping?sitemap='.urlencode($notify_url), 'r');
    fopen('http://search.yahooapis.com/SiteExplorerService/V1/ping?sitemap='.urlencode($notify_url), 'r');
    fopen('http://submissions.ask.com/ping?sitemap='.urlencode($notify_url), 'r');
    fopen('http://api.moreover.com/ping?u='.urlencode($notify_url), 'r');
    fopen('http://webmaster.live.com/ping.aspx?siteMap='.urlencode($notify_url), 'r');
  
Back to top
View user's profile Send private message
kguske
Site Admin
Site Admin


Joined: May 12, 2005
Posts: 876

PostPosted: Wed Jan 02, 2008 6:34 pm    Post subject: Re: Ping Reply with quote

Interesting. What are your questions?

Also, to which RSS feeds did you add this?
_________________
  
Back to top
View user's profile Send private message Visit poster's website
Guardian
webmaster


Joined: Dec 25, 2005
Posts: 364
Location: Vsetin, Czech Republic

PostPosted: Wed Jan 02, 2008 6:46 pm    Post subject: Re: Ping Reply with quote

I'm not sure which code you modified but I would be worried that there is no time delay on this before it falls through to the next one.
Pinging can sometimes take quite a while (ask anyone with a blog) if you are performing several pings at once.
Nice idea though!!
  
Back to top
View user's profile Send private message
Kenny






PostPosted: Wed Jan 02, 2008 8:02 pm    Post subject: Re: Ping Reply with quote

I have it on my sitemap,and it boosted my traffic pretty hard Wink and it's not a question it's a tip,Wordpress among others have this bult in their system,well mayby it's not exact the same but the idea,I'm very pleased with the result on my page
  
Back to top
Guardian






PostPosted: Thu Jan 03, 2008 5:50 pm    Post subject: Re: Ping Reply with quote

Now I'm even more confused. You are implying you added it to the sitemap but as it would then contain links to external sites it would fail googles validation.
Can you forgive an old fossil like me and explain to me the actual file you added this code?
  
Back to top
Kenny






PostPosted: Wed Jan 09, 2008 6:24 pm    Post subject: Re: Ping Reply with quote

No I have added these lines at the en of the sitemap Wink + I have it at the end on all my RSS feeds,but not pinging Goggle there since they dont accept RSS feeds but Yahoo does it,I did get the whole idea from http://www.osc2nuke.com they use the Google code in their sitemap

Code:


  $notify_url = $nukeurl . 'sitemap.php';
  // google automatic notification, unquote when you have finished your test and that you have a valid account
  // on googlesitemap https://www.google.com/webmasters/sitemaps/login and that your site have been verified
 
    fopen('http://www.google.com/webmasters/tools/ping?sitemap='.urlencode($notify_url), 'r');
    fopen('http://search.yahooapis.com/SiteExplorerService/V1/ping?sitemap='.urlencode($notify_url), 'r');
    fopen('http://submissions.ask.com/ping?sitemap='.urlencode($notify_url), 'r');
    fopen('http://api.moreover.com/ping?u='.urlencode($notify_url), 'r');
    fopen('http://webmaster.live.com/ping.aspx?siteMap='.urlencode($notify_url), 'r');
 

?>
  
Back to top
Display posts from previous:       
Post new topic   Reply to topic    nukeSEO.com Forum Index -> nukeSEO (tm) All times are GMT - 5 Hours
 
 Page 1 of 1

 

Jump to:   
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001-2008 phpBB Group


Page Generation: 0.16 Seconds