Create a document type that just links to another node
Hello, I currently have a redirect type page set up which uses a content picker to set the umbracoRedirect property. This works well and allows me to create a page which shows up in menu's properly, while still linking to another location within a site.
However, I am wondering if there is a better way to do this? I want to be able to categorize my menu in a slightly different way than the page structure, but I am concerned that using umbracoRedirect is causing alot of unnecessary redirects which may be "frowned upon" by search engines.
I also do this frequently, but instead handle the redirect logic in my menu, so no redirects are needed. I typically create a special doctype called something like "Navigation Link / Pointer" and use uComponents URL Picker so the user can external/internal/media links.
Of course it might be a bit more work because you have to account for this in all your Navigation macros, but in my opinion is cleaner than doing redirects.
Create a document type that just links to another node
Hello, I currently have a redirect type page set up which uses a content picker to set the umbracoRedirect property. This works well and allows me to create a page which shows up in menu's properly, while still linking to another location within a site.
However, I am wondering if there is a better way to do this? I want to be able to categorize my menu in a slightly different way than the page structure, but I am concerned that using umbracoRedirect is causing alot of unnecessary redirects which may be "frowned upon" by search engines.
I appreciate your thoughts and suggestions.
Thanks!
Jim
Hi Jim,
I also do this frequently, but instead handle the redirect logic in my menu, so no redirects are needed. I typically create a special doctype called something like "Navigation Link / Pointer" and use uComponents URL Picker so the user can external/internal/media links.
Here's a quick XSLT snippet:
Of course it might be a bit more work because you have to account for this in all your Navigation macros, but in my opinion is cleaner than doing redirects.
Hope this helps,
Tom
Hey Tom - Nice solution! I was thinking this would be one way to do it but wanted to make sure there wasn't a built in umbraco property. Thanks!
is working on a reply...