vBulletin Search Engine Optimization
This is a discussion on Adsense is slowing page loads - people complaining within the Google Adsense, YPN, & Other Ad Networks forums, part of the Monetizing category; Hello I have my adsense placed below the navbar on talkarizona.com. it seems that it is slowing the page load ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Adsense is slowing page loads - people complaining
Hello I have my adsense placed below the navbar on talkarizona.com. it seems that it is slowing the page load on the site to the point people are getting frustrated. I did a google search on this and it seems that everything under the adsense stops loading until the js file from google is called. How can I speed things up? edit: I should say that this is only noticeable in internet explorer Last edited by amnesia623; 08-02-2007 at 12:16 PM. |
|
#2
| ||||
| ||||
|
Hi Kevin, You could put your adsense code in your footer, then position it using an absolute <div>. That way it would be positioned where you like, but loaded last (or almost last) of all.
__________________ Ace Shattock / 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: New Zealand Forum | vBulletin Modifications and Styles | vBulletin Hosting |
|
#3
| |||
| |||
|
can I do that with putting the ads under the navbar?
|
|
#4
| |||
| |||
|
I had the same problem before. I had adsense in my header and it made the site really slow for IE users (it seemed fine for Firefox users). I took it out and my income has halved. I'd love to find out a solution so I can have the adsense code there and still have a fast site. |
|
#5
| |||
| |||
|
Can someone explain how to position the adsense code using an absolute <div>?
|
|
#6
| ||||
| ||||
|
using absolute positioning will only work if you have a FIXED height from your logo to under your nav bar, and this goes for ALL resolutions you want to support. line wraps will change everything. first, make a holder block X pixles high where you want the add to appear. this can be done with a blank <div style="height: 80px;"></div> or using margins on the element above or below it. then, in the footer, put your ad code <div style="position: absolute; top: XXXpx; left: YYYpx;">AD CODE HERE</div> |
|
#7
| |||
| |||
|
Thanks. |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The vBSEO LinkBacks User Guide - vBSEO 3.0 GOLD | Joe Ward | General Discussion | 25 | 06-05-2008 12:04 PM |