Jump to content
xisto Community
Sign in to follow this  
AlanDS

301 Redirect And Bots a small doubt

Recommended Posts

Hi guys,

 

I am presently developing a website which depends on JavaScript for its design.

The problem is that some browsers do not JavaScript enabled.

 

So, in case Script cannot be run on the browser, I have given a 301 (Meta) Redirect to a page which will tell them to enable the script.

 

What about the Search engine bots?

 

Will they undergo the 301 Redirect?

Or can they see the actual page?

 

Please help.

Share this post


Link to post
Share on other sites

I can't answer your robot question but I can tell you that most people who know what javascript is and how to turn it off won't turn it on just for your site. I recommend that you have a non-javascript version if you want to keep potential visitors.

Share this post


Link to post
Share on other sites

to answer your question google will cache your redirect, from this post I saw on another site so, I would drop the redirect page altogether as well.But like tyssen said rethink it, I have found alternatives for javascript that can be done in css.But a small suggestion what javascripts do you plan on running?

Share this post


Link to post
Share on other sites

use this code for redirect :

<?phpheader('www.yoursite.com;;?>
but its not a javascript , its php code if you can use this
all browser and all people support this code
Have good time :rolleyes:

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.