Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Canonical URL's New Standard
Last week, Google, Yahoo and Microsoft announced a support for a new link element to clean up duplicate URL's on sites.
Basically, you add the following to the <head> of the "duplicate page"
<link rel="canonical" href="http://example.com/page.html"/>
Question -- Would this work in the "Addition to <head>" section of the item template?:
<link rel="canonical" href="http://<%=getCurrentAttribute('item','urlcomponent')%>"/>
The purpose of this is to suggest to the search engines the canonical version of the page regardless of the current URL of the page.
Links:
Google