To redirect all www traffic to non-www URL - you need to add the following lines in .htaccess file: RewriteEngine On RewriteCond %{HTTP_HOST} ^www.example.com [NC] RewriteRule ^(.*)$ http://example.com/$1 [L,R=301] Replace example.com with your own domain name.
Continue readingTag: SEO
How to check your website rank for certain keywords?
Want to check what your website rank is for some certain keywords? Here is the link where you can check your website rank in SERP (Search Engine Result Pages):
Continue readingHow to write unique contents using WordPress plagiarism checker
If you are writing blog posts and actually copying content from other sites - you'll not be doing any good (if not bad) to your blog from SEO perspective. The math is simple - if the content is not yours - do not put it in your website. Now the question is how are you…
Continue reading