Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Managing/creating sitemaps & navigation with MetaTagger and TeamSite?
System
Ive heard this is possible and effective somehow using TS and MetaTagger - we would like to be able to dynamically create sitemaps and site navigation without seperate templates or static files. i have been unable to find anything in the MetaTagger integration documentation, and just a few threads i.e.
http://devnet.interwoven.com/forums_vb/showthread.php?t=14424&forumid=14&highlight=sitemap
any help would be greatly appreciated
Find more posts tagged with
Comments
Migrateduser
There many ways to do this with MT and TS. Most common patterns is:
a) Build the navigation as a taxonomy in MT Studio
b) Export primary navigation to XML in a workarea
c) Tag content by primary navigation and related topics
d) Compile landing pages either dyanmically in runtime (e.g. LiveSite, JSP, ASP, ...) or via workflow using the navigation EAs on the content assets. For dynamic sites, this would be the EA's deployed either to a RDBMS via DataDeploy or as XML to a search engine.
A variant on this is to add a second EA for "related topics" and use it for cross-linking between assets. E.G. if page P1 in navigation N1 is related to topic T1 and page P2 in navigation N2 is related to topic T1, create links on P1 and P2 to each other.
Migrateduser
awesome feedback - thank you - im sure i will have some more questions later when i start this