SEO Advice

 

 


 

Seo Articles on Ranking Highly

Build up Links to your website
Can I find out my competitors traffic?
Changing the Font size of header Tags
Common sense approach to Search Engine Optimization
Does Keyword location on The page affect Ranking
Doorway Pages the Facts
Dynamically generated pages and query strings
Ethical search engine optimization exposed
Frequently Asked Questions
Full Search Engine Optimization Services
Getting a website listed in DMOZ
Getting new files indexed after redesign
Google Advice for your website content
Googles view on search engine optimization
Googles View
Hire the right Search Engine Optimization Service
How can I automate the link building process
How deeply can files be buried on my server
How is auto redirecting done
How to find good keywords
How To Improve your Search Engine Ranking
How your firewall can destroy your Search Engine Ranking
Inbound Link exchanges and link acquisition
keywords phrases in Linking text
Link popularity building and increasing Page Rank
Link popularity and how to boost your ranking
Optimizing your title Tags
Search Engine Glossary
Search Engine Optimization Research Findings
Search Engine Optimization without usability
Search Engine Updates in key areas
Seo In web design search engine optimization in a nutshell
Starting an internet business and optimizing it
The anatomy of a large scale hypertextual web search engine
The definitive link building strategy
the don'ts of search engine optimization
The facts about auto directing
The facts about Cloaking
The meta Keywords tag - Use it or Lose it
What is SEO Copywriting
What it takes to me a successful SEO consultant
What can you place keywords in a all graphical page
Why does Google hate my site
Why write for the search engine
You had me at the search engine

How is auto Redirecting Done?

How is auto-redirecting done?

There are a number of ways of redirecting. Here are the two main ones:-
The Meta Refresh Tag
<meta http-equiv="refresh" content="5;url=http://domain.com/page.htm">
This tag, which should be placed in the HEAD section of the redirecting page, tells the browser to refresh the page by loading the stated URL. The "5" tells the browser to do it 5 seconds after loading. Nobody is against this method as long as the number of seconds delay is sufficient for the surfer to see the page and to be able to read some of it. A typical use is after posting a message in a forum where the poster is given a confirmation page that, after a few seconds, automatically returns to the forum.


However, some people question this method when the delay is set to 0 (immediate) or a tiny number of seconds. I have shown that there is nothing whatsoever wrong with an immediate redirect. I have shown that search engines are happy to do it, and I have shown that people want to go to what the link text tells them is at the other end - without any delays. There are valid reasons to set the delay to 0. Setting it higher than 0 and delaying the surfer en-route, for the sake of making some silly people happy, is just plain stupid.


Javascript Redirect
<script language="javascript"><!--
location.href="url"
//-->
</script>
where url is the full or relative URL of the page to redirect to.
Better still is the following script:-
<script language="javascript"><!--
location.replace("url")
//-->
</script>


In this case, the redirecting page is not retained in the browser's History, and the Back button goes to the page before the redirecting page, thereby avoiding that awful trap where clicking the Back button takes you back to a redirecting page, which immediately redirects you forward again to the page you want to leave.
The above is a typical example of an immediate redirect to the specified URL. If the script is placed in the HEAD section at the top of the page, the redirection occurs straight away, otherwise it may take a short time for the page to render before the browser even realizes that the script exists.


If required, the script can be stored in an external file and loaded by the following line, where "filename.js" is the path and name of the external file:-
<script language="JavaScript" src="filename.js"></script>

Summary

I have demonstrated that there is nothing wrong or unethical with the auto-redirecting method as used in search engine optimization, provided that the final destination contains what the surfer expected to see. But the main cause of complaint about the method is when an auto-redirecting doorway page is listed in the search engine results. That's what I'll come to next.

 

If you have any interest in submitting an article then do so by the following link "submit your Seo article"

Home | Contact Us | Submit an Article | Links of Interest|
© CopyRight | 2005 | SEO Advice | All Rights Reserved |