301 Redirects and SEO – Search Engine Optimization

There are multiple reasons to redirect URLs. For one, your web pages may have moved but their old URLs may still live in users’ bookmarks or in search engine indexes. Without implementing some sort or redirection, that traffic would be lost to a 404 Error Page.

301 redirect is the most efficient and Search Engine Friendly method for webpage redirection. It’s not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or move pages around, it’s the safest option. The code “301″ is interpreted as “moved permanently”.

Check Google Guidelines about specifying preferred domain – http://www.google.com/webmasters/checklist/

To Google, http://example.com and http://www.example.com are completely different sites and can display completely different content.

Better understanding of www vs non-www from a SEO Standpoint:

· In most cases non-www and www return to same website, in other words, a duplication of entire site.

· In order to maximize pagerank and the effectiveness of SEO campaigns, we should ensure there is no duplicate content on site.(This is where both the www and non-www versions of web pages are listed in a search engine. This is said to possibly trigger a duplicate content penalty and/or split page rank. )

· Many search engines have filters in place to remove the duplicate listings – this keeps their search results clean, and is overall a good feature. We can avoid potential problems (and get a better view of web data) by specifying preferred domain.

· The popularity of link is split between the two URLS, decreasing the value of each link and subsequently web site content.

I will suggest you to implement 301 redirect on the site without the ‘www.’ to make the site permanently redirect to your ‘www.’ domain. Search Engines will know to ignore the non-www and use the www instead. (Google is only showing the www version.)

Below are a Couple of methods to implement URL Redirection:

1. IIS Redirect

· In internet services manager, right click on the file or folder you wish to redirect

· Select the radio titled “a redirection to a URL”.

· Enter the redirection page

· Check “The exact url entered above” and the “A permanent redirection for this resource”

· Click on ‘Apply’

2. ColdFusion Redirect

<.cfheader statuscode=”301″ statustext=”Moved permanently”>
<.cfheader name=”Location” value=”http://www.new-url.com”>

3. PHP Redirect

