MyBB Community Forums

Full Version: Google SEO 1.6.8 [EOL]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2012-01-17, 12:40 PM)frostschutz Wrote: [ -> ]It shouldn't be CPU heavy, besides, as long as only Google (and other search engines) access the sitemap, the users sitemap should be hit only rarely (when Google hits the sitemap, and when a new user registered in the meantime).

It'll be more heavy (in short term) if you change the pagination since then the search engines have to refetch all pages rather than just the changed ones.


see i have core i7 dedicated server , having about 3lack users ..
if i Include Users in the XML Sitemap. my server goes down ...i mean server got stuck


and if i don't Include Users in the XML Sitemap. there is no problem...
The sitemap uses the same query for all URL types though. It queries the total count of items, and then orders them by some timestamp (regdate in case of users) and paginates them.

The only difference I can see for users is that the users table does not have an index for regdate (whereas threads table has one for dateline), so maybe the sorting is a bit more expensive without this index?

Just guessing... if it's a root server maybe you could check which query its getting stuck on / what's taking so long...
OK so I finally upgraded. How do I verify everything is functioning?
It should be fairly obvious if the plugin is functioning - just visit a few threads, profiles etc and make sure the sitemap loads correctly.
I did, everything seems OK so far. So I don't even have to update the .htaccess file?
Probably not, so long as you upgraded from a recent-ish version and didn't change any settings.
What if my mybb installation was on site.com/forums/ but using the addon domain forums.site.com. Is it possible to add both of the links on htaccess? So there will be no 404 errors on site.com/forums/. It's working properly on forums.site.com an I want it aswell to work with site.com/forums/. Hope you can help me with this. Thanks!
Delete this post, i resolved my issue.
Hello, I installed this plugin on MyBB 1.6.5

I have two issues:

1) I can't get Announcements to work with SEO (page not found);

2) "Your database encoding is 'cp1250', should be 'utf8'. Please update your MyBB to use UTF-8 everywhere.
URL is passive. Apply changes to core files to activate.
Redirect is enabled and URL is passive. Redirecting SEO URLs back to MyBB's default URLs."

I don't know how to convert my DB to UTF-8 (I have Plesk 10.4.4).

Actually I disabled SEO URL for Announcements, but I would like to use SEO also for them...

Any ideas, please?

Thanks

Fastcooler,

1) Check the plugins page, see if .htaccess modifications are required.
2) Admin panel > tools & maintenance > system health > UTF8 conversion