How to redirect (map) pages, see attached file.

Permalink
I seems not to work this one out myself so any help will be great.
I'm working on a site with some menu-structure, see attachment.

My question is: How do I redirect (map)-pages so they are not visible for a visitor?

If i strip: site.com/mondhygiene/aandoeningen/gingivitis/ to site.com/mondhygiene/aandoeningen/ it shows a page with some visible element but no relevant content.
These 'pages' also show up in my generated sitemap.xml, how do I delete it for there?

Thanks in advance,
Vincent

1 Attachment

vincedelaking
 
pvernaglia replied on at Permalink Best Answer Reply
pvernaglia
There is a page attribute to exclude from sitemap.xml, just set that on any page you do not want in your sitemap.xml file.

There is a page redirect block that might solve your problem:http://www.concrete5.org/marketplace/addons/redirect1/...

Or you can do 301 redirects in .htaccess
vincedelaking replied on at Permalink Reply
vincedelaking
Hi pvernaglia,

Thanks for helping me out!
The page attribute to exclude from sitemap.xml works fine :)
The page redirect block is a bit hard to insert because the '(map) pages' do not have a page-type (as far as I know), I will go for the 301 redirects in .htaccess.

much appreciated,
Vincent