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!
<link rel='canonical' href='<%=getCurrentAttribute('item','canonicalurl' )%>'/>
Has anyone found a rig to get the fully qualified URL when using canonical?
What I'm looking for is:
<link rel='canonical' href='http://www.christmastreeforme.com/Artificial-Christmas-Trees/Christmas-Tree-Video-Princeton-Pine'/>
Examples:
This:
<link rel="canonical" href="<%=getCurrentAttribute('item','urlcomponent','')%>"/>
Will produce:
<link rel='canonical' href='/Artificial-Christmas-Trees/Christmas-Tree-Video-Princeton-Pine'/>
This:
<link rel="canonical" href="http://www.christmastreeforme.com<%=getCurrentAttribute('item','urlcomponent','')%>"/>
Will produce:
<link rel='canonical' href='http://www.christmastreeforme.comhttp://www.christmastreeforme.com/Artificial-Christmas-Trees/Christmas-Tree-Video-Princeton-Pine'/>