Back to vBulletin 3.5 Add-ons

Extra Meta Tags
Mod Version: 1.0.3, by Eric

This modification is in the archives.
vB Version: 3.5.4 Rating: (1 vote - 5.00 average) Installs: 15
Released: 18 May 2006 Last Update: 04 Aug 2006 Downloads: 19
Not Supported Uses Plugins Template Edits  

Extra Meta Tags

UPDATED TO 1.0.3

Hi all Well, I'm both new to vB and vB hacks, this is my first one, hope you like it

What is Extra Meta Tags?

Extra Meta Tags is a modification that adds additional Meta Tags to your forum, aside from the standard description and keywords tags already included by vBulletin.

What tags does it add?

It adds the following tags:
http://www.html-reference.com/META_name_abstract.htm
http://www.html-reference.com/META_name_robots.htm
http://www.html-reference.com/META_name_revisitafter.htm
http://www.html-reference.com/META_name_rating.htm
http://www.html-reference.com/META_name_distribution.htm
http://www.therapist-uk.net/Net/Isp/IspHelp/MetaTags2.htm
If you want a certain tag added, feel free to ask.

INSTALLATION
- Import the product 'extra_meta_tags.xml'
- Do below template edit.

Open the 'headerinclude' template.

FIND:
------
Code:
<!-- CSS Stylesheet -->
ABOVE, ADD:
-------------
Code:
<!-- Extra Meta Tags by SecondV -->
<meta name="abstract" content="$vboptions[exmeta_abstract]" />
<meta name="robots" content="$vboptions[exmeta_robots]" />
<meta name="revisit-after" content="$vboptions[exmeta_visit_after]" />
<meta name="rating" content="$vboptions[exmeta_rating]" />
<meta name="distribution" content="$vboptions[exmeta_dist]" />
<if condition="$vboptions[exmeta_mssmarttags] == 'yes'"><meta name="MSSmartTagsPreventParsing" content="true" /></if>
<!-- / Extra Meta Tags by SecondV -->
Save.

UPGRADING
- Re-import the product 'extra_meta_tags.xml' - with "Allow overwrite" set to yes.
- Do below template edit.

Open the 'headerinclude' template.

FIND:
------
Code:
<!-- Extra Meta Tags by SecondV -->
<meta name="abstract" content="$vboptions[exmeta_abstract]" />
<meta name="robots" content="$vboptions[exmeta_robots]" />
<meta name="revisit-after" content="$vboptions[exmeta_visit_after]" />
<meta name="rating" content="$vboptions[exmeta_rating]" />
<meta name="distribution" content="$vboptions[exmeta_dist]" />
<!-- / Extra Meta Tags by SecondV -->
REPLACE WITH:
----------------
Code:
<!-- Extra Meta Tags by SecondV -->
<meta name="abstract" content="$vboptions[exmeta_abstract]" />
<meta name="robots" content="$vboptions[exmeta_robots]" />
<meta name="revisit-after" content="$vboptions[exmeta_visit_after]" />
<meta name="rating" content="$vboptions[exmeta_rating]" />
<meta name="distribution" content="$vboptions[exmeta_dist]" />
<if condition="$vboptions[exmeta_mssmarttags] == 'yes'"><meta name="MSSmartTagsPreventParsing" content="true" /></if>
<!-- / Extra Meta Tags by SecondV -->
Save.

Changelog
1.0.3
- Added the MSSmartTagsPreventParsing tag.
- Changed the wording of a few setting titles.
1.0.2
- Added the Abstract and Distribution tags.
1.0.1
- Author tag removed
- Fixed a few typos.

Don't forget to click if you use this modification.

Enjoy.

Download

This modification is archived and cannot be downloaded.

Screenshots

   

Similar Mods

KX - Meta Tags vBulletin 3.8 Add-ons

vblts.ru supports vBulletin®, 2022-2025