Announcement

Collapse
No announcement yet.

Analysers report 'Found no description meta tag', but it can be seen in source code

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

    Analysers report 'Found no description meta tag', but it can be seen in source code

    Some web analysers do not see the 'description' meta tag on SellerDeck sites.

    The work around is to swap code in the SellerDeck outer layout from :-

    <actinic:variable name="BaseHref" />
    <actinic:variable name="MetaTags" />




    to:-

    <actinic:variable name="MetaTags" />
    <actinic:variable name="BaseHref" />



    Once the site is uploaded the changes will take place.
    Attached Files
Working...
X