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

Will I lose indexed pages initially?

This is a discussion on Will I lose indexed pages initially? within the Pre-Sales Questions forums, part of the Announcements & Pre-Sales category; My forum currently has just over 190,000 posts. Is it true that initially I will lose alot of my indexed ...

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
  #1  
Old 07-20-2006, 03:45 PM
Member
 
Real Name: Matt
Join Date: May 2006
Location: NY
Posts: 51
Send a message via AIM to mattyk72
Will I lose indexed pages initially?

My forum currently has just over 190,000 posts. Is it true that initially I will lose alot of my indexed pages because of the redirects? If so how long will it take to get back on track?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 07-20-2006, 03:53 PM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,780
Re: Will I lose indexed pages initially?

yes. Google tends to remove old pages before it adds in the new ones.

It took me about a month to turn around. But the turn around was SO worth it. See my sig :P
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 07-20-2006, 03:56 PM
Member
 
Real Name: Matt
Join Date: May 2006
Location: NY
Posts: 51
Send a message via AIM to mattyk72
Re: Will I lose indexed pages initially?

thanks for the response

I'm willing to sacrafice in the short-term if vbseo is the real deal, which for you it obviously is.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 07-20-2006, 04:06 PM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,780
Re: Will I lose indexed pages initially?

it's all about long term. Take a beating in hits and money for a month, and turn around and make it back and then some.

Now, I can't guarnatee you a month. That's just what it took me.


you can see my past month's trend here, live, 3rd party hosted:
Site Meter - Counter and Statistics Tracker

last thurs/friday, the site got a huge bump in SERP's, and the traffic followed... and so did the earnings.

I feel like i should make an infomerical and charge $19.98 for every post i make like this. BUT WAIT! if you order now, i'll throw in one more support post absolutely free!!!! lol
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #5  
Old 07-20-2006, 04:21 PM
Member
 
Real Name: Matt
Join Date: May 2006
Location: NY
Posts: 51
Send a message via AIM to mattyk72
Re: Will I lose indexed pages initially?

wow that's a huge spike!

I love how you've got the rss feed right next to the forums, is there a mod for that or did you do that yourself?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 07-20-2006, 04:29 PM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,780
Re: Will I lose indexed pages initially?

custom made... I put an offer out for anyone to syndicate a forum or all on their own sites/blogs for no cost. No one seems to use them though. Some people mis-click them thinking that they are the "last unread post" icon though. I'm leaving them up for now, but i might remove them.

i don't even remember the code i used to make it... i can look later tonight when i'm not "working". plus, i just got a ticket assigned to me, so i'm off of here for the rest of the business day.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #7  
Old 07-20-2006, 04:56 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,277
Re: Will I lose indexed pages initially?

Here's the code I use on mine. Mine also adds New Thread, Search, and Subscribe links for each forum, but you can customize to fit your needs. The tinyfont class is just setting the font size to 9px;

Code:
<if condition="$forum[link] == ''">
<span class="tinyfont">
 - [<a href="/forums/newthread.php?do=newthread&f=$forum[forumid]" title="Post a new thread in $forum[title]">New Thread</a>] - [<a href="/forums/search.php?forumid=$forum[forumid]" title="Search $forum[title]">Search</a>] - [<a href="/forums/subscription.php?do=addsubscription&f=$forum[forumid]" title="Subscribe to $forum[title]">Subscribe</a>] - [<a href="/forums/external.php?type=rss2&forumids=$forum[forumid]" target="_blank" title="RSS feed for $forum[title]">RSS</a>]
</span>
</if>
I put it right after the forum name in the forumhome_forumbit_level1_post and forumhome_forumbit_level2_post templates.

You can see it here: FireBlades.org
__________________
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
  #8  
Old 07-20-2006, 05:01 PM
Member
 
Real Name: Matt
Join Date: May 2006
Location: NY
Posts: 51
Send a message via AIM to mattyk72
Re: Will I lose indexed pages initially?

Quote:
Originally Posted by Keith Cohen View Post
Here's the code I use on mine. Mine also adds New Thread, Search, and Subscribe links for each forum, but you can customize to fit your needs. The tinyfont class is just setting the font size to 9px;

Code:
<if condition="$forum[link] == ''">
<span class="tinyfont">
 - [<a href="/forums/newthread.php?do=newthread&f=$forum[forumid]" title="Post a new thread in $forum[title]">New Thread</a>] - [<a href="/forums/search.php?forumid=$forum[forumid]" title="Search $forum[title]">Search</a>] - [<a href="/forums/subscription.php?do=addsubscription&f=$forum[forumid]" title="Subscribe to $forum[title]">Subscribe</a>] - [<a href="/forums/external.php?type=rss2&forumids=$forum[forumid]" target="_blank" title="RSS feed for $forum[title]">RSS</a>]
</span>
</if>
I put it right after the forum name in the forumhome_forumbit_level1_post and forumhome_forumbit_level2_post templates.

You can see it here: FireBlades.org
That's really nice!

Thank you for sharing
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
I'm lost... losing 1000's of indexed pages on google. Corey General Discussion 8 05-25-2006 10:04 AM
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
Will google ranking or number of indexed pages drop initially?? jwocky Pre-Sales Questions 3 11-26-2005 01:49 AM


All times are GMT -4. The time now is 08:14 PM.


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