vBulletin Search Engine Optimization
This is a discussion on Problem! vBSEO Sitemap v/s Zoints SEO? within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; I think that Zoints SEO to generated several problems with vBSEO Sitemap. (Warnings in Google Webmasters; Redirect 301). I'd really ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Problem! vBSEO Sitemap v/s Zoints SEO?
I think that Zoints SEO to generated several problems with vBSEO Sitemap. (Warnings in Google Webmasters; Redirect 301). I'd really like to switch back to standard vbulletin URLs... but, how? My .htaccess is: HTML Code: RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L]
RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L]
RewriteCond %{REQUEST_URI} !(index\.php|\.css) [NC]
RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]
|
|
#2
| ||||
| ||||
|
Try this: Code: Options +FollowSymlinks
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L]
RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L]
RewriteCond %{REQUEST_URI} !(index\.php|\.css) [NC]
RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]
|
|
#3
| |||
| |||
| In Google Webmaster: ![]() ![]() My Configs: include old urls?= No. Include Show Post Pages= No. :( |
|
#4
| ||||
| ||||
|
You are receiving that errors since the urls on your sitemaps and real life are different. As vBSEO Sitemap Generator includes standart vBulletin urls and you have a free seo hack the urls differ.
|
|
#5
| ||||
| ||||
|
Yup, as Mert suggests, vbseo sitemap can export correctly in
The easy solution is to install vbseo |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Zoints tags sitemap addon | Future | Feature Requests | 22 | 07-10-2008 08:43 AM |
| Zoints to Vbseo Problem-Urgent! | pckopath | Pre-Sales Questions | 1 | 05-10-2007 07:26 AM |
| Zoints tags in vBSEO Sitemap | fide | General Discussion | 10 | 03-23-2007 06:54 AM |
| Sitemap Zoints Member Url Problem | huntz | Troubleshooting | 2 | 01-09-2007 03:00 PM |
| problem with zoints thread tags | croportal | General Discussion | 0 | 11-20-2006 03:48 PM |