301 Redirect

A 301 redirect setup in the .htaccess file is typically the friendliest method for moving web pages. As long as you get the format correct (see below), it is not difficult for webmasters to utilize the 301 redirect method for renaming web pages. And yes, search engines do view it as a permanent move for the pages named in your .htaccess file.

I want to tell you that iSiteBuild.com offers a lot of very helpful information on website building and hosting web sites. Herman Drost provides a lot of helpful web design information openly- without charging.

* The .htaccess file can also be used for changing file extensions.


Here is Herman’s complete and concise article on using a 301 redirect.

How to Redirect a Web Page Using a 301 Redirect

By Herman Drost
You’ve just redesigned some pages of your web site. The
pages have high search engine rankings that you don’t want
to lose. How can you safely redirect web site traffic from
your old pages to the new pages without losing your
rankings? You can do this by using a " 301 redirect "

What is 301 redirect?

301 redirect is the best method to preserve your current
search engine rankings when redirecting web pages or a web
site. The code "301" is interpreted as "moved
permanently".
After the code, the URL of the missing or renamed page is
noted, followed by a space, then followed by the new
location or file name. You implement the 301 redirect by
creating a .htaccess file.

What is a .htaccess file?

When a visitor/spider requests a web page, your web server
checks for a .htaccess file. The .htaccess file contains
specific instructions for certain requests, including
security, redirection issues and how to handle certain
errors.

How to implement the 301 Redirect

1. To create a .htaccess file, open notepad, name and save
the file as .htaccess (there is no extension).

2. If you already have a .htaccess file on your server,
download it to your desktop for editing.

3. Place this code in your .htaccess file:

redirect 301 /old/old.htm http://www.you.com/new.htm

4. If the .htaccess file already has lines of code in it,
skip a line, then add the above code.

5. Save the .htaccess file

6. Upload this file to the root folder of your server.

7. Test it by typing in the old address to the page you’ve
changed. You should be immediately taken to the new
location.

Notes: Don’t add "http://www" to the first part of the
statement – place the path from the top level of your site
to the page. Also ensure that you leave a single space
between these elements:

redirect 301 (the instruction that the page has moved)

/old/old.htm (the original folder path and file name)

http://www.you.com/new.htm (new path and file name)

When the search engines spider your site again they will
follow the rule you have created in your .htaccess file.
The search engine spider doesn’t actually read the
.htaccess file, but recognizes the response from the
server as valid.

During the next update, the old file name and path will be
dropped and replaced with the new one. Sometimes you may
see alternating old/new file names during the transition
period, plus some fluctuations in rankings. According to
Google it will take 6-8 weeks to see the changes reflected
on your pages.

Other ways to implement the 301 redirect:

1. To redirect ALL files on your domain use this in your
.htaccess file if you are on a unix web server:

redirectMatch 301 ^(.*)$ http://www.domain.com
redirectMatch permanent ^(.*)$ http://www.domain.com

You can also use one of these in your .htaccess file:

redirect 301 /index.html http://www.domain.com/index.html

redirect permanent /index.html http://www.domain.com/index.html

redirectpermanent /index.html http://www.domain.com/index.html

This will redirect "index.html" to another domain using a
301-Moved permanently redirect.

2. If you need to redirect http://mysite.com to
http://www.mysite.com and you’ve got mod_rewrite enabled
on
your server you can put this in your .htaccess file:

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^example\.com
RewriteRule ^(.*)$ http://www.example.com/$1 [R=permanent,L]

or this:

Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^domain\.com$ [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]

