Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    Yeah, don’t do that.

    Seriously, forcing the same content into multiple places is bad for SEO. Google and others will penalize you for duplicate content.

    Thread Starter mustb

    (@mustb)

    Hi Otto,

    Thanks for your reply.

    I’m not bothered about SEO – this is for an educational site at a University that will probably be limited to access from on-campus IPs only & not indexed by Google & others.

    So, SEO aside, is there any way to do this?

    Thanks,

    Tim

    While you can add additional domains to the sub blogs, you can;t to the root blog.

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    If you want to make it stop forcing the canonical redirect, you can do this on the init action:

    remove_action('template_redirect', 'redirect_canonical');

    Thread Starter mustb

    (@mustb)

    Thanks, Otto – I’ll give that a try.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Addressing root blog with multiple domains’ is closed to new replies.