vBulletin Search Engine Optimization
This is a discussion on Sitemap help within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; I looked through the threads at vb .org and didnt find a answer. I installed the sitemap mod and for ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Sitemap help
I looked through the threads at vb.org and didnt find a answer. I installed the sitemap mod and for some reason my yahoo sitemap isnt created It says 0kb the google one comes up fine. I also tried to acess the compressed version of the file and it redirects me to the main page. sitemap.txt.gz = 0kb |
|
#2
| ||||
| ||||
| Re: Sitemap help
Do you mind linking me to your homepage. Also have you uploaded the Sitemap plugin?
|
|
#3
| |||
| |||
| Re: Sitemap help
I have setup and imported the product.. My google sitemaps are generated but the yahoo one isnt Index File sitemap_index.xml.gz Sitemap File #1 sitemap_1.xml.gz (158 URLs, 3.12Kb) 33.92Kb uncompressed Text Format File sitemap.txt.gz (0.00Kb) |
|
#4
| ||||
| ||||
| Re: Sitemap help
Hi, Make sure that you have correct rewrite rule in .htaccess: Quote:
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#5
| |||
| |||
| Re: Sitemap help 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 /
RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.*)$ $1 [L]
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
which is the right way ? |
|
#6
| ||||
| ||||
| Re: Sitemap help
The rewrite rule line was changed in the Sitemap Generator v1.2 (you have correct one in the quoted code). What is your sitemap.txt.gz URL?
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#7
| |||
| |||
| Re: Sitemap help
i will send a private message
|
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Memory Problem: | TraumTeam | Troubleshooting | 1 | 04-06-2006 09:24 AM |
| Problem with the sitemap file | Toocool | Troubleshooting | 3 | 01-29-2006 05:33 PM |
| vBSEO Google/Yahoo Sitemap Generator for vBulletin 3.6.x, vBulletin 3.5.x & vBulletin 3.0.x | Joe Ward | General Discussion | 0 | 12-17-2005 02:11 PM |