![]() |
|
|||||||
| Register | Projects | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| v3.1 Questions & Support Help and support for 68 Classifieds v3.1.x |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Quick question - if I enter these in the admin panel, should they appear as meta descriptors when viewing the page source against every ad under that category.
i.e. if I use car, new, used and view the source for any individual car ad will I see these a descriptors ? At the minute this does not happen. Thanks, Mully |
|
#2
|
||||
|
||||
|
Quote:
On my 3.1.7 test site I just went in and added keywords to category, navigated to that category and here is what I get. The keywords I added in admin are bold. <title>68 Classifieds » Cars & Trucks » Trucks</title> <meta name="Keywords" content="test category keywords" /> <meta name="Description" content="" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
__________________
Larry. |
|
#3
|
||||
|
||||
|
Strange all I get is
<meta name="Keywords" content="KEYWORDS" /> <meta name="Description" content="DESCRIPTION" /> Runnig version 3.1.5, but manually added files up to Ver 10. Cheers, Mully |
|
#4
|
||||
|
||||
|
Open your layout.tpl.php file and make sure the right smarty constants are in the 2 meta fields, they should look like this.
Code:
<meta name="Keywords" content="{$sitekeywords}" />
<meta name="Description" content="{$sitedescription}" />
__________________
Larry. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Target Banners to Category | dawnrae | v3.1 Questions & Support | 16 | 02-27-2007 10:29 AM |
| Display Banner in one Category | BABBSELA | v3.1 Questions & Support | 3 | 02-10-2007 02:22 PM |
| Branding each Category | BABBSELA | v3.1 Modifications | 0 | 02-10-2007 01:17 PM |
| Category keywords not being populated | deebee | v3.1 Questions & Support | 2 | 09-04-2006 04:41 PM |