Version: 1.0.3, by Eric
Developer Last Online: Jun 2023
Version: 3.5.4
Rating:
Released: 05-17-2006
Last Update: 08-03-2006
Installs: 15
Uses Plugins Template Edits
No support by the author.
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.
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 Install if you use this modification.
Enjoy.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Not sure if the author tag is one that should be used as forums are made by many authors.
Hmm, true. I was thinking about removing the author tag, and adding a few others. But, seeing as this type of hack has been done twice.. I really don't see the need.
However, if I get some free time, I may update it.