Announcement

Collapse
No announcement yet.

HELP! Using Fragments Linking to products to avoid duplicate content

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    HELP! Using Fragments Linking to products to avoid duplicate content

    One of our websites www.gardengames.co.uk uses fragments to link to products in sections where we want the product to appear twice - we did this to avoid having duplicate content on our site.

    I wanted to replicate this on www.sportsballshop.co.uk for the same purpose but am having difficulties getting the layout to look right - I want it to look as though the product is there, then when you click on it it takes you through to the product which is in one location only.

    The page I have started doing this on is: http://www.sportsballshop.co.uk/acat...Footballs.html

    As you can see, the three 'ball bags' at the bottom do not appear correctly and are not even linking to the section I specified in the links tab on the fragment.

    The layout code this is currently using is:
    <actinic:block if="%3cactinic%3avariable%20name%3d%22FragmentAnchor%22%20%2f%3e%20%21%3d%20%22%22" >
    <a name="<actinic:variable name='FragmentAnchor' />"></a>
    </actinic:block>
    <div style="width: 150px; cellspacing="0" cellpadding="3" border="0">
    <img src="<actinic:variable name="FragmentImageFileName" />"
    alt="<actinic:variable name="FragmentTitle" />"
    title="<actinic:variable name="FragmentTitle" encoding="strip" />"></div>
    <div style="width: 150px; cellspacing="0" cellpadding="3" border="0">
    <actinic:variable name="FragmentTitle" />
    </div>

    If anyone can help I would be so grateful - the code our other site uses is really super customised and complex so I couldn't figure out how to translate it to this site - if anyone is interetsed in seeing the code the other website uses then Id be happy to send that across

    #2
    You've somehow switched to a different layout in a new table for the last set of 3 fragments, either that or there's a break in the table code, although that looks OK. PM me if you want to send me a snapshot and I'll take a look at it. Let me know the version you're using.
    ¤ The world wide web needn't cost the earth
    ¤ ARTISAN INTERNET LTD
    ¤ www.artinet.co.uk

    Comment

    Working...
    X