Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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
0