Loading...

What is robots.txt

what is Robots.txt

In a nutshell Web site owners use the /robots.txt file to give instructions about their site to web robots; this is called The Robots Exclusion Protocol. It works likes this: a robot wants to vists a Web site URL, say http://www.example.com/welcome.html. Before it does so, it firsts checks for http://www.example.com/robots.txt, and finds:   User-agent: * […]

Continue reading →

How to install WordPress theme

how to install WordPress-theme

Installation in local machine Download and unzip the theme package. Go to xampp folder in Local Disc then go to htdocs -> wordpress -> wp-content -> themes and paste the theme package. Go to Admin Panel ->Appearance -> Themes . Now Activate The By cliking the activebutton THEMEName .   The Updates will be on panel […]

Continue reading →

Effective Tips for Search Engine Optimisation

Effective Tips for Search Engine Optimisation

Many a times we want start seo of our website but we don’t know that which tags can i use in our website. how what are instructions to use that. You can find Some seo tags and some instructions below. 1. Use keywords in the title tag of each page in your website. 2. Avoid […]

Continue reading →

Redirect HTTP to HTTPS automatically

http-to-https-SSL

If you have a secure certificate (SSL) on your website, you can automatically redirect visitors to the secured (HTTPS) version of your website to make sure their information is protected. Linux & cPanel Linux-based accounts use .htaccess files to handle redirection. Using the following code in your .htaccess file automatically redirects visitors to the HTTPS […]

Continue reading →