Eric
05-17-2006, 10:00 PM
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:
Abstract (http://www.html-reference.com/META_name_abstract.htm)
Robots (http://www.html-reference.com/META_name_robots.htm)
Revisit-After (http://www.html-reference.com/META_name_revisitafter.htm)
Rating (http://www.html-reference.com/META_name_rating.htm)
Distribution (http://www.html-reference.com/META_name_distribution.htm)
MSSmartTagsPreventParsing (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:
------
<!-- CSS Stylesheet -->
ABOVE, ADD:
-------------
<!-- 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:
------
<!-- 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:
----------------
<!-- 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 (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=115969) if you use this modification.
Enjoy.
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:
Abstract (http://www.html-reference.com/META_name_abstract.htm)
Robots (http://www.html-reference.com/META_name_robots.htm)
Revisit-After (http://www.html-reference.com/META_name_revisitafter.htm)
Rating (http://www.html-reference.com/META_name_rating.htm)
Distribution (http://www.html-reference.com/META_name_distribution.htm)
MSSmartTagsPreventParsing (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:
------
<!-- CSS Stylesheet -->
ABOVE, ADD:
-------------
<!-- 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:
------
<!-- 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:
----------------
<!-- 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 (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=115969) if you use this modification.
Enjoy.