Map a common document to many sections of site
Permalink
I have a highly structured content site that has a top level structure like:
And in many cases,
and
Are the same content. Is there a way to create a set of content that can be mapped transparently into my site's structure? This is for SEO purposes mainly, but also for ease of managing the site. In the sections that ARE the same across states, I'd like to point to the same content, but have it properly mapped in the url.
Home/guides/Alabama/training/section1/1 Home/guides/Alabama/training/section2/1 Home/guides/Alabama/training/section3/1 Home/guides/Florida/training/section1/1 Home/guides/Florida/training/section2/1 Home/guides/Florida/training/section3/1
And in many cases,
Home/guides/Alabama/training/section1/1
Home/guides/Florida/training/section1/1
Are the same content. Is there a way to create a set of content that can be mapped transparently into my site's structure? This is for SEO purposes mainly, but also for ease of managing the site. In the sections that ARE the same across states, I'd like to point to the same content, but have it properly mapped in the url.