vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO Total Support Team Launches DeskPro New vBSEO Discount Level for Network Builders vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

VBAdvanced & VBSeo

This is a discussion on VBAdvanced & VBSeo within the General Discussion forums, part of the vBulletin SEO Discussion category; Hi everyone, I am in the process of converting my front HTML index page to VBAdvanced, so I can finally ...

Go Back   vBulletin SEO Forums > vBulletin SEO Discussion > General Discussion

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 02-14-2008, 11:08 PM
ssandgirls's Avatar
Member
 
Real Name: Terrie
Join Date: Dec 2007
Location: Australia
Posts: 69
VBAdvanced & VBSeo

Hi everyone,
I am in the process of converting my front HTML index page to VBAdvanced, so I can finally get rid of the outdated frames.

www.mlptp.net

will be going to this..

Home#

VBAdvanced ( In root directory) will become the main index page, the sidebar navigation on there will also be integrated and common to the forums.

Im wondering if there is anything I change in the VBSeo settings, or the sitemap?

Many thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 02-15-2008, 11:09 AM
Joe Ward's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Joseph Ward
Join Date: Jun 2005
Location: Puerto Rico
Posts: 19,748
Blog Entries: 7
You can use our Custom Rewrite Rules for your vBA custom pages.

Re: Sitemap


Quote:
For your existing URLs, add them to the extra-urls.txt in the vBSEO Sitemap directory and they will be included with the sitemap.
__________________
Joe Ward / 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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 02-16-2008, 12:42 AM
ssandgirls's Avatar
Member
 
Real Name: Terrie
Join Date: Dec 2007
Location: Australia
Posts: 69
where is the extra URLs .txt in the sitemaps?

And is there a thread with instructions as to how I do the custom rewrite for the VBA main page. its only going to be used for the main index page and also a sidebar integrated into the forums.

Sorry but Im not that clear on what you mean....

I also read on vb.org that I have to change the htaccess file..... can you tell me what I have to change...

Many thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 02-16-2008, 05:07 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,597
You can rewrite vBa CMPS URLs with Custom Rewrite Rules as described in rewrite root vba cmps pages

As for the sitemap, you can manually add new URLs by manually editing "vbseo_sitemap/extra-urls.txt" file on your server (add one URL per line). And since your front page is located in domain root and forum resides in a subfolder, you will have to "move sitemap to domain root" as described here: Sitemap:FAQ - VBSEO Wiki
__________________
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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #5  
Old 02-16-2008, 09:22 PM
ssandgirls's Avatar
Member
 
Real Name: Terrie
Join Date: Dec 2007
Location: Australia
Posts: 69
Hello, thankyou for the reply

That other thread you link to, says I can use this:

Quote:
'index\.php\?page=(\w+)' => 'page-$1.html'
Here is my HTAccess file...... can you tell me where in there I put that above line you suggested?...

---------------------

# 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 /forums
#RewriteCond %{HTTP_HOST} !^www.mlptp.net
#RewriteRule (.*) http://www.mlptp.net/forums/$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]

--------------------------

Last edited by ssandgirls; 02-17-2008 at 02:00 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 02-17-2008, 08:36 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,597
Quote:
Here is my HTAccess file...... can you tell me where in there I put that above line you suggested?...
It should be entered in vBSEO CP, Custom Rewrite Rules section.
__________________
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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
vBseo and vbadvanced? krispy1812 Pre-Sales Questions 8 06-14-2008 08:48 PM
vbadvanced pages and vbadvanced link directory ludachris General Discussion 3 02-26-2008 12:38 PM
vBSEO and vBAdvanced Salva87 Troubleshooting 8 05-20-2007 06:47 PM
Does vBseo also work with vBadvanced and vBadvanced links directory? ChrisGuthrie.net General Discussion 30 05-16-2007 02:15 AM
vbseo and vbadvanced Richard Custom Rewrite Rules 3 09-07-2006 12:00 AM


All times are GMT -4. The time now is 12:17 AM.


Powered by vBulletin Version 3.8.0 Beta 4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.