Closed (won't fix)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2008 at 12:16 UTC
Updated:
9 Aug 2009 at 13:46 UTC
I have more than 1K pages which require keywords.
Is there any automatic feature to insert different keywords on each page? Because I have no time to edit all the pages manually.
Thanks.
I use Meta Tags 5.x-1.8-rc1 on Drupal 5.7.
Comments
Comment #1
Robrecht Jacques commentedYou could do it directly in the database. To do so, execute something like:
where nid is the node identifier. And nodewords is properly prefixed if you use dbtable prefixing.
Comment #2
newbii commentedThis module can add meta descriptions automatically by selecting of first 255 characters from nodes.
I need to add meta keywords automatically. As you know selected keywords must be most repetitive words/phrases in nodes.
I am not familiar with Mysql commands. So, I can't imagine what will happen if I execute the command given by you. Sometimes I am getting server gone away errors from mysql. Still I couldn't solve that problem. So I really afraid to execute any command without knowing what will happen exactly. Because I can't solve any problem with mysql if occurs.
This module must determine which keywords/phrases are used frequently in the node and then add them automatically into meta keywords with commas. This is what I need exactly. Is this possible if I execute your command above? Thanks.
Comment #3
avpadernoI think that to have a page to automatically set the node meta tags for nodes that don't have any meta tags can be interesting, especially if the module has support for tokens.
I will investigate on implementing it in the 6.x-1.x branch.
Comment #4
avpadernoWhat I am thinking of is a page similar to the page used by Drupal, which allows to execute some tasks on an arbitrary list of nodes.
It could be possible to make this page by adding support for Views Bulk Operations, but I am not sure that module allows to use tokens handled by token.module.
Comment #5
avpadernoThe support for tokens should be enough.