SEOTag Archive -

How To Redirect A Website Using 301 Redirect

How to create a 301 redirectFor several years there has been this concept that if you buy every variation of your domain name, or every suffix, that you will increase chances of driving traffic to your final destination domain. This has been true, however, you also want to make sure that you are properly building the Google Juice ranking for your primary domain, not hurting it.

Often times being a web design company here in Atlanta, we have clients that are competing in a small demographic or geography with several other companies in their industry. We have found that they have purchased at times up to 20 or 30 domain names in hopes that they will rise to the top for search, or at the lest that their competitors wont be able to register the same domain name. Well, what do you do after you have purchased all those domains? That’s what we are going to determine.

The first thing I do is go to the source. What does Google have to say about redirecting domains to a specific domain or particular website. According to their article it is the best use for identifying to your visitors that you have moved your website, or you want the initial landing page to load from a new location.

Thanks to the the .htaccess file we can actually manipulate all sors of requests. The primary reason for doing this is to build the rankings for your preferred or (canonical) URL. Maybe you have moved your site to a new domain, or merging two sites together. You want to determine which site will be your preferred domain. Once this is done you can start by either redirecting all content, or pair it to specific content you would like redirected.

For instructions on how to create 301 redirects to preserve your SEO (search engine optimization) these two resources will guide you through step by step instructions. You will want to know what type of web server you are running on. Most web hosts run on Linux using Apache. Some might be running IIS on Windows. Whatever platform you are on you can easily achieve your Search Enginen Optimzation goals and preserve your rankings without being penalized for duplicate content.

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’

Cold Fusion Redirect

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

PHP Redirect

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

ASP Redirect

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

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>

JSP Java Redirect

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

Ruby On Rails Redirect

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

CGI-BIn Perl Redirect

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

Change HTACCESS to redirect to WWW

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

Change HTACCESS to Direct Old Domain to the New Domain

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.

Feel free to reach out and contact Run Level Media – An Atlanta Web Design Firm for all your web services!

Google Page Rank & Alexa Rank

Analyzing Google Page Rank And Alexa Rank

So, you have probably heard a few things about Search Engine Optimization and at the moment you are trying to study more about SEO. Well, your primary goals in the SEO are to boost your web sites position in the search engine results pages and raise web site traffic.

Google Page rank presents how significant your web site is compared to other web sites and Alexa Rank is how many people gets in relation to other web sites on the Internet. You are aiming to obtain a high Google PR and a low Alexa Rank.

What is Google PageRank?

Google & Alexa Page Rank

Google Page Rank is a tool designed to rank a web site that is listed in the Google index. A Page rank of a web page is given on a scale of 0-10. 0 is the lowest possible score for a web site and 10 is the highest .

High Page rank is defined by the amount, relevance and importance of webpages which link to the webpage. When a webpage links to other webpage, Google believe that to be a vote for the page. There is a formula related to how Page Rank is. If you are interested in the theory of the PageRank then a quick exploration on Google will provide productive.

Current PR is updated very often. It is really updated much more frequently than PR toolbar. Many people believe that when the toolbar PR updates their websites will either gain or lose visitors. It is not true.

Only algorithm updates will increase or decrease your web site visitors, which are done just about every day. The algorithm is the utterly complicated formula which Google uses to rank Web site pages.

Alexa Page Rank

What is the Alexa Rank?

Alexa Rank is different to Google PageRank. Alexa rank based solely on to the web site. Alexa rank is based in descending order towards 1, where highly visited web site is given a rank of 1. Alexa Rankings differ from 1 to a billion. All websites in the world are included in the Alexa Rank, so Alexa ranking is continually varying in relation to other web sites.

Alexa traffic ranking has an image for being inexact. But, commonly a Web site with an Alexa traffic ranking of 100,000 or less gets good traffic.

How can you improve your Google PageRank?

1. Create search engine optimized website. Your website must be complete of worth. Try for a keyword density of 3-7% and make certain that all keywords and content are relative to your website’s idea.

2. Use META and title tags properly. One of the largest factors in SEO are META and title tags. You should make sure that title tag is accurate and that the META tag describes your website well.

3. Submit your site to the Google sitemap. Do so when the website is fulfilled.

4. Build targeted traffic to your website.

How can you improve your Alexa Rank?

All you need to do is pick up your traffic to your website. Do not go for submission to 450,000 search engines, this is the worst thing you can do. Participate in many webmaster forums which let you put your web site in your signature. Web masters often have the Alexa toolbar installed.

For a FREE SEO Website Evaluation, Contact Us and we’ll let you know!

Solid Link Building Through Blogging

Blogs have soared in popularity over the recent years, and with good reason. They’re an efficient, easy, and low cost way to communicate and publish ideas. Otherwise put, blogs are an excellent way to generate high-quality content, generally around a specific unifying theme.

Solid Link Building Through Blogging

Since high-quality, keyword-rich content is one of the primary components of search engine optimization. It’s no small wonder that Google acquired Blogger, a popular blogging platform, early in the evolution of the channel.

There is a panoply of reasons to integrate blogging into marketing and communication initiatives. This evidenced by the fact that blogs have been embraced by the marketing community. Blogs have another recognized and relevant function where SEO is concerned: Blogs are an invaluable tool for building up links, both in- and outbound.

Blogs are literally built to attract search engine crawlers and spiders. Their architecture and design are structured for clear navigation, with every page setup to link back to other primary pages. It is no surprise that in recent years many successful and profitable publisher have built editorial products entirely on commercial blog platforms.

Solid Link Building Through Blogging

Get Your Blog On

A blog can easily be setup to repeat target keywords in the titles, of individual posts, category names, URLs, in tags and in the links that appear as footers on each post. The RSS feeds generated by a blog are automatically picked up by search engines at regular intervals, as are the pages themselves.

Register your blog feed URLS with Technorati.com   http://technorati.com

Links In Blog POSTS

The most potent link juice blogs can offer are the links in actual posts. When writing blog content, link early and link often, particularly to other blogs. Bloggers are highly aware of and sensitive to the power of link love and will often reward inbound links with links back to your blog without being asked to return the favor. In the case of a blog that exists to promote another website or business, remember that spiders crawl links, and all this additional linking servers the purpose of creating additional pathways – some direct, and some indirect – back to the target of the optimization effort.

Just be sure to blog about something you can speak to, and that is relevant to the content of your site. For instance, don’t write about building barbie houses if your blog content has a heavy focus on rebuilding race car engines. It’s ok to exchange links and link when relevant but don’t get crazy with just focusing on volume. Focus on relevance and quality.

Josh's SEO Tip #1

- Crawlers, Robots, Spiders – Run Level Media

What is SEO? What are crawlers, robots, and spiders? Find out how with this video tutorial.