vBulletin Search Engine Optimization
This is a discussion on Can vBSEO work with vB Hacks like Downloads? within the Pre-Sales Questions forums, part of the Announcements & Pre-Sales category; My website ( http://www.mpcdownloads.com ) is very much download oriented rather than thread-oriented. The majority of the content of the ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Can vBSEO work with vB Hacks like Downloads?
My website (http://www.mpcdownloads.com) is very much download oriented rather than thread-oriented. The majority of the content of the site that users go for are our downloads found here: http://www.mpcdownloads.com/forums/downloads.php? Unfortunately, the entire database of downloads is set up with dynamic URLS and rarely ever gets indexed. The site has over 4,000 downloads each which have their own individual pages. What I'm looking for is for vBSEO to put the Category name in the first / and the name of the file in the next (like the title is set up). Ex: http://www.mpcdownloads.com/forums/d...o=file&id=5468 would turn into http://www.mpcdownloads.com/forums/BF2/Omega-v1-source/ . (Both of which are in the title of the page and located in the MySQL Database) If this hack can be customized to do that without hours of work, I will buy it right now. |
|
#2
| ||||
| ||||
| Re: Can vBSEO work with vB Hacks like Downloads?
Hello NightNinja, I don't know this plugin but you should be able to create some Custom Rewrite Rules for this plugin.
__________________ Philipp Herbers / Crawlability Inc. Support Team gibt neues Supportsystem frei Verbesserter Support für unsere Kunden vBSEO 3.2.0 freigegeben - Maximale Optimierung für Ihren Web-Traffic! Über 100 weitere SEO Optimierungen 6X Traffic - $1400 in einem Tag durch vBSEO! Stellen Sie sich vor, was die patentierte vBSEO Technologie für Sie tun kann. |
|
#3
| |||
| |||
| Re: Can vBSEO work with vB Hacks like Downloads?
How would I go about doing that? Would someone on the vBSEO support team help me in writing these custom rewrite rules?
|
|
#4
| ||||
| ||||
| Re: Can vBSEO work with vB Hacks like Downloads?
Hello, you can use the following CRR: Code: 'downloads\.php\?do=file&id=(\d+)$' => 'downloads-$1/' As for keywords embedded into rewritten URL, please refer to my post here: http://www.vbseo.com/23180-post5.html
__________________ 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. |
|
#5
| |||
| |||
| Re: Can vBSEO work with vB Hacks like Downloads?
I can't see that thread because I havn't bought the software but before I do buy the software I just want to make sure that using your thread for custom rewrite rules will my hack DEFINATELY work with vBSEO?
|
|
#6
| ||||
| ||||
| Re: Can vBSEO work with vB Hacks like Downloads?
Hello, there should not be any conflicts with other hacks. Also, you will be able to create custom URLs for 3rd party hacks. However, if you want to include keywords into URLs, some code modification may be required. here is the quote from the post: Quote:
__________________ 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. |
|
#7
| |||
| |||
| Re: Can vBSEO work with vB Hacks like Downloads?
So what i'm understanding is that I have to modify the code of my hack first to put the title into URL dynamically and then use vbSEO to make it more SE friendly by getting rid of all the = signs and turning it into dashes.
|
|
#8
| ||||
| ||||
| Re: Can vBSEO work with vB Hacks like Downloads?
Yes, that's right. In case if URLs like "forums/downloads-5468/" are fine for you, then you don't have to do any code modifications. But if you'd like to add keywords in URLs, your downloads hack should be modified for this.
__________________ 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. |
|
#9
| |||
| |||
| Re: Can vBSEO work with vB Hacks like Downloads?
I'm going to pay someone to modify my hack however I want to know exactly what I have to modify before I purchase vbSEO so should I include both category names and file names in the URL? What i want from vbSEO is for it to turn my URLS into something like this: from http://www.mpcdownloads.com/forums/downloads.php?do=file&id=5779 to http://www.mpcdownloads.com/CS-Source/Mega-Script-v5.0.html . So should i have URLS modified to read as http://www.mpcdownloads.com/forums/downloads.php?do=file&id=5779&filename=Mega-Script-v5.0&catname=CS-Source ? would vbSEO (using CRR) be able to do this kind of change easily? Last edited by NightNinja; 04-05-2006 at 08:49 AM. |
|
#10
| ||||
| ||||
| Re: Can vBSEO work with vB Hacks like Downloads?
Hello, Quote:
However, resulting URL will be slightly different - from this URL: Code: http://www.mpcdownloads.com/forums/downloads.php?do=file&id=5779&filename=Mega-Script-v5.0&catname=CS-Source Code: http://www.mpcdownloads.com/forums/download/CS-Source/Mega-Script-v5.0-5779.html 1. resulting URL is located under the forums/ folder 2. download ID is included in URL to allow reversing to the original URL
__________________ 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. |
|
#11
| |||
| |||
| Re: Can vBSEO work with vB Hacks like Downloads?
Ok, my URLS now look like i said they would, and I can't figure out what the CRR is to make the mlook like what u said right above this post.
|
|
#12
| ||||
| ||||
| Re: Can vBSEO work with vB Hacks like Downloads?
Hi, here is a CRR for this: Code: 'downloads\.php\?do=file&id=(\d+)&filename=(.+)&catname=(.+)' => 'download/$3/$2/$1.html'
__________________ 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. |
|
#13
| |||
| |||
| Where do I put this CRR? I dont see any option in VBSEO?
|
|
#14
| ||||
| ||||
|
It should be entered in vbseocp->Custom Rewrite Rules.
__________________ 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. |
|
#15
| |||
| |||
|
Should I copy paste as is? everything? with quotes ? EDIT: I copied above and pasted as is in Custom Rewrite Rules box. And nothing happened look here: Mobile Junction Forum - Downloads - Themes |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature! | Juan Muriente | vBSEO Announcements | 74 | 05-20-2006 10:29 PM |
| Does vBSEO work for vB 3.5.3? | hostaddicts | Pre-Sales Questions | 2 | 01-15-2006 11:14 AM |
| vBSEO 2.0 RC7 Released | Juan Muriente | vBSEO Announcements | 17 | 09-09-2005 12:00 AM |