Meta Tag Generator 1.0 Find a MOD


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