|
Google SEO Legacy 1.4.1
|
|
03-10-2009, 01:21 AM
Post: #11
|
|||
|
|||
|
RE: Google SEO
..........................
One simple question I want to know: May I disable "post editing" to users keep the thread titles and sitemap.xml been better used by google or the "TID" will be recognized anyway? Each thread editing will create a new sitemap version? Thanks man
[]s, Claudio Tutorial: Jquery (by google API) with mybb (Prototype) Distinction between Paid/Free Plugins Threads |
|||
|
03-10-2009, 08:17 AM
(This post was last modified: 03-10-2009 08:17 AM by frostschutz.)
Post: #12
|
|||
|
|||
|
RE: Google SEO
When you rename an item, Google SEO will create a new URL for it (that resembles the new name). The old URL will continue to work however - with redirect enabled, the old url redirects to the new url with HTTP 301 perm moved code, which is understood by browsers and Google (although someone reported a bug that this currently doesn't work so well with Safari Beta browser - I'm looking into the problem).
Information about the old URL is lost when another item is renamed to the old name of your item (uniquifier is only used on real collisions, if an item was renamed / deleted other items are allowed to take over the URL) or when you uninstall Google SEO (this kills the mybb_google_seo table where google seo stores its url data). There is no sitemap version though, the sitemap is created dynamically so it is always up to date. The items in the sitemap are sorted by modification date, so the lower page numbers usually do not see changes often, whereas the new items are always on the last page. In the main index Google should see that it's only the last page of the sitemap that changed and only download this one. (03-10-2009 01:18 AM)Tom Loveric Wrote: I'd try it, but I don't feel like reinstalling MyBB atm. Why do you have to reinstall MyBB for this? Google SEO | Gravatar | Hooks | HTMLPurifier | Overview | Patches | PluginLibrary @ GitHub/frostschutz |
|||
|
03-10-2009, 09:42 AM
Post: #13
|
|||
|
|||
|
RE: Google SEO
I did all modifications but I gives me an error, how you can see here: http://www.mybbitalia.com/Forum-annunci-e-comunicazioni he tells: "404 Not Found":angry:
|
|||
|
03-10-2009, 09:55 AM
(This post was last modified: 03-10-2009 10:09 AM by dared.)
Post: #14
|
|||
|
|||
RE: Google SEO
(03-10-2009 09:42 AM)Giangy94 Wrote: I did all modifications but I gives me an error, how you can see here: http://www.mybbitalia.com/Forum-annunci-e-comunicazioni he tells: "404 Not Found":angry: did you modified your .htaccess file from your forum dir ? @ frostschutz, i found something did you change {$google_seo_meta} to {$foobar} couse readme file says like that but google seo meta settings still says {$google_seo_meta} and {$foobar} still not works but {$google_seo_meta} works finelol <snip - read the rules> |
|||
|
03-10-2009, 10:05 AM
(This post was last modified: 03-10-2009 10:05 AM by Giangy94.)
Post: #15
|
|||
|
|||
|
RE: Google SEO
Yes, see my .htaccess:
Quote:Options -MultiViews +FollowSymlinks -Indexes |
|||
|
03-10-2009, 12:21 PM
(This post was last modified: 03-10-2009 12:22 PM by frostschutz.)
Post: #16
|
|||
|
|||
RE: Google SEO
(03-10-2009 09:55 AM)dared Wrote: i found something I have this in my readme: Quote: - Google SEO Meta: Maybe you're refering to this last comment under advanced usage (this section should probably be renamed to 'additional recommendations' really), where it recommends to put the page name last in page titles? foobar there is just an example, it depends on the template what will actually be in there. Quote: Title tags: @Giangy, on the plugins status page, does the status for Google SEO display all green and no warnings? Then it should work, provided that your host does actually support mod_rewrite. ![]() I could add a warning if the SEO_SUPPORT env variable is not set, but this warning could be wrong, as it would only work if you use the original MyBB .htaccess and then only if your host supports BOTH mod_rewrite and mod_env, where mod_env really isn't required, not by MyBB and not by Google SEO, MyBB only uses it for the friendly URL autodetect feature. Google SEO | Gravatar | Hooks | HTMLPurifier | Overview | Patches | PluginLibrary @ GitHub/frostschutz |
|||
|
03-10-2009, 01:25 PM
Post: #17
|
|||
|
|||
|
RE: Google SEO
thanks for the quick info, frostschutz
![]() I´m trying it right now []s, Claudio Tutorial: Jquery (by google API) with mybb (Prototype) Distinction between Paid/Free Plugins Threads |
|||
|
03-10-2009, 03:20 PM
Post: #18
|
|||
|
|||
RE: Google SEO
Quote:your host does actually support mod_rewrite I'm starting to think that ![]() my host is : TopHost In their FAQ they wrote: Quote:The topweb hosting plan comes with the mod_rewrite enabled. To use it simply create a file. Htaccess with the appropriate directives. Always remember to insert the RewriteBase Directive I don't know what i do ![]() ![]()
|
|||
|
03-10-2009, 03:38 PM
Post: #19
|
|||
|
|||
|
RE: Google SEO
If you disable Google SEO URL, use the default MyBB .htaccess and set 'search engine friendly URLs' to 'Yes' in 'Configuration -> Server and Optimization Options (i.e. the thread-1234.html style URLs), do those work for you?
If they work then Google SEO URLs should work too ![]() If they don't work it's a problem with your host, see if they have a manual or FAQ that shows how to use mod rewrite on their site, they may be doing something special? ![]() Your quote mentions a RewriteBase directive. Usually that is only used if you rewrite to a directory different from the current one, i.e. you shouldn't need it in the MyBB/.htaccess because it rewrites to its own directory. But it may be different on your host?
Google SEO | Gravatar | Hooks | HTMLPurifier | Overview | Patches | PluginLibrary @ GitHub/frostschutz |
|||
|
03-10-2009, 03:53 PM
Post: #20
|
|||
|
|||
RE: Google SEO
Quote:If you disable Google SEO URL, use the default MyBB .htaccess and set 'search engine friendly URLs' to 'Yes' in 'Configuration -> Server and Optimization Options (i.e. the thread-1234.html style URLs), do those work for you? Indeed it doesn't work ![]() However I solved, i put this .htaccess: PHP Code: Options -MultiViews +FollowSymlinks -Indexes![]() But has it not extension at the end of URL?
|
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)
Search
Member List
Calendar
Help






did you change {$google_seo_meta} to {$foobar} couse readme file says like that but google seo meta settings still says {$google_seo_meta} and {$foobar} still not works but {$google_seo_meta} works fine


