Website building is not as easy as many people think.
To make an eye-catching and fully featured website and influence your website
visitor to do something, you need to follow the development recommendations
below ....
How to Create Custom 404 page -
It
really is important for you to customize "404 File Not Found" page to
be something beneficial and welcoming for both you and your website visitors.
Think about once for some time your visitors make mistakes in spelling when
inputting your website address, have you given them a different way to come
back to your website? Just giving them using a "Page Not Found" error
message won't enough and welcoming to them. What exactly is even worse, you
might drop the targeted traffic from that visitor permanently. To create your
error page user friendly to visitors, it really is a best method to include a
sitemap or search as well as facts informing them knows the file they inquired
is unavailable.
Note - These tips for UNIX hosts, not windows
servers…!!
- Step 1 - Create the Custom 404 page
- Step 2 - Create the .htaccess
- Step 3 - Upload
- Step 4 - Check it
- Step 5 - Double check it!
![]() |
| 404 Error Page |
Note - What
you've with your error page is personal choice. Some professional choose simply
a hyperlink to the home page, others choose a more friendly strategy and allow
the website visitor know that the file is not there, but make a properly
created page with links to other areas or also a search to allow them find what
they required.
To
determine which of your WebPages are presently returning a 404, you may simply
check out your Webmaster Tools account or start using a tool like 404 Checker.
You can then test each of such WebPages and replace any internal links having a
more correct webpage for your website.
Relevant
Resources –
301 Redirect non www to www -
To
avoid identical content in search engines you may force users to use either the
www or the non-www version of your website domain. This avoids search engines
such as Google think about WWW and non-WWW version of domains as separate
websites index them separate, thus creating a duplicate website problem. All
that you have to do is add some following code on your .htaccess file:
![]() |
| 301_Redirect |
Redirect WWW to non-WWW:
RewriteEngine On
RewriteCond %{ HTTP_HOST} ^kuliko\.ca$ [NC]
RewriteRule ^(.*)$ http://www.kuliko.ca/$1 [R=301,L]
Redirect non-WWW to WWW:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^kuliko.ca
RewriteRule (.*) http://www.kuliko.ca/$1
[R=301,L]
Relevant
Resources –
Code Validations -
![]() |
| W3C Validations |
It
is essential to validate the code before you make your website live. This tends
to help you to solve bugs very easily before it effects website.
In
term of Search Engine Optimization W3C
validation permits website owners to simplify and enhance the
code applied to their web pages, search engine spiders which crawl via content
of WebPages the code to index websites more quickly and efficiently.
Here
are some other things...
- Allows you get visitors to your web page through search results
- Check your website on mobile web browsers
- Allows maintain and debug your code
- Keeps your website up-to-date and reliable in demonstration
Building Proper Website Navigation -
You
might drop a website visitor when they find it complicated to search info they
require. The navigation of your website should be in such a way which could
direct them to the important details quickly. You should keep in mind that the
website visitor has numerous options available online however, not another way
round.


