Tips
- Use keyword/phrase that best describes the target page.
- Always use your primary keywords in the link text least one or more on the page.
- Try to place your primary keywords at the starting of a link text if possible.
-
Try to use Title Attribute in the text links.
eg: <a href="yourpage.html" title="Describe this page.">The link label goes here</a>
- Avoid using image maps, if needed make it sure to add text links at the bottom of all pages
- Do not use long text; limit 40-50 characters in a link text.
- Avoid using JavaScript links
- Create text links and use a common navigational menu for all the pages.
- Make sure the pages on your site to be linked to one another, especially the home page.
- Try to include a Site map if you have more than 30 pages.
- Submit an XML site map to Google. (Visit: Google Sitemaps)
- Limit the number of links per page to less than 20 for better results.
- If your Website using Flash, make it sure to add text links at the bottom of the page as a supplement to the Flash navigation. (Google now takes links from Flash)
- Try to use keyword phrases in the HTML and image file names
- Keep your file names hyphenated (eg: http://www.shree-gokul-infotech.htm)
Bad practice:
<a href="php001.html">click here</a>
<a href="Rajkotcompanies.html">Company</a>
Good practice:
<a href="new-york-companies.htm">List of companies in New York</a>
<a href="Rajkot-companies.html">Companies in Rajkot </a>
Comments
Post a Comment