The meta is only shown on pages where there is only 1 story.
When you replace the code (in the meta.tpl) you have the meta tags on every page.
{if $meta_description neq ""}
<meta name="description" content="{$meta_description}" />
{/if}
{if $meta_keywords neq ""}
<meta name="keywords" content="{$meta_keywords}" />
{/if}
into
{if $meta_description neq ""}
<meta name="description" content="{$meta_description}" />
{else}
<meta name="description" content="YOUR OWN DISCRIPTION" />
{/if}
{if $meta_keywords neq ""}
<meta name="keywords" content="{$meta_keywords}" />
{else}
<meta name="keywords" content="YOUR OWN KEYWORDS" />
{/if}
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| Allways show meta tags |
| The Following User Says Thank You to gamespel For This Useful Post: | ||
| |||
| Meta Tag Q's
Hi Guys, a couple of meta tag Q's 1. Does the dynamic nature of the meta tags mean that you do not have to adjust them no matter what your site content is about? In other words, does the meta.tpl file adjust according to the content on your site, therefore, not requiring you to adjust it? 2. If not, does the coding change from above take care of the issue? Thanks! Jay |
![]() |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tags not cloud in Pligg v9.9 | bhatiacane | Bug Report | 4 | 05-03-2008 02:16 AM |
| Meta Tags are still saying Pligg? | bbrian017 | General Help | 27 | 01-09-2008 03:11 PM |
| Set Character Limit for Meta Description Tags? | blaze | General Help | 0 | 12-23-2007 05:29 PM |
| Custom Meta Tags and Custom Titles | spufz | General Help | 1 | 06-17-2007 04:40 AM |
| Sitebat top 5 tags: why not show top 20 tags | spatznick | Installation and Upgrade Help | 2 | 02-10-2007 10:24 PM |




Linear Mode

