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.
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.