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

Currently Indexed Pages, Analytics, Adsense, PR...

This is a discussion on Currently Indexed Pages, Analytics, Adsense, PR... within the Pre-Sales Questions forums, part of the Announcements & Pre-Sales category; It will take many more than 10 days to get everything re-indexed. Mine has been installed for several months now ...

Go Back   vBulletin SEO Forums > Announcements & Pre-Sales > Pre-Sales Questions

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read

Reply

 

LinkBack Thread Tools
  #31  
Old 02-18-2006, 05:31 PM
Keith Cohen's Avatar
vBSEO Staff
vBSEO Total Customer SupportBig Board Administrator
 
Real Name: Keith Cohen
Join Date: Jul 2005
Location: Raleigh, NC USA
Posts: 6,280
Re: Currently Indexed Pages, Analytics, Adsense, PR...

It will take many more than 10 days to get everything re-indexed. Mine has been installed for several months now and I'm still working my way up.

As TD2Man said, one of the keys to SEO is lots of patience.
__________________
Keith Cohen / 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.


My Personal Sites: My Blog | GPS Discussion Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #32  
Old 02-18-2006, 06:23 PM
NeutralizeR's Avatar
Senior Member
Big Board Administrator
 
Real Name: Mavi KARANLIK
Join Date: Feb 2006
Location: Ankara/TÜRKİYE
Posts: 298
Re: Currently Indexed Pages, Analytics, Adsense, PR...

Patience... :P
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #33  
Old 02-18-2006, 06:29 PM
Juan Muriente's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Juan Carlos Muriente
Join Date: Jun 2005
Location: Puerto Rico
Posts: 12,768
Re: Currently Indexed Pages, Analytics, Adsense, PR...

heheh - that's your actual voice??
__________________
Juan Muriente / 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
  #34  
Old 02-18-2006, 06:31 PM
Keith Cohen's Avatar
vBSEO Staff
vBSEO Total Customer SupportBig Board Administrator
 
Real Name: Keith Cohen
Join Date: Jul 2005
Location: Raleigh, NC USA
Posts: 6,280
Re: Currently Indexed Pages, Analytics, Adsense, PR...

That's Yoda's voice.
__________________
Keith Cohen / 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.


My Personal Sites: My Blog | GPS Discussion Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #35  
Old 02-18-2006, 06:36 PM
Juan Muriente's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Juan Carlos Muriente
Join Date: Jun 2005
Location: Puerto Rico
Posts: 12,768
Re: Currently Indexed Pages, Analytics, Adsense, PR...

heh.. true
__________________
Juan Muriente / 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
  #36  
Old 02-19-2006, 09:56 AM
NeutralizeR's Avatar
Senior Member
Big Board Administrator
 
Real Name: Mavi KARANLIK
Join Date: Feb 2006
Location: Ankara/TÜRKİYE
Posts: 298
Re: Currently Indexed Pages, Analytics, Adsense, PR...

Thanks for your replies...

See you soon
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #37  
Old 02-19-2006, 12:43 PM
NeutralizeR's Avatar
Senior Member
Big Board Administrator
 
Real Name: Mavi KARANLIK
Join Date: Feb 2006
Location: Ankara/TÜRKİYE
Posts: 298
Re: Currently Indexed Pages, Analytics, Adsense, PR...

i need a url rewrite rule which will redirect (plus 301) all the links starting with http://msxlabs.com/smth to http://www.msxlabs.com/smth

I'm gonna edit the httpd.conf file.

Quote:
<Directory /home/msxlabs/public_html>
Options All -Indexes
AddType application/x-httpd-php .php .html

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://msxlabs.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://msxlabs.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com$ [NC]
RewriteRule .*\.(mp3|mpeg|mpg|ram|rm|wma|wav|asx|wmv|avi|mov|z ip|rar|exe)$ [F,R,NC]

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://msxlabs.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://msxlabs.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp|swf)$ http://www.msxlabs.com/msxteam/NeutralizeR/msxlabsbanner.gif [R,NC]
</Directory>

<Directory /home/msxlabs/public_html/forum>
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} (admineu|modmsx|clientscript|cpstyles|images)/
RewriteRule ^(.*)$ $1 [L]

RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_FILENAME} !chat
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]
</Directory>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #38  
Old 02-19-2006, 12:45 PM
Keith Cohen's Avatar
vBSEO Staff
vBSEO Total Customer SupportBig Board Administrator
 
Real Name: Keith Cohen
Join Date: Jul 2005
Location: Raleigh, NC USA
Posts: 6,280
Re: Currently Indexed Pages, Analytics, Adsense, PR...

Put this above the other rules. (And you only need one "RewriteEngine on" at the top. No need to repeat it.)

RewriteCond %{HTTP_HOST} !^www\.msxlabs\.com
RewriteRule (.*) http://www.msxlabs.com/$1 [R=301,L]
__________________
Keith Cohen / 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.


My Personal Sites: My Blog | GPS Discussion Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #39  
Old 02-19-2006, 12:58 PM
NeutralizeR's Avatar
Senior Member
Big Board Administrator
 
Real Name: Mavi KARANLIK
Join Date: Feb 2006
Location: Ankara/TÜRKİYE
Posts: 298
Re: Currently Indexed Pages, Analytics, Adsense, PR...

Can you edit my quote and put the line for me? Just want to be sure it's correct before restarting the apache...

