Archive for October, 2007

4 Things to Look for in Wordpress Adsense Templates

Sunday, October 21st, 2007
wordpress plugin
If you want a blog and want to make money with your blog quickly, then you should look into wordpress adsense templates.

Blogs are very popular today and the search engines especially google love wordpress blogs. You can go to wordpress.com and set up a wordpress blog for free on their site, but I suggest that you get your own domain name and web hosting to set up your own wordpress blog. This way you have total control of your blog.

After you get your domain name, look for a quality web host that allows you cpanel access. Once you are logged in to to your cpanel, click on the fantastico button and you can install wordpress in a matter of minutes with just a few clicks of the mouse. Yes, it is that easy and even a caveman could do it.

You are all set up with your own domain name and web hosting and have wordpress installed. Now you need a professional looking theme so you have a professional looking site so you can start earning an income.

One great way to monetize your blog is with google adsense. Adsense is great because they will show ads that are relevant to the content on your page and you get paid when someone clicks on an ad.

To help with the learning curve you should invest in wordpress adsense templates. Here are 4 things to look for in a good wordpress adsense template.

1. Easy Customization

Most people do not know how to read or edit a php file. Look for a wordpress template that has already added the adsense for you. All you need to do is open a couple of files and add your publisher id number. An added bonus is if a video tutorial is included that shows you exactly how to add your publisher id.

You also want it to be very easy to add your own unique content to your blog without having the template graphics move to change the look of your blog.

2. SEO and Navigation Features

Here is a list of features to look for:

• Wordpress search

• Archives listed in navigation

• Categories listed in navigation

• Blogroll or links

• Adsense links units at top

• Commenting and discussion possible

• Compatible with wordpress plugins

3. Professionally Designed Headers

You want your blog to look professional and grab the visitors attention. A good header will make the visitor stay and read the content on your blog.

4. Earn income from multiple streams of income

You want to make sure that you are not depending solely on adsense to make money online. Make sure you are able to add items like an opt in form for list building, affiliate products that go along with your niche and other streams of income.

Blogging is a great way and one of the easiest ways to start making money online with adsense. So get started right now and start making your share of the google money pie.



By: Peter OBrien

About the Author:

Now you know what to look for a quailty wordpress adsense template-wouldn’t you like your own set of 100 wordpress adsense templates complete with video tutorials and a complete traffic starter kit? Get these adsense templates in profitable niches by visiting: http://www.professionaladsensetemplates.com/



Internet Marketing Videos

How To Eliminate Wordpress Blog Comment Spam

Saturday, October 20th, 2007
wordpress plugin
One of the most serious problems with any blogging system, including WordPress, is that the comments area is wide open to that scourge of the Internet, spammers. In this case, it’s comment spam.

Comment spam is created by people seeking to boost their Google rankings by having lots of links pointing to their own websites. This causes a wide variety of problems:

• When Google detects content spam, they will often block the site it’s coming from because it messes up their ranking system.

• It takes up your valuable time and bandwidth to eliminate these posts.

• If the onslaught of spam is heavy enough, it may result in a denial-of-service attack, intended or not, which is a situation in which the server tries so hard to post bad information and/or deliver notification emails to you that it denies service to the legitimate requests. In at least one case, a blogger received over two thousand email notifications of comments that needed approval; as he dealt with these, he continued getting more, ultimately crashing his mail server.

As you can see, even if you have your comments set to post only upon approval, this can be a serious problem. One solution is the Akismet plugin for WordPress.

Akismet Plugin and Other Plugin Options for WordPress

Akismet is designed to help you filter out those nasty spammers, and it’s not hard to get it installed into your WordPress system. Download the plugin, and upload it to the blog directory on your server in the plugins subdirectory under wp-content. Activate from the WordPress plugins menu. If you have a notice that you need the Akismet API, go to the WordPress website and look or ask for one.

Here’s the magic: the only instruction in Akismet is “forget that spam was ever a problem.” You don’t have to do anything else at all - the spam will simply be bounced. You will not receive a notification, nor will you have to go out and delete spam.

Another plugin for eliminating spam from bots is the “Did You Pass Math” plugin. This one makes the user perform a simple math problem before submitting a comment. As most humans can handle this and most spambots can’t, it’s pretty likely that a comment posted through this is a legitimate comment. You should add a note of caution that your comments will be deleted if you answer the math wrong, though; a wise commenter will use an offline composition tool, not post directly to the comments area.

If This Still Doesn’t Work

If you still can’t eliminate spammers with these plugins, you can eliminate them by denying them access to your comments area. This does not mean you have to disable your comments section, only that you need to set up a filter.

It’s not usually as simple as just blocking their IPs. Serious spammers use random IPs, while blocking IPs may get rid of them for a short time, it will ultimately prevent legitimate comments from being posted. Spammers are also notorious for hijacking other people’s IP addresses. But as a short-term emergency solution, you can try it. The IP address is included in the information packet for the comment; it’s similar to a traceable phone number. Look for clear patterns in your IP numbers.

Use the .htaccess file to block unwanted IPs from even seeing your blog. For instance, these lines can be added:

order allow,deny

deny from 123.123.123.123

deny from 456.456.456.*

deny from 789.789..

allow from all

IPs are four-part numbers, such as 192.168.0.1. Typically, if you see a pattern with the first two sections being identical, you can block all IPs of that type by simply listing them as 192.168.., as you see above. This screens out all these IP numbers. Blocked IPs will get a 403 error page; customize yours so that your contact details are listed in case you’re blocking out a legitimate user. Don’t use your regular email; a spammer can harvest that too, for a whole new set of problems. Instead, encode your email so that it’s not automatically readable.

When you think you have your problems addressed, you can remove the block from your .htaccess file. If it still doesn’t work, or if you don’t see an IP pattern, it’s likely that spambots are hijacking someone else’s machine to attack your site. In this case, do not use the IP block.

Again, if you don’t have an IP pattern of attack, this may not be worth doing. Remember, too, that with IP addresses, the first numbers affect the largest number of computers, like a reverse address: USA, California, Sacramento, X Building, Ste. 101, Joe Schmo. An IP follows roughly the same pattern, with the last of the four sections referring to the specific computer it is attached to.

Google’s Nofollow Attribute

Of course, if it’s a waste of their time to spam you, spammers may just skip you altogether. For this reason, you can use the Google Nofollow attribute for links: . This attribute is embedded automatically by modern versions of WordPress.

It does not eliminate links, which is what spammers are working on adding to your site. Instead, it makes those links irrelevant to Google. The end result is that it doesn’t hurt your rank in Google, and it doesn’t help a spammer to send data to your site. It also marks you, for spambots looking for an easy target, as a waste of time.

This is not an immediate fix. But it is a way to make your blog resistant to spammers in the future. If you’re already a target, you’ll have to work with it slowly, incorporating all these fixes. If you aren’t a target, the very least you should do is turn on the nofollow option in your WordPress system; this will deter any hungry spambots. Upgrade your version, or look for one of the plugins that provides this service for you.



By: Danny Wirken

About the Author:



Book Template