vBulletin Search Engine Optimization
This is a discussion on Google not indexing the right sites within the General Discussion forums, part of the vBSEO SEO Plugin category; It's been over a week and a half now that I've installed vbSEO and yet google is still indexing old/wrong ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Google not indexing the right sites
It's been over a week and a half now that I've installed vbSEO and yet google is still indexing old/wrong URLs. I disabled the archive a few days ago and not a single of the URLs that google has updated is one of the new ones. What am I doing wrong? site:mpcdownloads.com vbseo - Google Search My website is MPC Download Center . What I have noticed though, is that it's also indexing sites that don't exist for instance on this forum when I posted about how the URLs would be changed, it put both of those URLs into the index even though both are 404's. |
|
#2
| ||||
| ||||
| Re: Google not indexing the right sites Quote:
__________________ Keith Cohen / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 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 |
|
#3
| |||
| |||
| Re: Google not indexing the right sites
Ok, but I seriously think there are still problems since the a lot of the links were changed in their format and still work and don't redirect to the new URLs. Example: download travis minimizer - Google Search Google provides a link to the old URL which (if clicked on) still goes to the old URL which still works. This is because in order to properly install vbSEO I had to change the link to ad &name= &cat= in order for it to have the keywords in there properly. I really think that in order for google not to think it's duplicate content I have to somehow make sure the old URLs redirect to the new ones... |
|
#4
| ||||
| ||||
| Re: Google not indexing the right sites
Hello, sure you can define the custom rewrite rules in .htaccess to redirect these URLs.
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#5
| |||
| |||
| Re: Google not indexing the right sites
And how would I do that? I can't manually add 4000+ URLs...
|
|
#6
| ||||
| ||||
| Re: Google not indexing the right sites
For the automatic redirection, you should add the corresponding code to your downloads.php script.
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#7
| ||||
| ||||
| Re: Google not indexing the right sites
When you say 'site', you really mean 'page', right?
__________________ Ace Shattock / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. My Personal Sites: New Zealand Forum | vBulletin Modifications and Styles | vBulletin Hosting |
|
#8
| |||
| |||
| Re: Google not indexing the right sites Quote:
Quote:
|
|
#9
| ||||
| ||||
| Re: Google not indexing the right sites
Hello, The code to insert depends on the specific script you are using, I checked this for you though (vBdownloads and vB3.0.x in your case). I assume that you want to perform the following redirections (from old-formatted URLs to new URLs with titles included): Code: downloads.php?do=cat&id=XX => downloads.php?do=cat&id=XX&catname=YY downloads.php?do=file&id=XX => downloads.php?do=filet&id=XX&filename=YY&catname=ZZ You can try the following modification of downloads.php file. FIND: PHP Code: PHP Code:
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#10
| |||
| |||
| Re: Google not indexing the right sites
Adding that basically undoes what vbSEO does... It re-adds the old style URLs and vbSEO does not change them.
|
|
#11
| ||||
| ||||
| Re: Google not indexing the right sites
Please note that I mentioned in the post: Quote:
Code: downloads.php?do=cat&id=XX => downloads.php?do=cat&id=XX&name=YY downloads.php?do=file&id=XX => downloads.php?do=file&id=XX&name=YY&cat=ZZ In your case the code will be: PHP Code:
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. Last edited by Oleg Ignatiuk; 04-21-2006 at 02:49 AM. |
|
#12
| |||
| |||
| Re: Google not indexing the right sites
Thank you for the fix, my mistake for not noticing, in any case, with this fix, while the URLs still say the same and the old ones turn into the new ones, it creates a new problem that doesn't allow users to be able to download the actual file, rather, it just forwards the user back to the same page they attempted to download it from.
|
|
#13
| ||||
| ||||
| Re: Google not indexing the right sites
I've updated the code in the post above accordingly, please give it a try.
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#14
| |||
| |||
| Re: Google not indexing the right sites
It works perfectly now! Thanks so much Oleg!
|
|
#15
| ||||
| ||||
| Re: Google not indexing the right sites
You are welcome!
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Next to no google indexing after 2 months. | Spitfire | Analysis: Traffic & SERPS | 12 | 08-14-2006 11:09 AM |
| Google indexing online databases-Filemaker, Alpha5, Access, etc. | disco4me | Off-Topic & Chit Chat | 0 | 02-16-2006 11:40 AM |
| google indexing decreasing for my site | ang2el | Troubleshooting | 1 | 02-14-2006 11:34 PM |