MyBB Community Forums

Full Version: Google SEO 1.8.4
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
Hi , How to Instal Plugin , After Upload Files Ekstrak to INC files? Big Grin Big Grin
Is this not compatible with MyBB 1.6.12?  I am getting error: This plugin is incompatible with MyBB 1.6.12
The 1.6 version is still available here https://mods.mybb.com/view/google-seo (or on github if you download the old release)

MyBB 1.4.x -> Google SEO 1.x.x
MyBB 1.6.x -> Google SEO 1.6.x
MyBB 1.8.x -> Google SEO 1.8.x
(2017-07-21, 05:19 PM)frostschutz Wrote: [ -> ]The 1.6 version is still available here https://mods.mybb.com/view/google-seo (or on github if you download the old release)

MyBB 1.4.x -> Google SEO 1.x.x
MyBB 1.6.x -> Google SEO 1.6.x
MyBB 1.8.x -> Google SEO 1.8.x

Thanks for quick reply

After installing Plugin, getting below error:
Add to .htaccess:
# Some hosts require RewriteBase to make RewriteRules work.
RewriteBase /

# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ http://aadharepay.com/$1?$2 [L,QSA,R=301]

# Google SEO 404:
ErrorDocument 404 /misc.php?google_seo_error=404

# Google SEO Sitemap:
RewriteRule ^sitemap\-([^./]+)\.xml$ misc.php?google_seo_sitemap=$1 [L,QSA,NC]

# Google SEO URL Forums:
RewriteRule ^Forum\-([^./]+)$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]

# Google SEO URL Threads:
RewriteRule ^Thread\-([^./]+)$ showthread.php?google_seo_thread=$1 [L,QSA,NC]

# Google SEO URL Announcements:
RewriteRule ^Announcement\-([^./]+)$ announcements.php?google_seo_announcement=$1 [L,QSA,NC]

# Google SEO URL Users:
RewriteRule ^User\-([^./]+)$ member.php?action=profile&google_seo_user=$1 [L,QSA,NC]

# Google SEO URL Calendars:
RewriteRule ^Calendar\-([^./]+)$ calendar.php?google_seo_calendar=$1 [L,QSA,NC]

# Google SEO URL Events:
RewriteRule ^Event\-([^./]+)$ calendar.php?action=event&google_seo_event=$1 [L,QSA,NC]
(2017-07-22, 12:07 AM)cheryy1546 Wrote: [ -> ]
(2017-07-21, 05:19 PM)frostschutz Wrote: [ -> ]The 1.6 version is still available here https://mods.mybb.com/view/google-seo (or on github if you download the old release)

MyBB 1.4.x -> Google SEO 1.x.x
MyBB 1.6.x -> Google SEO 1.6.x
MyBB 1.8.x -> Google SEO 1.8.x

Thanks for quick reply

After installing Plugin, getting below error:
Add to .htaccess:
# Some hosts require RewriteBase to make RewriteRules work.
RewriteBase /

# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ http://aadharepay.com/$1?$2 [L,QSA,R=301]

# Google SEO 404:
ErrorDocument 404 /misc.php?google_seo_error=404

# Google SEO Sitemap:
RewriteRule ^sitemap\-([^./]+)\.xml$ misc.php?google_seo_sitemap=$1 [L,QSA,NC]

# Google SEO URL Forums:
RewriteRule ^Forum\-([^./]+)$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]

# Google SEO URL Threads:
RewriteRule ^Thread\-([^./]+)$ showthread.php?google_seo_thread=$1 [L,QSA,NC]

# Google SEO URL Announcements:
RewriteRule ^Announcement\-([^./]+)$ announcements.php?google_seo_announcement=$1 [L,QSA,NC]

# Google SEO URL Users:
RewriteRule ^User\-([^./]+)$ member.php?action=profile&google_seo_user=$1 [L,QSA,NC]

# Google SEO URL Calendars:
RewriteRule ^Calendar\-([^./]+)$ calendar.php?google_seo_calendar=$1 [L,QSA,NC]

# Google SEO URL Events:
RewriteRule ^Event\-([^./]+)$ calendar.php?action=event&google_seo_event=$1 [L,QSA,NC]
Copy that code and Go to your File manager.
Now check for the htaccess.txt file.
After finding the file on your forum root directory rename the htaccess.txt file to .htaccess .
Now click on .htaccess file and click Code Editor.
Paste the text you copied on the previous step an between </IfModule>to </IfModule>.
Now save your .htaccess file.
I have a question regarding 404 pages.

I installed this plugin and set all settings to yes i.e. 404 pages, SEO URL etc. But still when I open a non existent page for e.g. www.testing.com/nopage.php then it shows default 404 page of nginx. I was expecting that it will show some custom 404 page in mybb theme.

Is there any other setting that I need to do to make it work?
You'll have to configure nginx to allow showing a custom 404 page.

Even Apache this needs to be configured in .htaccess:

ErrorDocument 404 /MyBB/misc.php?google_seo_error=404

So if you tell nginx to pass its 404 to misc.php?google_seo_error=404 you should be set...
Works brilliantly.
On my site this plugin is not generating any meta description or keywords for any post.

Google SEO Meta option is enabled and I assume it will automatically set meta description and keywords when a new post is created.

Is there any extra setting to be done?

I am using nginx with php-fpm.
Any update?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25