And i also have subfolders within custom .htaccess files. What about them?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #40  
Old 02-19-2006, 01:07 PM
Keith Cohen's Avatar
vBSEO Staff
vBSEO Total Customer SupportBig Board Administrator
 
Real Name: Keith Cohen
Join Date: Jul 2005
Location: Raleigh, NC USA
Posts: 6,280
Re: Currently Indexed Pages, Analytics, Adsense, PR...

Add it right under your very first RewriteEngine On.

As for the sub-dirs, I think it depends on how your server is set up, that determines if it will "pull" in the higher level ones.
__________________
Keith Cohen / 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.


My Personal Sites: My Blog | GPS Discussion Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #41  
Old 02-19-2006, 01:23 PM
NeutralizeR's Avatar
Senior Member
Big Board Administrator
 
Real Name: Mavi KARANLIK
Join Date: Feb 2006
Location: Ankara/TÜRKİYE
Posts: 298
Re: Currently Indexed Pages, Analytics, Adsense, PR...

Thanks.

Last question:

Can i remove these lines now? (bold ones)

Quote:
RewriteCond %{HTTP_REFERER} !^http://msxlabs.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://msxlabs.com$ [NC]

RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com$ [NC]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #42  
Old 02-19-2006, 01:24 PM
Keith Cohen's Avatar
vBSEO Staff
vBSEO Total Customer SupportBig Board Administrator
 
Real Name: Keith Cohen
Join Date: Jul 2005
Location: Raleigh, NC USA
Posts: 6,280
Re: Currently Indexed Pages, Analytics, Adsense, PR...

Yep, as long as you're converting it to the www version above that, and you are, then you won't need both versions anymore.
__________________
Keith Cohen / 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.


My Personal Sites: My Blog | GPS Discussion Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #43  
Old 02-19-2006, 01:54 PM
NeutralizeR's Avatar
Senior Member
Big Board Administrator
 
Real Name: Mavi KARANLIK
Join Date: Feb 2006
Location: Ankara/TÜRKİYE
Posts: 298
Re: Currently Indexed Pages, Analytics, Adsense, PR...

Got some problems...

http://www.msxlabs.com/downloads/rap (works - blank index page)
http://msxlabs.com/downloads/rap/ (works)
http://msxlabs.com/downloads/rap (doesn't work)

Here is the .htaccess file i use in that folder:
Quote:
Options All -Indexes

RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.msxlabs\.com
RewriteRule (.*) http://www.msxlabs.com/downloads/rap/$1 [R=301,L]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://tdrecordz.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://tdrecordz.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.tdrecordz.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.tdrecordz.com$ [NC]
RewriteRule .*\.(zip|rar|exe)$ [F,R,NC]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #44  
Old 02-19-2006, 03:05 PM
NeutralizeR's Avatar
Senior Member
Big Board Administrator
 
Real Name: Mavi KARANLIK
Join Date: Feb 2006
Location: Ankara/TÜRKİYE
Posts: 298
Re: Currently Indexed Pages, Analytics, Adsense, PR...

Can i delete this file?
vbseo_sitemap\data\.htaccess

Quote:
deny from all
It does not block the googlebot, does it?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #45  
Old 02-19-2006, 04:22 PM
NeutralizeR's Avatar
Senior Member
Big Board Administrator
 
Real Name: Mavi KARANLIK
Join Date: Feb 2006
Location: Ankara/TÜRKİYE
Posts: 298
Re: Currently Indexed Pages, Analytics, Adsense, PR...

Grrr....

I guess i need some tweaking...

Quote:
Server uptime: 1 hour 59 minutes 13 seconds
Total accesses: 331606 - Total Traffic: 2.9 GB
CPU Usage: u3463.83 s293.09 cu13.97 cs2.34 - 52.8% CPU load
46.4 requests/sec - 420.7 kB/second - 9.1 kB/request
143 requests currently being processed, 35 idle servers
52.8% CPU load (apache) with 237 online users (vBulletin)

httpd.conf:
Quote:
<Directory /home/msxlabs/public_html>
Options All -Indexes
AddType application/x-httpd-php .php .html

RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.msxlabs\.com
RewriteRule (.*) http://www.msxlabs.com/$1 [R=301,L]
RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com$ [NC]
RewriteRule .*\.(mp3|mpeg|mpg|ram|rm|wma|wav|asx|wmv|avi|mov|z ip|rar|exe)$ [F,R,NC]

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.msxlabs.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp|swf)$ http://www.msxlabs.com/msxteam/NeutralizeR/msxlabsbanner.gif [R,NC]
</Directory>

<Directory /home/msxlabs/public_html/forum>
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.msxlabs\.com
RewriteRule (.*) http://www.msxlabs.com/forum/$1 [R=301,L]
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} (admineu|modmsx|clientscript|cpstyles|images)/
RewriteRule ^(.*)$ $1 [L]

RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_FILENAME} !chat
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]
</Directory>
and my external .htaccess files:


I need the team's help. Count my earlier posts, too.

Thanks for your support.
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
Number of pages indexed in Google? Keith Cohen General Discussion 5 09-05-2008 10:10 AM
vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature! Juan Muriente vBSEO Announcements 74 05-20-2006 10:29 PM
Pagerank plays hard to get on my site? dutchbb General Discussion 8 04-15-2006 03:38 PM
Compression Error Lazer Troubleshooting 19 03-03-2006 02:23 PM
Huge drop in pages indexed. Aharon Troubleshooting 1 02-24-2006 04:52 PM


All times are GMT -4. The time now is 09:00 PM.


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