mlarino Posted April 14, 2012 Share Posted April 14, 2012 I am about to launch a new store that has been designed in a subfolder of the domain. Www.xxx.com/shop We are planning of using the .httacces to redirect to the folder /shop when people visit www.xxx.com Is this a bad idea for SEO? Thanks! Link to comment Share on other sites More sharing options...
PrestaSupport Posted April 14, 2012 Share Posted April 14, 2012 If you have something that is more important in www.xxx.com (for example a blog etc.) it is okey to have your store in a subdomain like www.xxx.com Link to comment Share on other sites More sharing options...
mlarino Posted April 14, 2012 Author Share Posted April 14, 2012 There is nothing on the main page .com just in the sub folder /shop Link to comment Share on other sites More sharing options...
El Patron Posted April 14, 2012 Share Posted April 14, 2012 if you redirect, do not use 301, but 302. if there is nothing in your root folder, avoid the headache and move to root, requires that you change config/config.inc.php base uri to '/', and then in your back office under seo & urls, change your site domain name (including ssl) by removing your subfolder. Link to comment Share on other sites More sharing options...
mlarino Posted April 14, 2012 Author Share Posted April 14, 2012 Thanks Elpatron, There is a lot of custom import tools, that are already configured to use /shop that is why I am asking... It would take us a lot of time to change it, that's why I was wondering if leaving it in the subfolder would affect SEO I will see if I can make the change without a lot of trouble Thanks again Link to comment Share on other sites More sharing options...
mlarino Posted April 14, 2012 Author Share Posted April 14, 2012 Why 302? In this article they mention that 301 should be used, because it's permanent. 302 would be if it was temporary http://seo-hacker.com/301-302-redirect-affect-seo/ Link to comment Share on other sites More sharing options...
El Patron Posted April 14, 2012 Share Posted April 14, 2012 Why 302? In this article they mention that 301 should be used, because it's permanent. 302 would be if it was temporary http://seo-hacker.co...ect-affect-seo/ never use a 301 unless you are in fact forwarding one url permanently to another. Thanks Elpatron, There is a lot of custom import tools, that are already configured to use /shop that is why I am asking... It would take us a lot of time to change it, that's why I was wondering if leaving it in the subfolder would affect SEO I will see if I can make the change without a lot of trouble Thanks again 301 should only be used when you are in fact redirecting an old url to a new one, there is plenty of information in google about how they interpret perm/temp and when and when not to use them. I'd rather use a 302, because I can never say that it will be permanent. one can not account for moving a site whose code is not ps compliant...if there are hard coded links or non-compliant ps links...it will probably come back to bite you in the future... make sure if you are going to have .htaccess mods, that you use the back office .htaccess generator, there you can paste additional code...else whenever you auto-generate your .htacess, you will lose your change. (i.e. as it concerns your 30x redirect). Link to comment Share on other sites More sharing options...
sickz Posted April 15, 2012 Share Posted April 15, 2012 Why make it so hard? Usually u can set up domain root in your hosting controll panel. So instead of www.xxx.com | www.xxx.com/shop will be your root direction for your domain. So if someone access your domain it will look like www.xxx.com I heard many slashes in the url are bad, but i don't know if it is real Link to comment Share on other sites More sharing options...
cgillis73 Posted April 16, 2012 Share Posted April 16, 2012 I don't want to redirect, I just want my shop to be domain.com not domain.com/shop how do I change this? I went into phpadmin sql config domain and SSL but they are both only domainname.com and not domainname.com/shop...There doesn't seem to be clear instruction above (I'm a beginner), I don't want to mess anything up thanks Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now