Tip: Use your full URL (ie http://www.domain.com) when
obtaining incoming links to your site. Also use your full
URL for the internal linking of your site.

3. If you want to redirect your .htm pages to .php pages
andd you’ve got mod_rewrite enabled on your server you can
put this in your .htaccess file:

RewriteEngine on
RewriteBase /
RewriteRule (.*).htm$ /$1.php

4. If you wish to redirect your .html or .htm pages to
.shtml pages because you are using Server Side Includes
(SSI) add this code to your .htaccess file:

AddType text/html .shtml
AddHandler server-parsed .shtml .html .htm
Options Indexes FollowSymLinks Includes
DirectoryIndex index.shtml index.html

Frequently Asked Question:
What’s the difference in using a 301 redirect versus a
meta redirect?

Meta Redirect
To send someone to a new page (or site) put this in the
head of your
document:

<meta http-equiv="refresh" content="10;
url=http://mynewsite.com/">

Content="10; tells the browser to wait 10 seconds before
transfer, choose however long you would like, you can even
choose 0 to give a smoother transition, but some (really
old) browsers aren’t capable of using this so I’d suggest
putting a link on that page to your new site for them.

With a meta redirect the page with the redirect issues a
200 OK status and some other mechanism moves the browser
over to the new URL. With a 200 OK on both pages, the
search engine wants to index both the start page and the
target page – and that is a known spam method (set up
10,000 domains full of keywords for the search engines to
index then meta redirect the "real visitor" after 0 or 1
seconds to the "real site" ) so using it gets you
penalized.

The 301 redirect simply issues a Permanently Moved message
in the HTTP header which tells the search engine to only
index the target URL.

Conclusion: The safest way to redirect old web pages to
the
new pages or old web site to the new web site and keep the
same search engine rankings is to use the 301 redirect. It
will also pass on the page rank from your old site to your
new site.

************************************************
Herman Drost is the Certified Internet Webmaster (CIW)
owner and author of Affordable Web Site Design and Web Hosting
Subscribe to his “Marketing Tips” newsletter for more original
articles at: subscribe@isitebuild.com
You can read more of his in-depth articles at: http://www.isitebuild.com/articles
************************************************

Web Site Traffic Tips


Web Site – Blog – Web 2.0 Traffic Systems Tips

Unique Article Writing For Web Content


Internet Marketing Tip

Article Membership Sites

Whether you are building your first website or adding internet marketing information to an existing website, you need informative web site content- preferably unique articles. Unique article writing with interesting and helpful details about the topic of your web site content will build credibility. If you need unique article writing help for your web pages, there are several very good options for article memberships.


Three highly recommended article membership web sites.

This popular article membership site has much more to offer than listed here.

  1. 400 keyword optimized articles monthly
          Plus 25 high page rank blogs you can post to
          & create one way links back to your site!

Article Writing Information
First, you can grab some free articles from content syndication websites. These are articles written by other authors or webmasters. Because they are free to use, you must remember that it can be seen as duplicate content by the search engines if the articles you choose are used by other websites. Another option is to hire someone to write your marketing articles. You provide keywords and the web content theme and your ghost writers return the site content. The best option is to purchase Private Label Rights (PLR) articles. These are niche related articles that were written by a person or entity outside of your company that you can buy and receive reprint rights for. However, unless they have been written exclusively for you, the PLR articles should always be made unique before being posted to your website, blog or web content management software.

Free Articles
Just a note about free articles- There are hundreds of article directories sharing thousands of free articles. This brings up several issues, one of which is duplicate content. Even today, that subject is heavily debated so we will go into it deeper in another article. Believing that free articles are usable for generating website traffic, does not change the fact that unique article writing is the best method of web content development.

Web Content Development
The best site content is information about any specific topic that directly helps your website visitors and customers solve their problems. To acquire niche or business articles, you can find web content providers that offer monthly subscriptions. These article subscriptions are much cheaper website content programs than hiring a writer to write just for your business. Although the upfront expense is much less with a monthly content program, you will need to modify each article before posting to your website, blog or web content management software.

Article Memberships
You can learn more about monthly article subscriptions by performing a simple internet search for the keyword phrase- article memberships. Google returns more than 1,100,000 serps and Yahoo presents 3,200,000 serps for the same keyword. Finding the article membership that is write for you may require some time, but it will be beneficial in the long run. When sorting through the details, look for the number of articles, the words per article and are the articles keyword optimized. Keyword optimized articles will help you create scholarly articles for unique niches.


Save yourself some time and review one of the top article memberships below:

400 articles monthly


Articles For Web Site Content
Your internet marketing endeavors should always include scholarly articles written about specific topics. These topics can be directly or indirectly related to your website niche. Because most internet business owners do not have a great deal of extra time for writing, subscribing to an article content membership can be very beneficial. It will allow you to spend more time on other internet marketing ideas and web site development while delivering quality Private Label Rights article content. Thus, using unique article writing information, you can provide powerful web site content to generate traffic for internet marketing.

WordTracker

Keyword Suggestion Tool

keyword optimization

WordTracker Keyword Suggestion Tool

WordTracker keyword suggestion tool is the ultimate tool to increase your web site traffic and for search engine optimization. Build well optimized web pages with popular content specific keywords. Know the related search terms customers are searching for to find your products or services to create highly ranked content pages.

Search Engine Optimization


I manage more than 60 web sites and I personally use WordTracker to create web pages with targeted keyphrases.WordTracker provides the ability to find hundreds of popular and related keywords and keyphrases.
Before discovering WordTracker, I used Overture’s keyword tool to build my first 15 web sites.
All I can say about the free keyword tool at Overture is you get what you pay for.

WordTracker gives keyword popularity from many search engines and differentiates between singular and plural forms of the keywords.
It also returns listings on misspelled terms search engines frequently see.
(Overture combines singular and plural searches of keywords as one total.)
Knowing which form of the keyword or keyphrase is more popular can make a tremendous difference in the way you write your text as well as the amount of traffic you receive.

Today, I begin every web site with a thorough research of keywords and multi word keyphrases using WordTracker Keyword Suggestion Tool.

Discover the keywords that will skyrocket your website traffic !


    Seo – Search Engine Optimization

  • increase website traffic
  • keyword optimization with content specific keywords
  • optimize meta tags
  • FREE top 500 keyword report

keyword meta tags

WordTracker Features: Full
Subscription
Free
Trial
Lateral
Search (related terms)
300
words
15
words
Number
of Keywords per Search
500
words
15
words
Number of Keywords
in Basket
5,000 30
Mis-spellings
Multiple Search
Techniques
Spotting
your Niche
24
Engines
1
Engine (Altavista)
Multiple Projects
Top
1000 Reports
Quick Search
Email
Keywords to Clients
Search Engine Optimization

smArticle Composer

Website Building White Hat Techniques Software


Website Building Software

Now you can receive a

FREE Special Report

all about the power of articles!

Download your power of articles report now!

Find out how a United States Army Captain works his online business only part-time, pulling 5-figures, all while working a full-time job… harnessing the power of articles.

This 13-page report shows you a 6-step method to uncovering profitable niches and an action plan.

Just enter your first name and primary email address in the form below and you’ll be sent the download link and any updates that may arise…



SEO smArticle Composer

White Hat Techniques Software Details

SEO smArticle Program
Build white hat sites not to be banned by Google.
Simple and easy to use interface for creating content rich sites quickly.


Link Popularity Check


Link Popularity Software

Check your website’s link popularity to see the number of backlinks from Google, Yahoo and MSN. Review the Google page rank assigned to your website as well. This may provide some insight to why your web site is or is not receiving traffic


Your domain:
  (eg. net-buzz.com)
 


Website Backlink Checker


Unique Backlink Check Report

Locate inbound backlinks to your website. The backlink check report allows you to review the Google backlinks page rank of the inbound link. Read the description, language and size of the inbound page with a backlink to your website.

Your domain:
  (eg. www.net-buzz.net)
 



Web Site News


SEO web site news about search engine optimization software and techniques help increase link popularity and backlinks for websites.

There are many different tactics available to increase search engine rankings from back hat to white hat.But to improve your websites seo rankings, there are a few that really make a difference without putting a website on a search engine hit list.