Jump to content

Multishop: How to set individual "robots index, noindex" per shop?


Recommended Posts

Hi guys,

 

I have a fresh 1.5.2 install and would like to have 4 multishops.

3 in english and 1 in italian.

 

Shop1: MAIN SHOP www.mainshop.com

Shop 2: Latops www.laptops.com

Shop 3: iPods www.ipods.com

 

SEO wise I would like to only index the mainshop.com to prevent duplicate content.

 

In order to achieve this I have the following questions:

1) Is there a place to configure a meta "index/noindex" on a per shop basis?

2) If no - is there a place to set an individual "header-html" placeholder on a per shop basis - so I could manuelly enter the html code?

 

Any ideas?

 

Thanks for your support

Rassy

Link to comment
Share on other sites

Hi elpatron, sorry - I confused this thread with another one you and me are chatting on....

so the bad bad news for this thread is:

my problem is not solved yet. :-)

 

The problem remains:

Concerning the "noindex/index" meta tag - I can't find a place to set this in "back office->preferences->seo and urls".

 

I am actually talking about this one here:

<meta name="robots" content="noindex">

 

To prevent duplicate content with multishops it would be great to have a place to set this on "shop-level".

 

Any ideas?

Edited by rassy (see edit history)
Link to comment
Share on other sites

  • 1 year later...
  • 6 months later...

I think this is the best solution at the moment:

 

http://stackoverflow.com/a/16982326/1136132

# Rewrite URL for robots.txt
RewriteRule ^robots\.txt$ robots/%{HTTP_HOST}.txt [L]

Create a new directory in your root called robots. Create a text file filled with the specific robots information for every domain.

  • /robots/abc.com.txt
  • /robots/abc.se.txt
  • /robots/abc.de.txt
  • Like 4
Link to comment
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
×
×
  • Create New...