We released a new version of our StyleHelper Theme / Skin Object.
Additions in the release:
- On multi-language sites you can now render links in the head of the page to help Google find "this page" in other languages.
<link rel="alternate" hreflang="[LANGCODE]" href="[URL]">
Example:
<fortyfingers:STYLEHELPER ID="sh2" AddLanguageLinksToHead="True" runat="server" />
- For use with Open Graph we added a Token for the Site Logo
Example:
<fortyfingers:STYLEHELPER ID="sh2"
AddAtEnd="False"
AddToHead="<link rel='canonical' href='[Page:Url]' />
<meta property='og:title' content='[Page:Title]' />
<meta property='og:type' content='website' />
<meta property='og:description' content='[Page:Description]' />
<meta property='og:image' content='[Portal:Logo.Path]' />
<meta property='og:url' content='[Page:Url]' />"
runat="server" />
Download and Documentation can be found here: https://www.40fingers.net/Products/DNN-Stylehelper