Additional Info
Type
Package ID
karlbenson:EasyEditMetaData
First Created
April 10, 2007, 04:34:04 PM
Last Updated
January 18, 2008, 11:36:32 PM

Easy Edit Meta Data v1.0

Easy Edit Meta Data
Compatible With 1.1.2, 1.1.3, 1.1.4
Latest version v1.0
Downloads 5,379
Reviews 0
Rating 0/5
Subscribers 1
License (View License)
Author(s)
This mod has now been taken over by JumpmasterRT
See the new version http://custom.simplemachines.org/mods/index.php?mod=1211

Enables you to edit the meta data which appears in your pages including description, keywords, author and copyright meta tags via a new tab in the features and options menu.

Installs automatically on Default, Classic and Babylon skin.

NOTE: Its ONLY necessary to install this mod on the skin viewed by guests and robots as only robots for searchengines find meta data useful.

It requires two quick manual edits to install on most skins.

FIND this
<meta name="description" content="', $context['page_title'], '" />

REPLACE with
';
echo (!empty($modSettings['meta_description'])) ? ' <meta name="description" content="'. $modSettings['meta_description'] .'" />' : '<meta name="description" content="'. $context['page_title'] .'" />


AND FIND this
, '
<meta name="keywords" content="PHP, MySQL, bulletin, board, free, open, source, smf, simple, machines, forum" />


REPLACE with
;
echo (!empty($modSettings['meta_keywords'])) ? '
<meta name="keywords" content="'. $modSettings['meta_keywords'] .'" />' : '';
echo (!empty($modSettings['meta_copyright'])) ? '
<meta name="copyright" content="'. $modSettings['meta_copyright'] .'" />' : '';
echo (!empty($modSettings['meta_author'])) ? '
<meta name="author" content="'. $modSettings['meta_author'] .'" />' : '';
echo '

Manual installation info
You have to register or login to be able to leave a review
There are currently no reviews on this customization
Advertisement: