I want to write more on this topic but for now I’m simply going to share this resource: http://googlewebmastercentral.blogspot.com/2009/09/google-does-not-use-keywords-meta-tag.html
Month: March 2010
Quotes From Here and There
Some Days
by admin •
Some days – it’s not even worth chewing through the restraints.
PHP Toppings
.htaccess – Denied
by admin •
Every wanted to keep everyone out of a directory? Make your .htaccess file this way: deny from all Now that entire directory is ‘blocked’ from prying eyes. How about not allowing any site visitor from parsing a resource? It goes a little like this: <Files *.phpi> deny from all </Files> Now any file with the…