|
|
EasyEditMetaData
Author: Karl Benson Submitted by: karlbenson Author Website:http://www.youposted.com Date Submitted: 2007-08-08 Last Updated: 2007-08-08 Supported Version: 1.1.3, 1.1.2, 1.1.1 Short Description Easy Edit Meta Data Downloads:
Detailed Description: 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 Code: <meta name="description" content="', $context['page_title'], '" /> REPLACE with Code: '; echo (!empty($modSettings['meta_description'])) ? ' <meta name="description" content="'. $modSettings['meta_description'] .'" />' : '<meta name="description" content="'. $context['page_title'] .'" /> AND FIND this Code: , ' <meta name="keywords" content="PHP, MySQL, bulletin, board, free, open, source, smf, simple, machines, forum" /> REPLACE with Code: ; 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 ' Bookmarks: BlinkList del.icio.us Digg it Furl ma.gnolia Netvouz RawSugar Shadows Simpy Spurl Yahoo MyWeb Latest Ratings: [Add Rating] | |||||||