hi, 1. i have get ready with home page only. i want to check my page ranking and other stuffs.. it is possible? 2. in home page, i am having link as <a href="#" title="Services">Services</a>, so question is can i keep href="#" or href="www.mysitename.com" which is better or any other suggestion tell me know.?
in answer to question 1. Sign up to Google Webmaster Tools and your can check your site's Top Search Queries and Position. To Question 2. It is perfectly acceptable to use either: <a href="http://www.mysitename.com/services.html">Services</a> <a href="services.html">Services</a> This page may help