Hi,
This script lets you create meta_keywords and meta_descriptions for your categories.
Simply upload, and run via SSH with:
perl meta_tags.cgi
If you want to add extra keywords, appart from the "split up" Full_Name, then you can change:
..to:
Enjoy =)
Cheers
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
This script lets you create meta_keywords and meta_descriptions for your categories.
Simply upload, and run via SSH with:
Code:
cd /path/to/admin perl meta_tags.cgi
If you want to add extra keywords, appart from the "split up" Full_Name, then you can change:
Code:
my $meta_keywords = join(",",@meta_keywords);..to:
Code:
my $meta_keywords = qq|your,keywords,can,go here,| . join(",",@meta_keywords);Enjoy =)
Cheers
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates

