Results 1 to 6 of 6

Other search engines using sitemaps.org?

This is a discussion on Other search engines using sitemaps.org? within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; Are there other search engines besides google, bing/yahoo and ask that use sitemaps.org? It seems yandex (Russia), exalead, seznam (Czech), ...

  1. #1
    Member
    Real Name
    Alfa
    Join Date
    Aug 2009
    Posts
    74
    Liked
    7 times

    Other search engines using sitemaps.org?

    Are there other search engines besides google, bing/yahoo and ask that use sitemaps.org?
    It seems yandex (Russia), exalead, seznam (Czech), is using it. Is that possible?

    Is there a way to submit your sitemap to baidu?

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    all major search engines support the XML sitemap protocol now.

    If you can translate or navigate through Mandarin,
    ????Sitemap

  3. #3
    Member
    Real Name
    Alfa
    Join Date
    Aug 2009
    Posts
    74
    Liked
    7 times
    Thanks for the baidu sitemap.

    Are there any plans to add sitemap ping for other major SE, besides the ones included in vbSEO now?

  4. #4
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    No, but you can easily add your own services if you know the ping url.

    towards the bottom of vbseo_sitemap_functions.php

    you will find

    Code:
        function vbseo_sitemap_ping_url($url)
           {
               global $vbseo_stat;
               $vbseo_stat['ping'] = vbseo_sitemap_ping_one(
                   'http://www.google.com/webmasters/tools/ping?sitemap='.urlencode($url), 'Received');
    
               $vbseo_stat['pingyahoo'] = vbseo_sitemap_ping_one(
                   'http://search.yahooapis.com/SiteExplorerService/V1/updateNotification?appid='.VBSEO_YAHOO_APPID.'&url='.urlencode($url),
                   'successfully');
    
               $vbseo_stat['pingask'] = vbseo_sitemap_ping_one(
                   'http://submissions.ask.com/ping?sitemap='.urlencode($url),
                 'successful');
    
    
               $vbseo_stat['pingbing'] = vbseo_sitemap_ping_one(
                   'http://www.bing.com/webmaster/ping.aspx?siteMap='.urlencode($url),
                'Thanks for');
    
            return ;
           }
    Simply put in the new syntax/url for the new service ping url, and it's on-page response string when you do it manually (the 'thank you' string so you know if it was successful or not.

    ie

    Code:
    $vbseo_stat['pingSOMENEWSITE'] = vbseo_sitemap_ping_one(
                   'http://www.SOMENEWSITE.com/ping.php?siteMap='.urlencode($url),
                'successmessage');
    in before the return

  5. #5
    Member
    Real Name
    Alfa
    Join Date
    Aug 2009
    Posts
    74
    Liked
    7 times
    Is there any way to ping it automatically and see if it was successful?

  6. #6
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    yeah, just load that url with your sitemap url at the end of it in a browser

Similar Threads

  1. Which search engines do you use?
    By hornstar6969 in forum General Discussion
    Replies: 12
    Last Post: 07-15-2006, 01:56 PM
  2. Search Engines...
    By SecondLaw in forum Pre-Sales Questions
    Replies: 5
    Last Post: 04-22-2006, 09:52 PM
  3. Already Near Top of Search Engines
    By mikem79 in forum Pre-Sales Questions
    Replies: 1
    Last Post: 02-08-2006, 10:41 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •