Announcement

Collapse
No announcement yet.

Another Cascading Meta Tags question

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

    Another Cascading Meta Tags question

    I'm sure this has been already brought up but even using Google to search for answers I can't find anything except this. The problem I need to stop is if a Child Category does not have any SEO Meta Descriptions and/or Meta Keywords it picks up the Meta Description and/or Meta Keywords from it's Parent Category - it's causing multiple instances of duplicate content that Google is extremely displeased with. In my own comments in the mentioned post I tried to do something like this


    Code:
    <!-- CTGY -->
    <mvt:if expr="ISNULL l.settings:category:metafield:description">
    <meta name="description" content="&mvt:category:name; &mvt:category:code;">
    <!-- &mvt:category:metafield:description; -->
    <mvt:else>
    <!-- CTGY prodctgy_meta -->
    <mvt:item name="prodctgy_meta" param="ctgy" /> </mvt:if>
    That didn't work. How do we stop this from happeneing?
    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
    why would the child category have the same name and code? maybe i should wait until i finish the thrid cup of coffee.
    Bruce Golub
    Phosphor Media - "Your Success is our Business"

    Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
    phosphormedia.com

    Comment


      #3
      Originally posted by Bruce - PhosphorMedia View Post
      why would the child category have the same name and code? maybe i should wait until i finish the thrid cup of coffee.
      I'm not sure I follow your question - I don't think the child category has the same name or code...
      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

      Comment

      Working...
      X