<?
Header( “HTTP/1.1 301 Moved Permanently” );
Header( “Location: http://www.new-url.com” );
?>

4. ASP Redirect

<%@ Language=VBScript %>
<%
Response.Status=”301 Moved Permanently”
Response.AddHeader “Location”,”http://www.new-url.com/”
%>

5. ASP .NET Redirect

<script runat=”server”>
private void Page_Load(object sender, System.EventArgs e)
{
Response.Status = “301 Moved Permanently”;
Response.AddHeader(“Location”,”http://www.new-url.com”);
}
</script>

6. JSP (Java) Redirect

<%
response.setStatus(301);
response.setHeader( “Location”, “http://www.new-url.com/” );
response.setHeader( “Connection”, “close” );
%>

7. CGI PERL Redirect

$q = new CGI;
print $q->redirect(“http://www.new-url.com/”);

8. Ruby on Rails Redirect

def old_action
headers["Status"] = “301 Moved Permanently”
redirect_to “http://www.new-url.com/”
end

9. Redirect Old domain to New domain (htaccess redirect)

Create a .htaccess file with the below code, it will ensure that all your directories and pages of your old domain will get correctly redirected to your new domain.
The .htaccess file needs to be placed in the root directory of your old website (i.e the same directory where your index file is placed)

Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]

Please REPLACE www.newdomain.com in the above code with your actual domain name.

In addition to the redirect I would suggest that you contact every backlinking site to modify their backlink to point to your new website.

Note* This .htaccess method of redirection works ONLY on Linux servers having the Apache Mod-Rewrite moduled enabled.

Redirect to www (htaccess redirect)

Create a .htaccess file with the below code, it will ensure that all requests coming in to domain.com will get redirected to www.domain.com
The .htaccess file needs to be placed in the root directory of your old website (i.e the same directory where your index file is placed)

Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^domain.com [nc]
rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc]

Please REPLACE domain.com and www.newdomain.com with your actual domain name.

Note* This .htaccess method of redirection works ONLY on Linux servers having the Apache Mod-Rewrite moduled enabled.

PPC Ad Copy Tips – Writing Successful PPC Ad Copy to Boost your CTR

One of the most important factors of a successful PPC campaign is writing successful ad copy. You can spend a good deal of time on other aspects of your campaign but skimp on the ad copy and you might not get the results you’re looking for. This two-part article will review several tips for crafting high performing ad copy and methods for testing its effectiveness.

Managing paid advertising on the search engines can be tricky. The little boxes of ads seem innocuous, but many advertisers don’t effectively capitalize on SEM (Search Engine Marketing) opportunities. One way to make a big difference in paid search campaigns is with ad copy. Here are several pointers to get your ad copy right!

1. Qualifications and Guarantees: Another way to help your searchers feel a little more comfortable about clicking on your ad is to state any qualifications or guarantees you have. Are you a certified professional? Are you an award winner? Do you offer a money back guarantee? Answering these questions might be enough to get a click.

2. Use of Exclamation Points: When I first tried this experiment, I guess was disappointed to find out that people really do respond to exclamation points!!!!

.

3. Dangling Top: Create an ad version where the top description line extends past the bottom description line.

4. Display URL in Title Case : This technique can call out your brand a bit.In cases where your domain actually has some keyword value/keyword association, this Title Case technique can have an even greater impact.

5. Question Mark in HeadingAsk the Question: Another way to set up your headline is to simply ask a question that gets the searcher thinking. You might be surprised if you ask a compelling question and then follow up in your description with some compelling answers. This can also help make your headline stick out especially if your competition is employing the keyword insertion method.

6. Include prices and promotions in title or text copy for store product if we offer study guides at cheapest rates:

7. Use a strong call-to-action: Enroll Now, Buy, Purchase, Call today, Order, Browse, Sign up, and Get a quote - Promotions and sales capture people’s attention. If you have a giveaway or a product that’s on sale, put that in your ad. If you use this method, be sure that you send them to a page that actually has the promotion or the sale (more on this topic in part two).

8. All Title Case

9. Test multiple ads in each ad group

10. Write Specific Ads for Specific Keywords

Gear ad copy to the specific terms in your paid search accounts. Statistics tell that visitors are more likely to convert to a sale, sign-up or other type of conversion when they see queries they’ve keyed into the search engines in your actual ad copy.

11. Dynamic Keyword Insertion (Warning: Advanced Topic): DKI is an advanced method that allows you to dynamically insert a keyword from your ad group into your ad copy, if triggered from a search query.

KEY POINT: The most important factor of your PPC ads is the headline or title. More than any other part of the ad, the title can impact the CTR of your ads.

It is impossible to infer a concrete plan of action for the best possible PPC ad copy based on two micro-tests. Ideally, you will implement your own testing and discover the optimal ad copy for your own unique offer. In the following section, we offer the most effective techniques we have learned from several years of PPC ad copy testing.

2. What are the most important practices to keep in mind when optimizing your PPC ad copy? (16 Techniques)

1. The most important element of your PPC ad copy is the heading or title. The more potential customers identify with your heading, the more likely they will be to click your ad. The number of characters allowed in your heading is quite limited, so optimizing the best possible combination of words is of utmost importance.

2. Using relevant keywords in the ad title usually work very well. This technique captures the attention of users by putting their search terms in the most prominent position in the ad.

To match your title keywords to search terms, you will have to set up individual ad groups for important search terms. On Google AdWords, you can use automatic keyword insertion, which will save a tremendous amount of time when setting up campaigns spread over numerous keywords. For example, if you have 1500 keywords and want to put all of them into a single ad group, you can set up your account to automatically insert the search terms into your title (as long as they don’t exceed character limitations).

3. If your prices are the lowest or close to the lowest in your industry, placing product prices in the ad title can boost CTR and skyrocket conversions.

4. ”Free” add-on offers work well in the ad title. For example, if you offer free shipping, free bonus software, or a free 30-day trial, try mentioning that in the ad title and the primary offer in the body.

5. Make sure the “display URL” is the shortest possible URL. Display URLs are basically free brand exposure for your domain name. Even when no one clicks your ads, you are still receiving exposure. If your site domain iswww.PoonamBhatt.com, do not use http://www.poonambhatt.com/Pay-per-clcik/ as the display URL. Make it as simple, uncomplicated, and memorable as possible.

6. It is best to display URLs without the “www” in front of them rather thanwww.poonambhatt.com. It thus becomes more likely that they will remember your site.

7. When possible, try to quantify your ads. If you have the most or greatest variety of products in your niche and you believe that gives you a competitive advantage, use that in the ad. If the price of your service is relatively low compared to alternatives, advertising the price in the ad copy – or even in the ad title – can be quite effective.

8. Avoid using hype in your ads. This is especially true for those products and services whose potential customers may be inherently skeptical. For more on an honest approach to writing copy.

9. Create a sense of urgency in your ads if it can be done without hype. Rather than using words like “amazing” or “unbelievable,” try “limited-time offer” or “available for overnight shipping.”

10. Use clear, precise sentences, not just keywords.

11. When space is available, always add a credibility indicator. Examples of these include: 30-day money-back guarantee, 5-star rated merchant, etc.

12. Be aware that CTR is not the only important factor in a highly effective PPC ad. Conversion rate is also very important. The temptation on PPC engines is to use highly specific ad copy to pre-qualify your clicks. This may allow you to pay for less clicks while achieving a higher conversion rate.

However, Google has minimum CTRs that must be maintained for your ads to remain active. The minimum CTR varies by keyword. In addition, a high CTR will also positively influence your ad placement in Google, so sacrificing CTR to increase conversion, while it could save you money, is often quite risky.

13. Create a unique approach that focuses on the opposite or reverse of what your competitors are advertising. As we saw in Test Site A above, a reverse-psychology approach can often outperform the expected approach for some ad types.

14. KEY POINT: You cannot write PPC ads in a vacuum. Testing is essential. Furthermore, you must pay attention to what your competitors are doing in the PPC engines. Study your competition’s ad copy to determine how your own marketing voice can be distinctive from that of your competitors.

15. Review our previous PPC-related reports, listed in the “notes” below.

These sixteen techniques should help you develop the best possible ad copy for a variety of PPC campaigns. But again, nothing should replace ongoing testing as your primary means of optimizing your copy.

URLs and SEO: SEO Best Practices for URL Structure

URLs and SEO: Various Strategies for URL File Names: Below are various strategies for URL file naming.

1. Why do we care?

URL is undoubtedly one of the most important aspects that affect both SEO and usability.

It affects:

  • Rankings (placing keywords in the file path is one of the most effective ways to make the keywords more prominent);
  • Click-through: a “clear”, “readable” URL can be another reinforcement signal for the user to click it;
  • Usability: a good “obvious” URL helps the user understand what the page is about even before entering the page.

2. Keywords in the file name

There is no doubt that keywords in the URL matter (so far they even matter a lot). However this doesn’t mean that you need to stuff your URLs with only keywords. The best practices would be:

  • Keywords in the file path occur naturally;
  • Keywords in the file path help make the URL easier comprehensible and memorable;
  • URLs do not consist of only keywords: here’s a good point expressed by Onreact in his post on top 10 fatal URL design mistakes:

    Recently bloggers tend to shorten their URLs in as much as their posting becomes totally boring. I won’t click /2008/06/27/google if I see only the URLs (like, say, in an email) but I will click google-files-for-bankrupcy

3. Word separators

While Google has become much smarter when it comes to identifying separate words in the file path, a dash is still considered the best choice:

Word separator Disadvantages Example
Space URL encoded as %20 (makes the URL not easy to read). This may also prevent from sharing the URL in some social bookmarking services. /word1%20word2
& URL encoded as %26 (makes the URL not easy to read). This may also prevent from sharing the URL in some social bookmarking services. /word1%26word2
Comma (,) or period (.) Abused by spammers /word1.word2 OR /word1,word2
Underscore Traditionally it isn’t seen by search engines as a word separator (this is slowly changing now) /word1_word2
Hyphen NONE /word1-word2

4. URL length

While it is still considered the best practice to stick to shorter URLs, the factor is becoming less and less important:

  • Usability: Very few people manually type a URL in the address bar. They either use bookmarks or search history (e.g. FireFox / Chrome smart address bar that shows URLs while you start typing the title of the page) or just use Google to find the page again;
  • SEO: Google can handle very long URLs (though it is still rumored that it prefers short URLs, I personally don’t see any big difference);
  • Click-through: Google now breaks long URL in SERPs smartly: it only shows the parts which use the search term or even substitutes the URL with breadcrumbs.

5. Case sensitivity

We have discussed this before: URLs are case sensitive. That being said, if you have two versions of the URL live and linked to (which is only possible if your site is on Windows server), this means that both lower- and higher-case URL versions return 200 OK status when queried. This will cause some duplicate content issues but Google will most likely be able to figure that out (by choosing one of them). What’s more important is that you are wasting plenty of link juice spreading it between the two versions.

It is recommended to always choose lowercase pattern (just because there will always be people who will link to a more traditional, plain-text version) and to use 301 status code to redirect all other (capitalized, upper-case, etc) versions to the lowercase one.

6. URL Extensions

We’ve discussed URL extensions previously and come to the conclusion that it doesn’t matter too much if an URL have one or not. There are some pros and cons (listed below) but these are rather minor arguments:

Argument for using an extension: intuitive browsing: seeing an .htlm people may understand that is a page with content, seeing / people may assume that’s a folder. Although there is no direct impact on rankings, an URL extension makes it clear both to a user and a search bot whether this is a page or subdirectory.

Arguments against using an extension:

  • Reduce the overall URL length, which is just better overall. Not that the 4/5 characters that are in the .html or .php really add a lot, but sometimes small things can make a difference.
  • No problems with any technology changes (moving to anew CMS, etc): no need to redirect the old URLs to the new ones.

7. More URL tips:

  • Cool URIs don’t change
  • Don’t put dates in the URL.