PDA

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


G.W.Green
01-Dec-2011, 09:02 AM
Some web analysers do not see the 'description' meta tag on Actinic sites.

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

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


http://community.actinic.com/attachment.php?attachmentid=5259&stc=1&d=1322733315


to:-

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


http://community.actinic.com/attachment.php?attachmentid=5260&stc=1&d=1322733652

Once the site is uploaded the changes will take place.