Reviews: Meta Tag Generator 1.0


Members Menu
Remember Me?
or
Register
Meta Tag Generator 1.0 Ver.1.0
1.0
3.4
rgrund
04 March 2003
2
1163
This is for Snitz 3.4+

As most of you know there is only one meta tag in the snitz forum or in the inc_header.asp. I have now written a back end MOD which will give you more meta tags which will be stored in a table. These meta tags then will be stored in a seperate asp file which is then added into the inc_header.asp with an <!--#include code.

The following meta tags can be set up:




Keywords

Description

Author

Expires

Rating

Language

and more



You will need to be able to use FileSystemObject. This script will not work for UNIX!

--------------------------------------------------------------------------------

The new file which stores then the static meta tags looks like this when opened:

<meta name="author" content="Robert Grund">
<meta name="distribution" content="global">
<meta name="keywords" content="meta">
<meta name="revisit-after" content="2 weeks">
<meta name="description" content="Snitz forum or portal">
<meta name="copyright" content="Robert Grund">
<meta http-equiv="expires" content="Sun, 2 Mar 2003 18:04:00 +01:00">
<meta name="robots" content="all">
<meta name="rating" content="general">
<meta http-equiv="Imagetoolbar" content="no">


I found it easy to install and hope that you will enjoy it.

please follow the readme instructions.

Robert
Reviews

All reviews
  (1 vote)

Meta Tag installation
written by c1sissy on 26 Apr 2003

I had a bit of difficulty with this, however I did recieve help from Robert and others at Snitz with the installaion, I now have meta tags on my forum! Great addition to your forum. Thanks robert.