-
Most Easiest Way to Increase your Page Rank
Hi There, Basically I am a web developer. I build websites. But always trying to add something more with my profile. From the last 2 years SEO became a great concern for my development. Without Search Engine visibility all of my works are just useless. I found thousands of sites are appearing at the very…
-
Set default image or text in html input box

Suppose you have a user login panel which shows two input text field, one for username & another for password. Now you don’t wanna use level for this input box. Then What!!!!!!! Simply show text or image inside input box. Here is the code….. [sourcecode language=”javascript”] <form action="#" method="post"> <input name="login_username" value="email" type="text" onfocus="if(this.value==’email’) this.value=”;"…
-
Use of Robots meta tag
Syntax of Robots meta tag <meta name=”robots” content=”…, …” /> <meta name=”googlebot” content=”…, …” /> Robots meta tag can control the behavior of search engine crawling and indexing. If you want to control only Google Bot they use the syntax <meta name=”googlebot” content=”….,….”>, and the meta name robots will be universal, it will work for…

