We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 29781
    • 25 Posts
    Hi all,

    I would like to have a link to the search-result-page in every search-result whose "name" is the SEF-URL of the link (like the link under every google search result). I can only find [+alias+] and [+as.searchResultLink+] but both do not give the complete and clean/SEF- URL of the link. Did I miss anything and there is such a placeholder or is there any other possibility to get the desired goal?
      • 5811
      • 1,717 Posts
      By using www.yoursitename.com/[+as.alias+] and Search Engine Friendly Urls, you could replace:
      <a class="[+as.resultLinkClass+]" href="[+as.resultLink+]" title="[+as.longtitle+]">[+as.pagetitle+]</a>
      by
      <a class="[+as.resultLinkClass+]" href="[+as.resultLink+]" title="[+as.longtitle+]">www.yoursitename.com/[+as.alias+]</a>


      But I don’t provide a placeholder with a complete full SEF url. A complete link looks like this:
      href="http://www.sitename.com/pagename.html?searched=liv&advsearch=oneword&highlight=ajaxSearch_highlight+ajaxSearch_highlight1"
      Any advice and suggestion to clean this url is welcome.