Thanks to the guys at SearchEngineLand.com
Article Marketing for back-link generation is much more than merely throwing a few words together around a html link to your site, and posting it somewhere online. Many aspects come together to form the basis of an effective back-linking strategy, and unfortunately a lot of these are often overlooked by internet marketers who see back-linking as a quantitative rather than qualitative process.
It’s very easy to generate thousands of back-links through techniques such as article spinning, however the common result of this is a large volume of low Google Page Rank (PR0 and 1) sites linking to your site, which could potentially even be harmful to your page ranking – but I’ll go into this a bit more further on.
Firstly, What is a Back-Link?
A back-link is a link to your website, hosted on another website which contains your keywords as the anchor text. The common syntax of a html link is;
<a href=”http://yourdomain.com”>anchor text</a>
The premise behind back-linking is to increase Google’s perceived relevancy of your web page for the anchor text (ie key term) used in your link. Typically the more links you have referring to your site / page (using that same anchor text), the higher your page will ultimately rank (again, for that particular anchor text). This is the core concept underpinning the “bulk” back-link generation model. To illustrate this point, search for the term “Click here” in Google and you’ll find Adobe Reader shows up in first position – purely based on the volume of sites with Click here links to Adobe Reader. There is of course an on-page component toward achieving the full SEO benefits for this, but in and of itself, the bulk linking approach can achieve good results for less competitive key terms. For more information on on-site SEO, you can download our Free DIY SEO guides by visiting our Facebook page.
Back-Link Placement
I’ve seen many internet marketers (particularly those who “specialise” in article marketing and back-link generation, liberally scattering hyperlinks throughout an article in order to try and squeeze as much link opportunity from the one page. This is a very common mistake for new marketers to make and violates 2 laws of back-linking. The first being that the more links there are going out of a page, the less value that link to your site will be worth. Case in point; link-farms (pages which contain hundreds of back-links) hold next to no value from a Google SEO perspective. So with this rule in mind, you should always try to limit the number of back-links in an article to 3 (at most). Many article directories even enforce this rule.
The 2nd law which was violated was around link placement. From the research we’ve done into back-link generation, there is strong support for the notion that Google gives priority to only the first back-link on a page. This isn’t to say it excludes all other links on the page, however it’s probably something worth keeping in mind when deciding on which anchor text you want to link through first, as you will want to give priority to the most important key term above all others.
Quantitative vs Qualitative Back Linking
It’s probably at this point that many article marketers are out there thinking, “yup, got it. article + back-link, post it as many times as possible and we’re on our way to Page 1 of Google!” … and with this mindset was born the “bulk article marketing” model most commonly used today – facilitated through article automation tools used to spin the same article many times to create discernibly unique content which is then littered all over the internet.
But there are a few floors in this model. The first and most important being the appropriateness of content being generated, but then there is also the types of sites where these articles tend to get generated to.
Correct Context
So far as quality content goes, certain things should be a given. Articles should be interesting and engaging to read, well formatted, grammatically correctly and of course free from spelling mistakes. These aspects are typically adhered to by most article writers, however ironically it is something much bigger picture which is often overlooked; the over arching subject matter and context of the article itself! This is a common mistake made by bulk-article-marketers who typically create generic articles which are then spun out across many sites – the only consideration given to the target site being the anchor text in the back-link. To illustrate this point; writing an award winning piece on Amish ant farming and then somehow working in a back-link to commercial real estate, clearly isn’t going to be your best case scenario.
There are two reasons why it becomes so much more SEO effective to have an article written on the subject of the target website. The first (obvious) reason being that should a visitor to find your article before they come across your site, then there is a good likelihood that they might click through to your site if your article actually related to it. The 2nd reason becomes clearer when we review how Google assesses back-link effectiveness. Using what is referred to as latent semantic indexing, Google takes in the full context of an article (established through the surrounding words, headings, sub-headings etc) in order to determine what that page is actually about. As such, the linked anchor text draws its context from the article around it, and consequently this will also impact on how Google views what your site is about. Intuitively this also makes sense; if you had 1000 sites relating to your website, all linking to you, then this would be a much stronger indicator of your website’s credibility for that subject matter (and key term), than if you had 1000 links from unrelated articles where the only real benefit from an SEO perspective would be that you have 1000 links coming in from unique class-C IP address (assuming this would be the case).
Correct Article Posting
I mentioned briefly above how bulk article posting often uses low page rank websites (PR0 or PR1 sites) for scattering their article submissions online. From the research we’ve done into this, using many low PR sites for back-links can even go so far as to harm the overall rankings for the target website – particularly where the key term used is a competitive one. As such, it is important to try and focus your article publications on high PR article directories where ever possible – the higher the page rank, the better your back-link. The catch of course being that many of the higher PR site will have stricter controls around getting your article published, however once approved the domain’s high PR will complement the PR assigned to your article and collectively this will make for a much stronger back-link to your own site. Further more, in having many high PR sites linking to you, your own site’s PR will improve which will translate into higher search engine rankings for your key terms.
A Final note on Back-Link SEO
As a final mention to off-site SEO work, it is important to remember that SEO takes time. It takes time for Google to identify changes on your own website (on-site SEO), time for Google to crawl and index the various article directories and then subsequently index and assign a page ranking to those articles, and then finally to recalculate the search positions in context of all this new information. On average we advise our clients to anticipate at least 3 months of SEO efforts before they start seeing returns on their investment, with more competitive terms taking up to 8 months or more!
So with this knowledge you might be asking yourself, why would you bother to higher a professional organisation to do this for us when you now know how to do this yourselves? The answer is simple; At Internet Marketing Advantage, we can do your article marketing and back-link generation work faster and cheaper than were you to spend the time to do this yourself.
- We have professional articles writers who specialise in SEO article development
- We have long standing accounts and proven submission histories with many of the top PR article directories
- We know which key terms to target for your business and industry in order to bring you the most qualified traffic to your website
- We specialise in SEO, so that you can focus on what you do best, your business
There are many WordPress plugins available which will help you with caching and performance tuning your wordpress blog, however most of these will carry with them a trade off in real-time updating of your blog posts. The following article will show you how you can implement a very simple optimisation technique at the htaccess level (found in your blog’s root directory) which will immediately improve your site’s performance by 1-2 seconds.
The current .htaccess file for a WordPress blog will typically look like this;
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
A fantastic article we discovered on href="http://wordpress.org/extend/ideas/topic/wordpress-performance-improvement-that-does-not-require-a-plugin-simple-fix">wordpress.org presents an optimisation method using the .htaccess file, without any requirement to install additional plug-ins to your site.
If your WordPress site is located in the root directory of your site, then you can replace the above htaccess code with the following more finely tune code which optimises your rewrite conditions based on different file types;
# BEGIN WordPress
RewriteEngine on
#
# Unless you have set a different RewriteBase preceding this
# point, you may delete or comment-out the following
# RewriteBase directive:
RewriteBase /
#
# if this request is for "/" or has already been rewritten to WP
RewriteCond $1 ^(index\.php)?$ [OR]
# or if request is for image, css, or js file
RewriteCond $1 \.(gif|jpg|css|js|ico)$ [NC,OR]
# or if URL resolves to existing file
RewriteCond %{REQUEST_FILENAME} -f [OR]
# or if URL resolves to existing directory
RewriteCond %{REQUEST_FILENAME} -d
# then skip the rewrite to WP
RewriteRule ^(.*)$ - [S=1]
# else rewrite the request to WP
RewriteRule . /index.php [L]
#
# END wordpress
For those who have their WordPress blog under a subfolder, the following .htaccess code will allow you to define this folder so that the rewrite rules work correctly;
# BEGIN WordPress
RewriteEngine on
#
# Unless you have set a different RewriteBase preceding this
# point, you may delete or comment-out the following
# RewriteBase directive:
RewriteBase /sub/
#
# if this request is for "/" or has already been rewritten to WP
RewriteCond $1 ^(index\.php)?$ [OR]
# or if request is for image, css, or js file
RewriteCond $1 \.(gif|jpg|css|js|ico)$ [NC,OR]
# or if URL resolves to existing file
RewriteCond %{REQUEST_FILENAME} -f [OR]
# or if URL resolves to existing directory
RewriteCond %{REQUEST_FILENAME} -d
# then skip the rewrite to WP
RewriteRule ^(.*)$ - [S=1]
# else rewrite the request to WP
RewriteRule . /sub/index.php [L]
#
# END wordpress
Hyphenation in Domain Names
Much can be said about the SEO benefits of having your key terms in your domain name, and if your website’s marketing strategy is exclusively online then using hyphenated domain names would be fine. In my experience however, even having the search terms as a subsequent folder name or as a file names (using search engine friendly URLs) can also be equally as beneficial from an SEO perspective. This is also supported by the various commercial on-site SEO tools we use to assess websites, which also consider this criteria satisfied so long as the key word does exists in the URL (even if not in the domain name itself).
Some time ago there was also some discussion among the Internet Marketing community, that Google had in fact penalized hyphenated domain names as these were commonly exploited by spammers to gain quick search rankings based on the SEO strength of keyword rich domain names. This rules around this have since been relaxed with the introduction of more advanced indexing and categorization algorithms which give context to the domain through the website’s structure itself, and of course what sites are linking to this.
So with the above in mind, the general consensus by many internet marketers is that the priority for domain name should be primarily around usability and memorability. Two examples to illustrate this point; think back to the last time you had to email somebody at a hyphenated domain name? It’s quite likely that most would say they’ve never done this! Next, image you are at a business function and wish to tell somebody about your company’s domain; ”Hi, check out my website at something-hyphen-something-hyphen-something.com” … not awe inspiring to say the least. All these things make for valid considerations when selecting the domain name for your business.
Hyphenation in Folders and Page Names
A website’s folder structure and pages give context to the domain itself, and as such the use of hyphens in this context can assist Google in correctly interpreting this. For example, a folder “expertsexchange” can be read in two very different ways, with very different meanings. Now Google would of course take into consideration the on-page SEO elements to give the correct context to this, however in separating these out with hyphens we remove any possible ambiguity.
Another benefit to hyphenated folders / pages is that search results will often also display the full URL relating to the query in the results set. This can allow a user to more readily identify what they are looking for and click on your link, translating into a better CTR (Click Through Rate) and ultimately more traffic to your site. Further to this also, the clear readability of URLs can also contribute towards a more user friendly experience of a website and lower your visitor bounce rate.
In summary, while hyphenation is the most common online syntax used for separating words and phrases, and used extensively as the preferred method by WordPress blogs to clearly define categories and post titles(which is a compelling argument in and of itself), there is no hard evidence to suggest this will give you immediate SEO success over non-hyphenated domains, folders and page names. SEO however is all about fine-tuning all the elements of your website to give the search engines the best possible chance at getting it right, and in doing so get your website ranking well for the terms you want it found for. Correct hyphenation is merely one aspect to this and worth considering when looking at your website’s on-site SEO.
For further reading on this, please see the support article by Google, which talks about URL structure, and also mentions the use of hyphens (with examples); http://support.google.com/webmasters/bin/answer.py?hl=en&answer=76329
Facebook’s “Sign in with Facebook” functionality offers some great advantages over conventional email based authentication models. For one it’s authoritative in that the user isn’t (easily) able to falsify their information (at least by contrast with using temporary email such as gorilla mail for example). It also saves the user from having to complete a full registration process on your site (which saves time), and then finally it provides viral marketing benefits as their friends see the new connection in their news feeds.
As a business owner, integrating with Facebook also allows you to quickly build up a Facebook fan page which allows you to quickly and easily re-engage with your customers to advise them of additional services or promotions via posts to your Facebook business page wall, which are then immediately pushed out into your user’s news feeds.
… but it seems there is another side to this story. Some interesting statistics on the use of this Sign in with Facebook integration have come to light through a recent poll conducted by the guys at www.makeuseof.com, which indicates an overwhelming dislike by users in being forced to authenticate with their Facebook login.
You can have your own say on this and view the updated statistics yourself by going to http://www.makeuseof.com/tag/hate-websites-force-facebook-login-makeuseof-poll/ and casting your own vote.
So in summary, while integrating Facebook’s sign-in functionality into your website’s business model can allow you to leverage the viral and direct marketing benefits inherent to this, there is also the flip side to this argument that by not providing at least one other alternative method to sign up to your business / service, you could potentially be losing prospective customers.
There are a ton of ways to get people to sign up for your email marketing offers. I’ve put together a list for you to read, so you know all of the ways you can be growing your list.
- Put an offer on the back of your business cards to get people to sign up for your newsletter.
- Tradeshows – Bring a clipboard or sign-up book with you to tradeshows and ask for permission to send email to those who sign up.
- Include a newsletter sign-up link in your signature of all of your emails.
- Send an opt-in email to your address book asking them to join your list.
- Join your local chamber of commerce, email the member list (if it’s opt-in) about your services with a link to sign up to your newsletter.
- Host your own event - Art galleries, software companies (one here has a party every quarter and invites the neighboring businesses), retail shops, consultants (lunch & learn) can all host an event and request attendees to sign up.
- Offer a birthday club where you give something special to people who sign up.
- Incentivize your employees – Give them $ for collecting VALID email addresses.
- Giving something for free like a PDF? Make visitors sign up to your opt-in form before you let them download it.
- Referrals – Ask you customers to refer you, and in exchange you’ll give them a discount.
- Bouncebacks – Get them back! - Send a postcard or call them asking for their updated email address.
- Trade newsletter space with a neighboring business, include a link for their opt-in form and ask them to include yours in their newsletter.
- SEO – Make sure you optimize your site for your keywords. You need to be at the top of the natural search when people are looking for your products or services.
- Giveaways – Send people something physical and ask for their email address as well as their postal address.
- Do you have a postal list without emails? Send them a direct mail offer they can only get if they sign up to your email list.
- Include opt-in forms on every page on your site.
- Popup windows – When someone attempts to leave your site, pop up a window and ask for the email address.
- Include a forward-to-a-friend link in your emails just in case your recipient wants to forward your content to someone they think will find it interesting.
- Include a forward-to-a-friend on every page of your site.
- Offer a community – Use Ning as your easy-to-set-up community and have your visitors interact and sign up for your newsletter.
- Offer “Email only” discounts and don’t use those offers anywhere but email.
- Telemarketing – If you’ve got people on the phone, don’t hang up until you ask if you can add them to your newsletter.
- Put a fishbowl on your counter and do a weekly prize giveaway of your product – then announce it to your newsletter. Add everyone who put their card in on to your newsletter list.
- Include an opt-in form inside your emails for those people who get your email forwarded to them.
- Tradeshows – Collect business cards and scan them into a spreadsheet. Make sure you ask permission to send email to them, then mark the card.
- Use Facebook – Host your own group and invite people to it, then post new links often. From time to time, post a link to sign up for your newsletter.
- Use Facebook – Post the hosted link from your newsletter into Linked Items to spread the word.
- Use Facebook - Include an opt-in form on your Facebook Fan page.
- Use Twitter - Twitter the hosted link of your email campaign every time you launch.
Below is a great article from the Harvard Business Review on the subject of Online Lead Generation and how critical it is to be responsive to online sales leads;
The Short Life of Online Sales Leads
By James B. Oldroyd, Kristina McElheran and David Elkington
Are you confident that your company is effectively handling potential customers’ online queries? Think hard. Our research shows that most companies are not responding nearly fast enough.
Companies in financial services, automobiles, education, software, health care, professional services, and many other industries have increasingly turned to the internet to generate sales leads. Indeed, corporate spending on online advertising aimed at drumming up leads to potential customers soared from $12.5 billion in 2005 to $22.7 billion in 2009, and it’s still growing strongly. Online brokerages that offer customers a simple way to get quotes from multiple companies and then sell the resulting leads to those companies are thriving in both the B2B and B2C markets. The business of providing technology and services to help companies turn online leads into sales is on the rise as well.
Nonetheless, our research indicates that many firms are too slow to follow up on these leads. We audited 2,241 U.S. companies, measuring how long each took to respond to a web-generated test lead. Although 37% responded to their lead within an hour, and 16% responded within one to 24 hours, 24% took more than 24 hours—and 23% of the companies never responded at all. The average response time, among companies that responded within 30 days, was 42 hours.

These results are especially shocking given how quickly online leads go cold—a phenomenon we explored in a separate study, which involved 1.25 million sales leads received by 29 B2C and 13 B2B companies in the U.S. Firms that tried to contact potential customers within an hour of receiving a query were nearly seven times as likely to qualify the lead (which we defined as having a meaningful conversation with a key decision maker) as those that tried to contact the customer even an hour later—and more than 60 times as likely as companies that waited 24 hours or longer.
Companies are making big investments in order to obtain customer queries from the internet, and they should be responding at internet speed. Why aren’t they? Reasons include the practice of retrieving leads from CRM systems’ databases daily rather than continuously; sales forces focused on generating their own leads rather than reacting quickly to customer-driven signs of interest; and rules for distributing sales leads among agents and partners based on geography and “fairness.” We’re conducting further research to more fully understand the causes and identify possible solutions. But it’s already evident that most sales organizations need new tools and processes to meet the demands of the online age.
From the team at Internet Marketing Advantage
“Lead Generation through Smarter Internet Marketing Strategies”
Providers of Website marketing, Search Engine Marketing Services, Social Media Marketing Services, SEO Content Writing Services.
Search Engines like Google, Yahoo, Bing and MSN are the today’s direct business channels. Together they serve in excess of 213+ million searches in a day. This is an important consideration for anybody who run a business online or otherwise, because if you’re not being found in the search results of your prospective customer enquiries, then your business is losing money. One of the best ways in which you can attain visibility on the web is by making use of website marketing. Website marketing or otherwise referred to as Internet Marketing, Search engine marketing or online advertising all employ a series of proven techniques and methods that help you and your business achieve ranking results for the search terms your customers are using to find your product or service.
The critical component to Search engine marketing is to understand that not all Listings are the same. There are two types of listings within search engines, natural (or organic) listings and paid inclusion listings. Organic search results are the ones that appear on the left side of the page and are considered to be most relevant for your search results. Paid inclusion listings on the other hand appear on the top and on the right. These are generally bid on the term searched for by the consumer. Natural listings are more relevant as these receive over 70% of the consumer clicks, so it’s important to always incorporate a good on-site and off-site search engine optimisation strategy into your marketing plan.
Pay Per Click Advertising (PPC) is yet another search engine marketing technique. It is beneficial as here you only have to pay when someone clicks on your ads, unlike others where you have to pay for the number of people who see your ad. PPC is preferred by people as it has the lowest cost per lead compared to other Direct Marketing methods and is 100% accountable. A PPC campaign will help you get the visibility on major search engines that you and your website deserve. It may also be worth engaging the services of an internet marketing company to provide pay per click campaign management services to ensure this is done in the most efficient manner possible, otherwise you risk wasting a lot of money for not a lot of return.
Optimization of website also known as Search Engine Optimization (SEO) is the most widely used search engine marketing strategy. It involves designing, writing and coding your entire website with the intention of enabling search engines to list your website easily and efficiently. The sole aim and objective of optimization is to rank higher for keywords relevant to your business. Optimization of a website plays an essential role in bringing visibility to a website. Optimization is done at two levels, on-site and off-site optimisation. On-site optimisation involves the website itself and fundamentally revolves around the design, structure and content within the actual site itself, whereas the off-site optimisation strategy relates to ongoing SEO development and includes link building campaigns, news and article submissions, paid directory submissions and relevant forum posting which relate to your business or industry. The main objective of SEO services is to align both your on-site / off-site optimisation strategies with those key terms (search terms) which provide the greated returns on your website. Incorrect targeting of these terms will result in poorer conversion of your visitors into leads and ultimately cost you more money than it needs to. Key word research as such is a critical component preceeding the optimisation strategy and typically done during the above PPC campaign management phase.
All these methods and marketing strategies will work toward helping your website achieve the search engine rank position that it deserves. Through the use of these effective website marketing techniques, applied to your business’ website, it’s common to start seeing results within days – if not, it may be worth reconsidering your Website Marketing Services provider
From the team at Internet Marketing Advantage
“Lead Generation through Smarter Internet Marketing Strategies”
Providers of Website marketing, Search Engine Marketing Services, Social Media Marketing Services, SEO Content Writing Services.
For those of you who are interested in learning more about Paid Inclusion Advertising (specifically Google Adwords Auctions), I’ve put together a collection of informative and relatively high level videos which detail how the Google Adwords auctions work. These also touch on how the Google Quality score is determined as well as a tutorial on Adwords bidding. Enjoy!
Getting Started with Google Adwords
How the Google Auction Works
Google Adwords Bidding Tutorial
Google Adwords Tips for Success
For these videos and all the latest on search engine marketing services and techniques, you can also follow us on our official Internet Marketing Advantage Facebook page, or on Twitter at http://twitter.com/marketingau.
From the team at Internet Marketing Advantage
“Lead Generation through Smarter Internet Marketing Strategies”
Providers of Search Engine Marketing Services,Online Advertising Services, Social Media Marketing Services, SEO Content Writing Services.



