|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
How does Googlebot treat redirected pages?
If a page has the following redirection codes, which one will the Googlebot collect?
1. Using HTML meta element, <meta HTTP-EQUIV="refresh" content="5; url=http://www.qindex.info/"> 2. Using JavaScript, <script type='text/javascript'> window.location.href='http://www.qindex.info/'; </script> 3. Using PHP, <?php header("Location: http://www.qindex.info/"); exit; ?>
__________________
Add This to |
|
#2
|
||||
|
||||
|
I would use PHP, but if you have Cpanel use the redirect function there.
|
|
#3
|
|||
|
|||
|
google dosn't really like redirect. don't use it unless it's absolutely necessary.
__________________
Wedding Gifts | Web Development | Order Fulfllment | Supply Chain | E-Business | Add to 100 SEO Friendly Directories fast do it yourself |
|
#4
|
||||
|
||||
|
I guess the web crawler does'nt like redirect.
What I want to know is whether the google bot crawled such pages of three cases. |
![]() |
| Viewing: Dev Shed Forums > Web Design > Search Engine Optimization > How does Googlebot treat redirected pages? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|