2012-01-24, 09:33:35
SEO Manager Plugin
Download From Extend
View Github Repos.
Features
Instructions:
To Place keyphrases in your websites template:
The below code echo's out the keyphrase. The # 5 below represents which keyphrase to echo (1-5)
The below code returns the keyphrase instead of echo'ing it.
Screenshots:
--
--
--
--
--
This is a work in progress and I am definitely going to add a lot more functionality. Please let me know what features would add value to this plugin for you and I will do my best to implement them.
Download From Extend
View Github Repos.
Features
- Ability to add/delete keyphrases
- Ability to add/delete checklist items
- Area to store descriptions, title, articles for your websites seo campaign.
- HP Footer (Homepage Footer) - Allows you to create content that will be inserted at the bottom of your homepage before /body (or where you place get_footer() php tag on your homepage)
- Reports - Allows you to upload report documents for reference (ex: IBP Reports). Also includes a textarea to place text notes (ex: login info for checklist sites) if necessary.
- Notices - For now this area notifies you of pages of your website that do not have meta keywords/description
Instructions:
- Drag plugin into your websites plugins folder
- Go to pages -> seo manager in the admin panel
To Place keyphrases in your websites template:
The below code echo's out the keyphrase. The # 5 below represents which keyphrase to echo (1-5)
Code:
<?php get_keyphrase(5); ?>
Code:
<?php return_keyphrase(5); ?>
Screenshots:
--
--
--
--
--
This is a work in progress and I am definitely going to add a lot more functionality. Please let me know what features would add value to this plugin for you and I will do my best to implement them.