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)

Installed, but with a bit of difficulty
written by corinaw on 03 Feb 2006

This mod works, but the readme could be written a bit better to account for others with less experience. I could not use this as I need meta tags specific to each page displayed. any chance I could make topics.asp(only)nofollow rather than set it for all pages.