vBulletin Search Engine Optimization
This is a discussion on de-tablizing my vB within the General Discussion forums, part of the vBulletin SEO Discussion category; As a step to greater improve my SEO (not to mention save bandwidth, ease of template modifications, and all the ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| ||||
| ||||
| de-tablizing my vB
As a step to greater improve my SEO (not to mention save bandwidth, ease of template modifications, and all the other good stuff) I am in the process of removing all the un-necessary tables in the vB source code. What a disaster this code really is. I'm one of those "die hard css guys" so yeah, I'm arrogant about it. lol So far, I removed about 17 useless tables in various templates, and have cut 6kb from my test thread with 10 posts on it. I've cleaned up the stylesheet, removed almost ALL inline style attributes (can't find a couple yet I REALLY wish i could edit the template by hand and not use those stupid forms. ugh. drives me nuts. I tried, and my server 550'ed my save cuz VB owns it. lol And, i still have a BUNCH to get to. 6kb X 20,000 page views = 180,000 kb savings a day = 175MB x30 = 5.2GB of bandwidth a month savings. If I can bump that to 12kb removed (which MORE than likely will happen) i'll be saving over 10GB of bandwidth a month. Enjoy your tables :P |
|
#2
| ||||
| ||||
| Re: de-tablizing my vB
I too am undergoing a complete overhaul of my code, removing redudant plugin database modifications, refining code, compressing templates and making more efficient use of the cache system. As well as condensing down on the number of external files used on each page. If you are interested in reducing page sizes further then i would recommended installing the following code modifications too; Last edited by Michael; 04-24-2006 at 01:26 PM. |
|
#3
| ||||
| ||||
| Re: de-tablizing my vB
Wow - you guys are doing a lot of work - but the result should be some very efficient forums.
__________________ 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. |
|
#4
| ||||
| ||||
| Re: de-tablizing my vB
Good links, Michael. I'll definitely look into this more. I'm coming form an IPB world where just about everything that doesn't need to be real-time is cahced from the oem install. VB may be easier to use, and definitely has more plugins available, but I STILL think IPB is superior software... oh well, this site i'm building now is my test for vB. I already have a 20k member forum on ipb. so i figured i'd try something else and learn more stuff. Joe, yes, it's a lot of work... a lot of work that should have been done from the factory. But, I digress... Maybe someday others will catch on that Code: <table cellspacing="2" cellpadding="2" border="0" class="blah" width="100%"> <tr> <td>This is a simple sentence</td> </tr> </table> Code: <p>This is a simple sentence</p> The only tables I plan to leave intact are the ones that contain tabular data. my headers and footers are all done. the postbits are more difficult, but once I get the floats correct (and working properly in that POS known as IE), I think i will be able to go completely table-less. |
|
#5
| ||||
| ||||
| Re: de-tablizing my vB Quote:
__________________ The Staff Lounge - Your vBulletin Resource. vBulletin, InvisionFree, IPB, phpBB and Forum Resources. vBSEO: The SEO Solution for Expert vBulletin Forum Admins |
|
#6
| ||||
| ||||
| Re: de-tablizing my vB
Wow, that thread has been going on since july 2005! I made more progress in my sleepless night then an entire site has in 9 months! ss1, with styles. ss2, css disabled. perfectly usable |
|
#7
| ||||
| ||||
| Re: de-tablizing my vB Quote:
|
|
#8
| ||||
| ||||
| Re: de-tablizing my vB
i didin't realize it was a bug :P I took out the JS because IMO it's useless. I plan to replace it with css dropdowns. |
|
#9
| ||||
| ||||
| Re: de-tablizing my vB Quote:
I am not sure if this is of interest to you but, i found this webpage which discussess using list tags to present tabular data. |
|
#10
| ||||
| ||||
| Re: de-tablizing my vB
no need to comprimise! remove ALL the js menus :P As for that link, while "neat", that is tabular data, and SHOULD be in a table. |
|
#12
| ||||
| ||||
| Re: de-tablizing my vB
doubtful that it will be shared, as it is pretty much custom at this point. I took out a LOT of useless markup, all the $spacer tags, and it's been really customized at this point. Maybe in the future if i get time, i will take an oem install and provide clean markup for it and release it as a skin. |
|
#14
| ||||
| ||||
| Re: de-tablizing my vB
Very interesting development. You might want to take a look at this thread for more ideas on lightening the layout.
__________________ 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. |
|
#15
| ||||
| ||||
| Re: de-tablizing my vB Quote:
li menu system with the dhtml drop down. the yellow arrow is a background image of my li tag on a:hover state. |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| "Rewrite the vB Archive Root" feature now in vBSEO RC4 | Joe Ward | vBSEO Announcements | 9 | 10-04-2006 07:12 PM |