Top

simple META desc & keywords generator


PHP Code
+ 0 likes
Please Register to submit score.
Average Score  4.0
Scores Submitted  1
Date Added  Apr 08, 2007
Last Updated  Jul 29, 2007
Tags  decsription  generator  keywords  meta 

Introduction

A simple generator that reads from a file of your choosing (ie. blog) and outputs the contents into tidily formated META tags.

1. Copy snippet and save to meta.php
2. First line of the snippet set value $file to the path of the file you wish to read from and save.
3. Upload to public directory.
4.simply add the following to the head element of every page you want the META to appear on.

Code:
<?php include("meta.php") ?>




Grab the Code

Comments

  (2)  RSS
Hawkee
Comments: 479
 
PHP Snippet:  simple META desc & keywords generator
Posted on Apr 9, 2007 3:54 am
Interesting snippet. Might be nicer to take the meta tags from a database and include a meta tag editor that writes to the database.
sanity-saver
Comments: 1
 
PHP Snippet:  simple META desc & keywords generator
Posted on Apr 9, 2007 5:08 am
cool idea, will have a go at doing that, thanx for the input :)

Please Register or Login to start posting comments.
Bottom