![]() |
[For 1.6] Google SEO 1.6.8 [EOL] - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Resources (https://community.mybb.com/forum-8.html) +--- Forum: Plugins (https://community.mybb.com/forum-73.html) +---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html) +---- Thread: [For 1.6] Google SEO 1.6.8 [EOL] (/thread-101262.html) 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
|
RE: Google SEO 1.6.5 - aj30 - 08-18-2013 @frostschutz: Thanks a ton for setting me in right direction. I forgot the name of earlier plugin, with the old rules added in htaccess everything is working fine now. RE: Google SEO 1.6.5 - Korkel - 08-24-2013 Hello, How can I make it working? I got an 404 if I want show a forum/topic/user. RE: Google SEO 1.6.5 - gamemaster - 09-21-2013 Hi. I want to ask.. If i dont want to use google seo url but using the default one by mybb.. Can i use the setting like this ? RE: Google SEO 1.6.5 - frostschutz - 09-21-2013 If you used Google SEO URLs before and now want to redirect them back to stock, that should work, if you keep the rewrite rules in the .htaccess as well. If you never used Google SEO URL - just disable the URL option altogether. RE: Google SEO 1.6.5 - gamemaster - 09-21-2013 (09-21-2013, 07:32 PM)frostschutz Wrote: If you used Google SEO URLs before and now want to redirect them back to stock, that should work, if you keep the rewrite rules in the .htaccess as well. i never use the google seo url.. Ok. now i have disabled the seo url and redirect RE: Google SEO 1.6.5 - frostschutz - 09-23-2013 That's fine, just like to point out that Redirect still fixes some things for the standard URLs as well (gets rid of some dupes, like thread-123.html vs. thread-123-page-1.html vs. showthread.php?tid=123 vs. showthread.php?tid=123&page=1). Ditto if you have multiple domain names (www vs non-www) and no other redirects in place for those yet, it would redirect to your bburl. Just saying, Redirect is an independent component, not strictly related to the URL one. RE: Google SEO 1.6.5 - Learning - 09-25-2013 Hi ! I am totally foxed at this and hope someone can help me out. Here is the scenario : a) I am using Google SEO 1.6.5 and Facebook Open Graph Meta Tags 1.1 to transfer the posts to Facebook. Till 2 days ago everything was fine. b) Then , I tried to make a change in.htaccess file to get " short URLs" for FB, twitter etc as per procedure given at : http://community.mybb.com/thread-85532.html That didn't work for me, so I reverted .htacess back to what it was earlier. Since then : a) The posts made earlier to these two days link up properly to Facebook with a SEO Friendly link as given in the post title. b) the posts created thereafter when tried to post on the Facebook carry a URL ending with something like : showthread.php?tid=100 And I loose the images in the Post while earlier at least one image was also transferred in FB. BUT the URL showing in the browser when viewing the post at my forum is still an SEO friendly one with descriptions per the post title ! This is really " bugging" me :-) Would appreciate much all help and advise, bearing in mind that I am NOT a programmer ! Thanks much ! My forum is at : http://getjoy.in/talk RE: Google SEO 1.6.5 - frostschutz - 09-25-2013 I've no clue about facebook and other short tags, so - if there isn't a specific problem with Google SEO (check the plugin status on the plugin page) you probably should make a standalone thread for this. RE: Google SEO 1.6.5 - Learning - 09-25-2013 Thanks for your efforts frostschutz ! Plugin Status shows up fine... but the ONLY change I made was in the .htaccess file as above....which pertains to Google SEO 1.6.5 and not the Facebook Open Graph Meta Tags 1.1 plugin. Further, as I said above, the posts made before this change was attempted are working fine... can the .htaccess file be reverted to its " original " version somehow ? (09-25-2013, 11:49 AM)frostschutz Wrote: I've no clue about facebook and other short tags, so - if there isn't a specific problem with Google SEO (check the plugin status on the plugin page) you probably should make a standalone thread for this. Just wanted to add.. here is how my .htaccess file looks presently.. could you please check if it is right ? Thanks ! Code: RewriteEngine on RE: Google SEO 1.6.6 - frostschutz - 10-11-2013 Version 1.6.6 has two changes:
You can download it from GitHub https://github.com/frostschutz/MyBB-Google-SEO/releases |