Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Category meta-tag generator - freebie =)

Quote Reply
Category meta-tag generator - freebie =)
Hi,

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
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread Category meta-tag generator - freebie =) Andy 3823 Mar 10, 2008, 2:33 AM
Thread Re: [Andy] Category meta-tag generator - freebie =)
blacknight 3656 Mar 15, 2008, 8:21 AM
Post Re: [blacknight] Category meta-tag generator - freebie =)
Andy 3615 Mar 16, 2008, 6:32 AM