Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

My domain domain.com/home is being registered by google, that isnt the home page because domain.com/ is the home page. Anyone can help me out on this? :(

share|improve this question

1 Answer

Set up a 301 Redirect for /home to go to /

If you wanted to you could also remove it from the index through Google Webmaster Tools however this can take some time to take effect.

share|improve this answer
Not sure why google see it as home page. How do i setup, i did read about it but they say redirect the page itself to /. i'm not sure where that file is located at , can i do a 301 redirect for [LINK] To [LINK]? – RainbowHat Jan 29 at 2:51
The reason that the /home URL exists is that in your CMS section in Magento the homepage I would suspect is under /home. This is the default setup for Magento. To do the redirect you put the redirect in your .htaccess file at the root of your website files. There is an awful lot of examples for this around but at its simplest it can be: Redirect 301 /home mysitename.com – joesk Jan 29 at 9:51
You can easily handle this from the Magento back office too if you aren't comfortable with mod_rewrite in .htaccess. – Geoff Jackson May 1 at 7:56

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.