Announcement

Collapse
No announcement yet.

Extended info meta problem

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

    Extended info meta problem

    I use extended info pages simply for larger product images, webmaster tools has a warning of duplicate meta descriptions as all these are using the index meta description - so I have 79 duplicate metas - is there a way to resolve this?

    You would think the meta would if anything be taken from the product, or editable but in comes from index.html
    https://www.harrisontelescopes.co.uk/

    Ed Harrison - Menmuir Scotland

    #2
    I think Extended Info pages return a PageType of null. So try putting a BlockIf around your meta code containing:
    Code:
    <actinic:variable name="PageType" /> != ""
    Also, Extended Info Pages generally use their own Overall Layouts so you could simple delete unwanted code from these (or comment it out).
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Thank you Norman, sadly I must admit I was not sure how to implement that so I decided to ask support.

      Support pointed me to a KB article from 2010 which involved making three new variables that allow editing manually of the meta in extended info pages. This to is beyond me and does not achieve the solution of simply not inheriting meta from the index.

      What frustrates is in 2010 SD knew of this, it is still a fix from the KB and the advertising says SEO friendly!

      Google really frowns upon duplicate content, it is a big warning in my webmaster tools, I noticed my rankings suffering in the last two years and have recently made a real effort to get back on track, it is an up hill struggle with SD at the moment....
      https://www.harrisontelescopes.co.uk/

      Ed Harrison - Menmuir Scotland

      Comment


        #4
        not inheriting meta from the index
        Where would you like the Extended Info pages Meta to come from?
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          I would be happy if there was no meta associated with extended info pages as I use them only for large product images

          If the fields were there they could be left blank, I think SD should have made the pages with meta fields like section and product pages.
          https://www.harrisontelescopes.co.uk/

          Ed Harrison - Menmuir Scotland

          Comment


            #6
            Then look in Product Details / Extended Information and note down what's in Extended Info Page Design. Look that up in Design / Library / Layouts / Extended Info Layout and replace:
            Code:
            	<actinic:variable name="MetaTags" />
            With e.g:
            Code:
            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
            <meta http-equiv="MSThemeCompatible" content="yes" />
            <meta name="robots" content="noindex, nofollow">
            Norman - www.drillpine.biz
            Edinburgh, U K / Bitez, Turkey

            Comment


              #7
              Thanks Norman, still a bit beyond me, I'm embarrassed to admit, hopefully support will have a solution.
              https://www.harrisontelescopes.co.uk/

              Ed Harrison - Menmuir Scotland

              Comment

              Working...
              X