Feature #722

avatar

dynamic metatag keywords

Added by Sein Kraft 111 days ago. Updated 71 days ago.

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

avatar

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

avatar
  • 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

avatar

Metatags goes separately by "," ;)

$metatags = str_replace(" ", ", ", html_escape($image->get_tag_list()));
$page->add_header("<meta content=\"".$metatags."\" name=\"keywords\">");

Updated by Shish Moom 88 days ago

avatar

commas added in 15d7a76

Also available in: Atom PDF