Closed (fixed)
Project:
Google Sitemap
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
16 Nov 2006 at 06:17 UTC
Updated:
11 May 2007 at 12:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
slimandslam commented+1 on this. You can p0wn the sitemap module business for Drupal. :-)
Comment #2
hass commentedAsside... have you found a way to tell MSN about the sitemap? I cannot find anything...
Comment #3
SamAMac commentedI also have not found a way to submit the sitemap to MSN, and the only way I have found of submitting it to Yahoo requires logging in with a Yahoo account, which would be non-trivial to implement. I don't want to touch this unless MSN and Yahoo implement an anonymous interface similar to Google's.
Comment #4
Ryanbach commentedYou have to wait for all the search engines to support this format: http://www.sitemaps.org/faq.html#faq_after_submission
After that we should be ready to go! ;)
Comment #5
deekayen commentedRe: #2 - http://search.msn.com/docs/submit.aspx perhaps?
Comment #6
SamAMac commentedWell, that page has a captcha on it. Not terribly helpful.
Comment #7
MacRonin commented+1 for this feature request.
But to make it easier, I found some doc on how to do it at Yahoo via a REST request or a special URL
http://developer.yahoo.com/search/siteexplorer/V1/ping.html
Comment #8
deekayen commentedI added the Yahoo part to URL list if you want to rip it off. Someday we'll have to get around to merging the mods.
http://cvs.drupal.org/viewcvs/drupal/contributions/modules/urllist/urlli...
Comment #9
ryo commentedHow about this?
ROR (Resources of a Resource)
http://www.rorweb.com/faq.htm
Comment #10
ryo commentedComment #11
hass commentedThe supported way for future will be a robots.txt entry named
But this requires to use "robotstxt" module or the robotstxt functions must be included in XML Sitemaps... Aside robotstxt module requires an api function so that XML sitemap is able to extend the robots.txt file for multisite installations.
Comment #12
mgiffordOr you put in a line into your apache config like:
Alias /robots.txt /home/dm_50/sites/openconcept.ca/robots_oc.txtto ensure that your personalized robots.txt file is stored in your sites directory. I've already got enough php loaded on my site. Best to use Apache's tools when they are available. There's probably a way to do this with a .htaccess file, but I'll leave that to someone else.
Both of these are running as a multi-site on the same code base:
http://poped.org/robots.txt
http://openconcept.ca/robots.txt
Thought it would also be worth noting that ask.com's jumped on board too:
http://submissions.ask.com/ping?sitemap=http://openconcept.ca/gsitemap
Comment #13
darren ohHere's a patch to
Comment #14
darren ohPlease set the patch to "ready to be committed" if it works.
Comment #15
deekayen commentedThe last block of the patch has the error messages reversed for submissions to yahoo and ask.
Comment #16
darren ohThanks for catching that. A corrected patch is attached. Is it working otherwise?
Comment #17
deekayen commentedI haven't seen another but, maybe the admin/settings/gsitemap menu path on line 36 in my version could be
'title' => t('XML Sitemap'),instead of'title' => t('Google Sitemap'),.Comment #18
darren ohI'll finish the renaming later. How is it working?
Comment #19
hass commentedi thing the modules shouldn't named "gsitemap" any more... isn't it? Let's fix it.
Have a look to http://drupal.org/node/103173, please.
Comment #20
darren ohSo far, I have gotten reviews that point out errors in the code and request new features. What I need is for someone to confirm that the functionality is working.
Comment #21
MacRonin commentedI guessing the the yahoo/ask/MSN functionality is just avail via the patch and not in the very recent ver 1.3 ?
If so I guess I'll have to teach myself how to do unix patches to drupal this weekend (assuming that my system has the right tools installed)
Comment #22
darren ohI'm not waiting for testing any more. This has been committed in CVS commit 65223. A new release will be made soon.
Renaming will not be done in the DRUPAL-5 branch. A lot of work on renaming is being done in HEAD.
Comment #23
killes@www.drop.org commented