There seems to have been a rather large recent influx of topics at some webmaster sites about vBulletin forums security being compromised. Well if these simple steps are followed you won’t have a thing to worry about. These tips provide some extreme solutions such as never using a modification on your board but if you want the utmost security this is how to obtain it.

[Read the rest of this entry...]

Share on Facebook

Posted by:David in vbulletin hacks, webmaster tips | No Comments » | Read More

Its time for the first ever National SEO Month to start April 1st. Bloggers and webmasters from all around the world will be joining forces with one goal in mind. Search Engine Domination. NaSEOMo begs the question, “What would happen to your site, if you did one small SEO friendly task a day for 30 days? Could you make a significant leap up the search engine results in your niche? Then, what would happen if you had the support and encouragement of your web colleagues along the way? Do you think that would help you achieve your goal?”

Thats exactly what the particpants of NaSEOMo will be doing. Over at SEOvB we’ve decided to particpate in this as a test to see the results. We encourage you to particpate too and you can register at the offical NaSEOMo website for free of course.

Did I also mention there will be prizes given away? And everyone from SEO Noobs to Gurus will be competing in this event. You will be recieving tips every day for the whole month of april for “Set it and forget it” seo tactics. As well as inspirational search engine optimization readings to keep you motivated along the way.

Share on Facebook

Posted by:David in vBulletin SEO | 1 Comment » | Read More

When any forum launches and they have a goal to use advertising programs to generate some revenue to either, A. Cover the server costs, or B. Make them rich. The problem most forums have is that the content is all user generated, this is bad because users aren’t aware of how to optimize their posts to make you money and when they create their posts your adsense targeting starts to become diluted and you’ll notice sometimes you won’t have ads that represent what the thread is about. Which will lead to less visitors clicking thru the ads and adsense delivering some weird advertisements.

The first tip we bring you is section targeting, this only applies to adsense but since its one of the main programs forum webmasters use we’ll be using it for our examples. Section targeting allows you to suggest sections of your text and HTML content that you’d like us to emphasize or downplay when matching ads to your site’s content. By providing us with your suggestions, you can assist us in improving your ad targeting. To implement section targeting, you’ll need to add a set of special HTML comment tags to your code. These tags will mark the beginning and end of whichever section(s) you’d like to emphasize or de-emphasize for ad targeting. Since most forums content is user generated posts we’ll be making a template modification to either postbit or postbit_legacy template depending on which you use. We assume you know how to edit a template, so find these templates in your style manager under ‘Postbit Templates’.

<!-- message --><div id="post_message_$post[postid]“>$post[message]</div>
<!? / message ?>

Now why do we want to add this line: This tells the adsense spider, Hey here comes some important content, target my advertisement to this stuff please! Then after the we want to tell the spider, We’re all out of important content here, you don’t have to go home, but you’ll have to find some more else where! Your final product should look something similar to this.

<!-- google_ad_section_start --><!-- message -->

<div id="post_message_$post[postid]“>$post[message]</div>

<!– / message –>
<!? google_ad_section_end ?>

You should now receive slightly more targeted advertisements when viewing threads. If you are using software such as vBSEO there is an option to automatically have these comments inserted to your page. If you are using their relevant replacement feature, we also recommend adding the targeted section code around that as well. To take full advantage of this method, you’ll need to include a lot of information inside these tags on each page. Any place that you’ve got good content you should target with this method, not simply the post information for the pages.

[Read the rest of this entry...]

Share on Facebook

Posted by:David in google | 1 Comment » | Read More