Announcement

Collapse
No announcement yet.

Affiliate links and Google

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

    Affiliate links and Google

    Googling is picking up one of a store owner's affiliates and listing it before the store's own links. I've added

    Code:
    User-Agent: Googlebot
    Disallow: /*?affiliate=
    I'm thinking that may not be the correct format now that I look at it but I do not know. The way the Affiliates is set up it's difficult to include a "nofollow" in the text link. It's doable with the HTML banner link.
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    #2
    Hello Leslie,

    That rule looks correct to me. Also, can you verify the site is properly labeling canonical links? Here's the default for the Shadows framework

    Code:
    <mvt:if expr="'CTGY' CIN l.settings:page:code">
    <link rel="canonical" href="&mvte:category:link;">
    <mvt:elseif expr="'PROD' CIN l.settings:page:code OR l.settings:page:code EQ 'PATR'">
    <link rel="canonical" href="&mvt:product:link;">
    <mvt:else>
    <link rel="canonical" href="&mvte:urls:_self:auto;">
    </mvt:if>
    Tim Hilsabeck
    Technical Support II
    800.608.MIVA (Support Mon.-Sat. 7am-10pm EST)
    https://www.miva.com

    Comment

    Working...
    X