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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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