I have an existing site which has a multi-level nodes structure ... I want to convert the level 1 nodes into single pages with the subnodes being referenced via anchors ...
No problems as far as scripting is concerned ... but I am worried about the SEO ranking ...
Ideally I would like to have Umbraco redirect the subnodes url's towards the main node url including the anchor reference ...
So
/level1/level2.aspx
becomes
/level1.aspx#level2
( Ideally I would also like nice directory urls but url's with anchors without .aspx does not seem to work at all ? )
I can ofc simply redirect the page using the internalredirect option but that does not allow me to add an anchor ...
Convert legacy site to single page site - SEO
Hi folks,
I have an existing site which has a multi-level nodes structure ... I want to convert the level 1 nodes into single pages with the subnodes being referenced via anchors ...
No problems as far as scripting is concerned ... but I am worried about the SEO ranking ...
Ideally I would like to have Umbraco redirect the subnodes url's towards the main node url including the anchor reference ...
So
/level1/level2.aspx
becomes
/level1.aspx#level2
( Ideally I would also like nice directory urls but url's with anchors without .aspx does not seem to work at all ? )
I can ofc simply redirect the page using the internalredirect option but that does not allow me to add an anchor ...
Anyone an idea on how to accomplish this ?
Thanks,
Steven
is working on a reply...