![]() |
|
Google SEO 1.6.5 - Printable Version +- MyBB Community Forums (http://community.mybb.com) +-- Forum: Resources (/forum-8.html) +--- Forum: Plugins & Code Modifications (/forum-73.html) +---- Forum: Releases (/forum-102.html) +---- Thread: Google SEO 1.6.5 (/thread-101262.html) |
RE: Google SEO 1.6.3 - frostschutz - 05-14-2012 11:42 AM Looks fine to me, page number shows up for pages > 1, so what's the problem? If you mean the missing space between Page and the number 2, add a space between {page} and {number} in the page number setting. Otherwise please describe your problem more clearly. RE: Google SEO 1.6.3 - mmlg620 - 05-14-2012 01:08 PM Ok I thought that the page appears like this : PHP Code: http://les-smootards-lurrons.fr/Thread-C-est-l-heure-du-p-tit-dej-bonjour-a-tous-34 Instead PHP Code: http://les-smootards-lurrons.fr/Thread-C-est-l-heure-du-p-tit-dej-bonjour-a-tous?page=34 I added the space between {page} and {number} . Thancks RE: Google SEO 1.6.3 - colour - 05-14-2012 05:31 PM What if the SEO URLS link to different threads? RE: Google SEO 1.6.3 - Hamed - 05-17-2012 01:52 AM After I enable it I didn't see any change on my link and also no sitemap? I did all configuration RE: Google SEO 1.6.3 - gnlazarus - 05-18-2012 11:46 AM sitemap-index.xml <= where i can access this file? i want to submit it at google webmaster tool. ty. *this my site if u would like to check it out. mylfc.my RE: Google SEO 1.6.3 - mmlg620 - 05-18-2012 12:13 PM It's automatic, you just have to submit to google from your root of your mybb forum PHP Code: http://your forum/sitemap-index.xml RE: Google SEO 1.6.3 - gnlazarus - 05-18-2012 04:35 PM file not found dude. RE: Google SEO 1.6.3 - mmlg620 - 05-18-2012 04:40 PM You don't need to search the file - just submit to google the link. RE: Google SEO 1.6.3 - frostschutz - 05-18-2012 04:54 PM If you configured the plugin correctly, it will say that sitemap is enabled on the plugins page, and the word sitemap will be a clickable link pointing to your sitemap. If you get a 404 error for that, then there is a configuration problem. There is no physical file, same way there aren't physical files for individual threads. So you won't see it with file based services such as FTP. RE: Google SEO 1.6.3 - sjoerdmaessen - 05-22-2012 12:11 PM First I would like to thank the author for the plugin. However it seems that plugin can't accomplish what I want. Just to be clear, I only use forums and threads, no announcements, user pages,… My forum has the following structure: parent1 sub1 thread1 thread2 … sub2 parent2 sub3 … I would like the following urls: /parent1/ /parent1/sub1/ /parent1/sub1/thread1.html Theoretically this should be possible. A thread is different from a forum because of the .html extension. But I just can't get it to work. Could someone take the time to write down the correct settings for this url scheme? |