Extra Meta Tags
This modification is in the archives.
Extra Meta Tags
UPDATED TO 1.0.3 Hi all ![]() ![]() 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 --> ------------- 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 --> 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 --> ---------------- 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 --> 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 |