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
Looks like this plugin is dead.
No its not, updated in normal lifespawn and is running without any problems on the actual version 1.8.12.
(2017-09-04, 06:37 PM)broatcast Wrote: [ -> ]No its not, updated in normal lifespawn and is running without any problems on the actual version 1.8.12.

Thanks for the reply. On my site I am facing following issue i.e. it is not generating any meta keywords for description for threads.

https://community.mybb.com/thread-202483...pid1282657
I do not see any problems, the meta get generated on your page without any problems:
[attachment=39285]
(2017-09-04, 07:23 PM)broatcast Wrote: [ -> ]I do not see any problems, the meta get generated on your page without any problems:

Hmm...you are right. I guess I was looking at wrong place. Although it had only generated description and not keywords but still I would say it works.
There was never be a function for keywords, and never motioned only meta description... nothing with keywords.
Hi there,

need to update my rewrite rules to take into account https. So looking at my .htaccess file I have found the following:

Quote:# Some hosts require RewriteBase to make RewriteRules work.
RewriteBase /forum/

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

RewriteEngine on

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

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

# 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]

Header unset Cache-Control
Header append Cache-Control "no-cache, must-revalidate"

as you will see the "Google SEO workaround for search.php highlights:" section appears twice. Is that correct or should I remove one?

Also, I have just realized that I have 1.6.8 and not 1.8.1, but I see noting under the "update" section of my admin panel. Should I just download it again? Not sure how to upgrade it...

Thanks Wink
How to add plugin MyBB-Tags to Google Seo. Thanks you
this plugin not working properly.
Well, I've installed it and it's not showing in my plugin section.

https://gyazo.com/c9df8859cc9ce46b365caba19c0adfff

https://gyazo.com/cc8124f9d5cff5e1f22660c2dc587c2e
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