[For 1.8] MySEO, improve SEO OnPage in your forum - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Plugins (https://community.mybb.com/forum-73.html) +---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html) +---- Thread: [For 1.8] MySEO, improve SEO OnPage in your forum (/thread-166864.html) |
MySEO, improve SEO OnPage in your forum - BitLiberal - 2015-02-10 The MySEO plugin for MyBB combines and installs everything you need to optimize your SEO OnPage in your forum, improve your position in major search engines like Google, Bing, or Yahoo, and improve social media integration with social networks like Google+, Facebook or Twitter. For example, adding meta keywords, meta descriptions, best titles, etc.
Will convert things like this: On this: Quote:- Changelog v1.1 - How to install MySEO: Like all other plugins. - Update from v1.0: In previous versions of MySEO, to implement the NoFollow system is needed to manually edit core file the file class_parser.php to make it work. Now it is no longer necessary. To remove these changes, find this code in /inc/class_parser.php:
Replace it by this:
Ready. - Optimize code of templates: So that no confusion in your templates (eg title codes that already brings MyBB, if not removed may have duplications), follow these steps: In template index: Remove code tags <title> </title> and their content. Eg:
In template forumdisplay: Remove code tags <title> </title> and their content. Eg:
In template showthread: Remove code tags <title> </title> and their content. Eg:
In template member_profile: Remove code tags <title> </title> and their content. Eg:
- Install Google SEO Extras: (If you do not want to install these improvements, simply ignores these instructions). MySEO brings standard configurations to improve and refine the use of Google SEO Plugin. The improvements are:
To make these extras work, you must replace certain files from Google SEO, for that you need download the Extras files for Google Seo, copy and paste files into the root folder of your forum MyBB. Ready! - How to uninstall MySEO: For proper identification, ALL the codes entered by the plugin are surrounded by the comment
To clear the codes (either to uninstall or modify the code) you just have to access the following templates and delete them, including html comments:
Download: Mods site: http://community.mybb.com/mods.php?action=view&pid=359 GitHub: https://github.com/bit-dev/MySEO/releases/latest RE: MySEO, improve SEO OnPage in your forum - Hyperspace - 2015-02-22 I upgraded to 1.1 and it caused "quick reply" and "quick advanced editor plus" plugin to quit working properly for some reason. I narrowed it down to the MySEO plugin file. RE: MySEO, improve SEO OnPage in your forum - Samanw - 2015-02-23 thx for plugin RE: MySEO, improve SEO OnPage in your forum - roy - 2015-02-23 hi,thanks for plugin and, change template only remove ''<title> </title>'' or al line <title>{$mybb->settings['bbname']}</title> thanks sory my english not good. RE: MySEO, improve SEO OnPage in your forum - BitLiberal - 2015-02-25 (2015-02-22, 08:01 PM)Hyperspace Wrote: I upgraded to 1.1 and it caused "quick reply" and "quick advanced editor plus" plugin to quit working properly for some reason. I narrowed it down to the MySEO plugin file. Download the last release and try it. If the problem continues, please link the plugins what MySEO make not working properly and I study it. (2015-02-23, 07:07 PM)roy Wrote: hi,thanks for plugin and, change template only remove ''<title> </title>'' or al line <title>{$mybb->settings['bbname']}</title> In the next version of MySEO plugin, those codes (only in the estructure of default theme) will be removed in installation and included on the uninstallation. (2015-02-23, 11:31 AM)Samanw Wrote: thx for plugin Thanks. RE: MySEO, improve SEO OnPage in your forum - frostschutz - 2015-02-25 (2015-02-25, 11:58 AM)BitLiberal Wrote: If the problem continues, please link the plugins what MySEO make not working properly and I study it. Your PHP files are broken. Spaces or UTF-8 Byte-Order-Mark before/after <?php / ?>.
This will break stuff such as captcha images, XMLhttp requests, and more. You can remove ?> entirely to get rid of the spaces at the end of file problem. To get rid of the UTF-8 Byte-Order-Mark, you'll have to use an editor that will let you choose UTF-8 without BOM as encoding. RE: MySEO, improve SEO OnPage in your forum - mujeebdgk - 2015-02-25 i tried it on my live server google was not able to access sitemap , and when i deactivate this plugin now google can access site map . v1.0 was working fine , but version v1.1 is not working . RE: MySEO, improve SEO OnPage in your forum - BitLiberal - 2015-02-25 (2015-02-25, 12:09 PM)frostschutz Wrote:(2015-02-25, 11:58 AM)BitLiberal Wrote: If the problem continues, please link the plugins what MySEO make not working properly and I study it. I edited the release with the fix, I erased withespaces before/after <?php / ?> and converted the plugin file to UTF-8 without BOM. Thanks. (2015-02-25, 12:13 PM)mujeebdgk Wrote: i tried it on my live server google was not able to access sitemap , and when i deactivate this plugin now google can access site map . Try the new release fixed. RE: MySEO, improve SEO OnPage in your forum - Hyperspace - 2015-02-25 Thanks for the fix, it's working now. RE: MySEO, improve SEO OnPage in your forum - mujeebdgk - 2015-02-25 master release is 6 days ago |