joe_ma Posted September 22, 2015 Share Posted September 22, 2015 Hello How do you handle this situation: There are two pages with identical content, like this: - old age - retirement - work - retirement Both pages "retirement" have identical content. URL should be like "/old_age/retirement/" and "/work/retirement/". Firstly, as far as I know, google doesn't like this at all. Secondly I don't want to maintain identical content on two pages. Link to comment Share on other sites More sharing options...
diogo Posted September 22, 2015 Share Posted September 22, 2015 Did you consider - retirement - old age - work ? Link to comment Share on other sites More sharing options...
joe_ma Posted September 22, 2015 Author Share Posted September 22, 2015 That doesn't suit my needs. I am about to transfer an existing site and I should keep the old structure. Which is: - old age - … -… -… - retirement -… -… -… - work -… -… - retirement -… -… -… You'll get the idea. Link to comment Share on other sites More sharing options...
tsdtsdtsd Posted September 22, 2015 Share Posted September 22, 2015 You could add a Page field, which links from one page to another. If it is filled, use the data from the linked page instead of the current one and use its URL to set a canonical for google. 2 Link to comment Share on other sites More sharing options...
joe_ma Posted September 22, 2015 Author Share Posted September 22, 2015 Thanks tsdtsdtsd! Very good idea. Simple but beautyful. 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