Solution to not displaying zblog keywords

web front end seven thousand two hundred and ninety 12 years ago (2012-09-15)

Recently done zblog theme A problem was found that the keywords on the single.html page do not display tags. The code application is as follows:

HTML code
  1. <meta name="keywords" content="<#article/tagtoname#>" />  

  2. <meta name="description" content="<#article/intro#>" />

Because zblog itself does not support the setting of keywords and descriptions, people generally use the above method. Baidu does not attach great importance to keywords and descriptions, but Google carefully reads them. It is no problem to simply use this tag method, but if your zblog has installed YT CMS plug-in unit When enabled, the keywords and description tags of single.html and tags.html pages will be invalid. Whether you are installing a bird's NOBIRDArticle SEO You will also be disappointed by Wolf's KeywordSEO plug-in, which is also a hard choice between the two.

Solution 1:

Insist on installing YT In the case of CMS, the content attribute of keywords and descriptions is called with the YT model tag, which can be written in the call form of<# article/model/keywords #>and<# article/model/description #>. The advantage of this method is that each article can customize the settings of keywords and descriptions, replacing the NOBIRDArticleSEO plug-in of Bird and the KeywordSEO plug-in of Wolf, which can kill two birds with one stone.

Solution 2:

Deactivate or delete YT CMS plug-in, replace YT with bus flying list plug-in CMS plug-in. The advantage of this method is that you can use zblog's own tag to call keywords and descriptions. The disadvantage is that it cannot be used for Taobaoke websites.