Closed (fixed)
Project:
CCK Redirection
Version:
6.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2010 at 04:11 UTC
Updated:
11 Nov 2010 at 15:30 UTC
It may be a silly question but I can't seem to find the answer. Do search engines see/read the page with the redirect or the target page? If anyone could help it would be most appreciated.
Thanks
Comments
Comment #1
codewatson commentedIt looks like it uses the drupal_goto function which by the looks of the api.drupal.org does a 302 redirect by default (its not set in this module), which is what drupal does for all normal pages, so i'd say the search engine would see the page your redirected to.
Comment #2
robin monks commentedIf you use divert, the search engine does not "see" the node with the redirect. With the other options it has the opportunity to, I'm unsure of Google's policy as far as meta redirect tags or framesets.
/Robin