Having problems with duplicate content publishing. I've followed the
directions in 
http://www.reddotcmsblog.com/duplicate-content-publishing-seo-and-open-text-web-solutions
but the only way I can get the link to reference (isLink=10) rather
than connect (isLink=2) is to put the asp replace code directly in the
link. This bit works perfectly now (the link is pointing to the
correct place) but the linked page is still being published in two
places with the second one ending up as an orphan since nothing is
linking to it.

I'm on Version 9 and the linking is being done with keywords. If it's
any help, the content class looks like this:

<div id="feature">
  <h2>Featured</h2>
<!IoRangePreExecute>
  <!IoRangeList>
    <h3><a href="<%=Replace("<%list_pages%>","islink=2","islink=10")
%>"><%text_feature_title%></a></h3>
    <p><%img_feature%><%text_feature_summary%></p>
    <div class="button-grey">
      <div class="button-grey-text">
        <a href="<%=Replace("<%list_pages%>","islink=2","islink=10")
%>">More about <%text_feature_short%></a>
      </div>
    </div>
  <!/IoRangeList>
<!/IoRangePreExecute>
</div>

-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.

Reply via email to