vBulletin Search Engine Optimization
This is a discussion on vBSEO Google/Yahoo Sitemaps v.2.1 within the vBSEO Announcements forums, part of the Announcements & Pre-Sales category; Hello all, Now that vBSEO 3.1.0 final (with vBlog support) has been released , we are making available an ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| | ||||
| ||||
| vBSEO Google/Yahoo Sitemaps v.2.1 Hello all, Now that vBSEO 3.1.0 final (with vBlog support) has been released, we are making available an updated version of the vBSEO Google/Yahoo Sitemaps, v.2.1. Download via vBulletin.org:
If you are running vBBlogs, it is recommended that you upgrade your sitemaps to version 2.1, in order to be compatible with the new blog type URLs. This build also includes a few other enhancements like Ask.com/Moreover.com ping services (which are related to Live Search) and a log records cleanup function. The cleanup function is considered beta functionality at this point and is available via the vbseo_sitemap_config.php file. You may set a log records cleanup threshold in days by defining: PHP Code:
(1) Follow the installation/upgrade instructions provided in the docs/readme.html file. (2) For vBulletin 3.6.x only: Open "Schedule Manager" in the vBulletin Admin Control Panel (admincp); Remove existing scheduled task for Sitemap Generator if you have one. Note: The new task will be automatically setup when you import the XML product file.
__________________ Juan Muriente / Crawlability Inc. vBulletin SEO 3.1.0 - Unencrypted, with vBulletin Blogs Compatibility Update to 3.1.0 GOLD vBSEO Google/Yahoo Sitemap Generator v.2.1 Update to 2.1 if you have upgraded to vBSEO 3.0 or 3.1.0 6X Traffic - $1400 in One Day with vBSEO! |
|
#3
| |||
| |||
| Thank you Juan! Best regards, Majora |
|
#4
| |||
| |||
| I have just run the sitemap generator and get the following errors Quote:
|
|
#5
| ||||
| ||||
| Do you have the vBSEO Sitemap option to include your Archive URLs set to Yes? If so, try turning it off since it appears that you have the vBulletin Archive disabled on your site.
__________________ Keith Cohen / Crawlability Inc. vBulletin SEO 3.1.0 - Unencrypted, with vBulletin Blogs Compatibility Update to 3.1.0 GOLD vBSEO Google/Yahoo Sitemap Generator v.2.1 Update to 2.1 if you have upgraded to vBSEO 3.0 or 3.1.0 6X Traffic - $1400 in One Day with vBSEO! My Personal Sites: My Blog | GPS Discussion Forum |
|
#6
| |||
| |||
| Thanks for that and the quick reply. I'm on idiot juice today by the looks of it Cheers Lee |
|
#8
| |||
| |||
| Thanks for the update. Installed just now. |
|
#9
| |||
| |||
| I must do something in msn search or ask? |
|
#10
| |||
| |||
| Hello, I have recently installed VBSEO 3.1.0 and VBSEO Sitemap Generator. I have a few questions The sitemap runs and produces 4 files in /forum/vbseo_sitemap/data the files are: sitemap_1.xml.gz sitemap_2.xml.gz sitemap_index.xml.gz urllist.txt.gz My questions: 1) I thought the files would have been created in the root of my site, what have I done wrong? ANSWERED 2) I already have a sitemap for the non vBulletin part of my site that I manualy submit to Google. Which of the sitemap files do I also need to submit to Google? ANSWERED 3) Could somebody tell me the URLs that are used to ping the search engines? I need these because my host has a firewall that blocks outbound traffic This is the .htacces at the root of my site Code: # Options +FollowSymlinks RewriteEngine On # Rule for duplicate content removal : www.domain.com vs domain.com - from VBSEO RewriteCond %{HTTP_HOST} !^www.mysite.com RewriteRule (.*) http://www.mysite.com/$1 [L,R=301] Code: # Comment the following line (add '#' at the beginning) # to disable mod_rewrite functions. # Please note: you still need to disable the hack in # the vBSEO control panel to stop url rewrites. RewriteEngine On # Some servers require the Rewritebase directive to be # enabled (remove '#' at the beginning to activate) # Please note: when enabled, you must include the path # to your root vB folder (i.e. RewriteBase /forums/) # RewriteBase /forum/ # Already stated in site root RewriteCond %{HTTP_HOST} !^www.mysite.com RewriteRule (.*) http://www.mysite.com/forum/$1 [L,R=301] RewriteRule ^((urllist|sitemap_).*.(xml|txt)(.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{QUERY_STRING} !vbseourl= RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron) RewriteRule ^(.*.php(/.*)?)$ vbseo.php?vbseourl=$1 [L,QSA] RewriteCond %{REQUEST_FILENAME} !.(jpg|gif)$ RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA] Sorry for all the questions but I thought I'd ask the Gurus Regards VinylJunky Last edited by VinylJunky; 11-21-2007 at 11:31 AM. |
|
#11
| ||||
| ||||
| The .htaccess entry for vBSEO Sitemap will allow it to be accessed from the forum root (or site root), making them appear that they are located there, while not cluttering up your root directory. For your existing URLs, add them to the extra-urls.txt in the vBSEO Sitemap directory and they will be included with the sitemap. So, first, modify your root (not Forum root) .htaccess and add the sitemap line there at the end. It will look something like this: Code: RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] After that you would submit this URL to Google: http://www.yoursite.com/sitemap_index.xml.gz That should do it.
__________________ Keith Cohen / Crawlability Inc. vBulletin SEO 3.1.0 - Unencrypted, with vBulletin Blogs Compatibility Update to 3.1.0 GOLD vBSEO Google/Yahoo Sitemap Generator v.2.1 Update to 2.1 if you have upgraded to vBSEO 3.0 or 3.1.0 6X Traffic - $1400 in One Day with vBSEO! My Personal Sites: My Blog | GPS Discussion Forum |
|
#12
| |||
| |||
| Quote:
In the extra-urls.txt do I just add the plain urls or can I use the format XML formatting from my other sitemapping tool? Code: <url><loc>http://www.mysite.com/</loc><lastmod>2007-11-02T17:07:58+00:00</lastmod><changefreq>daily</changefreq><priority>1.00</priority></url> Can anybody answer Question 3 3) Could somebody tell me the URLs that are used to ping the search engines? I need these because my host has a firewall that blocks outbound traffic Many Thanks VinylJunky |
|
#13
| ||||
| ||||
| Pulled from vbseo_sitemap_functions.php around line 710: Code: http://www.google.com/webmasters/tools/ping?sitemap='.urlencode($url) http://search.yahooapis.com/SiteExplorerService/V1/ping?sitemap='.urlencode($url) http://search.yahooapis.com/SiteExplorerService/V1/updateNotification?appid='.VBSEO_YAHOO_APPID.'&url='.urlencode($url) http://submissions.ask.com/ping?sitemap='.urlencode($url) http://api.moreover.com/ping?u='.urlencode($url)
__________________ Keith Cohen / Crawlability Inc. vBulletin SEO 3.1.0 - Unencrypted, with vBulletin Blogs Compatibility Update to 3.1.0 GOLD vBSEO Google/Yahoo Sitemap Generator v.2.1 Update to 2.1 if you have upgraded to vBSEO 3.0 or 3.1.0 6X Traffic - $1400 in One Day with vBSEO! My Personal Sites: My Blog | GPS Discussion Forum |
|
#14
| ||||
| ||||
| Is there any such thing as running the sitemap generator too many times? Why does it ask me "Are You Sure?" when I run it? |
|
#15
| ||||
| ||||
| Heh. I already made a thread about the Sitemap v2.1 since vBSEO v3.1 has been released and it's finally here now. Well, thanks for the release! |
| Thread Tools | |
| |
LinkBacks (?)
| ||||
| Posted By | For | Type | Date | |
| vBSEO 3.1 GOLD Released with Sitemaps 2.1, Language Packs, No Encryption! - vBulletin Modifications | This thread | Refback | 11-20-2007 05:24 PM | |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| vBSEO 3.0.0 Gold is Here! | Juan Muriente | vBSEO Announcements | 55 | 04-23-2007 08:57 AM |