Feature #722
dynamic metatag keywords
| Status: | New | Start: | 08/01/2009 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | themes | |||
| Target version: | 2.X | |||
Description
use the image tags in header keywords
History
Updated by Sein Kraft 111 days ago
Myabe put a simple checkbox in admin panel using keywords ext. The the admin can set keywords manually and if it's uncheked the system should use tags from image, if it is cheked the system should use customized keywords in admin panel.
Also if it is uncheked and keywords are setted use setted keywords only for static pages ./home and ./post/list/$page then the setted keywords only will be used in static pages and the tags from images for ./view pages.
Updated by Shish Moom 94 days ago
- Target version changed from 2.3 to 2.X
2720272 adds the page's tags as keywords; more complicated stuff can be done later
Updated by Sein Kraft 94 days ago
Metatags goes separately by "," ;)
$metatags = str_replace(" ", ", ", html_escape($image->get_tag_list()));
$page->add_header("<meta content=\"".$metatags."\" name=\"keywords\">");