Quality Web Design Service

Quality Web design services

Quality Web Design Services From DigitalSEO

We take all type of web design services.
Logo Design, Banner design, Template design, template code
Uncoded templates, Coded templates for WP, Joomla, Postnuke
Read more about our services and prices
Digital SEO arrow T&T
T&T
Modify Directory Index Default page Print E-mail
Written by Imran   

By default, DirectoryIndex directive is set to:

DirectoryIndex index.html index.htm default.htm index.php index.php3 index.phtml index.php5 index.shtml mwindex.phtml

 

Read more...
 
Optimized Wrong Keywords Print E-mail
Written by Imran   

Have you ever wondered results of optimizing keywords which does'nt have any weight?  You'r site tops at #1 position for a keyword which has no value? meaning brings ZERO traffic to your site? Well You must be optimizing keywords which are virtually of no use.

 

You must be aware of keywords which should suite your niche/topic/website contents/ product.

Optimizing Every page is essential for success on this digital world. Finding keywords in a given page can be very tricky, some times it is very easy to identify keywords for a given page but there is huge competetion for that keyword and you end up getting disheartned or have very low budget to target that perticular keyword.

Read more...
 
Stop css stealing Print E-mail
Written by Imran   
How can Any one stop CSS Stealing??

Recently I had one site (which I sold recently) was being copied and duplicated by bollywoodsargam.com.

Hence I decided to provide anti-leach technique to images as well as files.

Using:


RewriteEngine on

RewriteCond %{HTTP_REFERER} !^$

RewriteCond %{HTTP_REFERER} !^http://(www\.)?mydomain.com/.*$ [NC]

RewriteRule \.(jpg|gif|js|css)$ - [F]

 

Read more...
 
Meta Refresh Print E-mail
Written by Imran   

A meta refresh can be implemented in the <head> statement of your source code in blank page with the old file name, which then automatically redirects visitors to the new page. Example:

<HEAD> 
<META HTTP-EQUIV="refresh" content="0;URL=http://www.new.com/new.htm"> 
<TITLE>Page has moved</TITLE> 
</HEAD> 

Read more...
 
Simple 301 Redirect Print E-mail
Written by Imran   

301 Redirect

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".

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

Read more...