SEO TIPS
Title tags should be different for different pages in your web site. In some web sites I found that they were used companies name as title. For better position in search engine result just use page keywords as your title that means keywords which used in particular page can be used as title of page. I prefer 70 characters in title tag and make sure you are not repeated the words in title tag.
e.g.: WEB DESIGNING | INTERNET MARKETING | SEO | OPTIMIZING WEB SITE
url of the page should point what the site contains. Even I did the same mistake in this page. I suggest use your major keyword as url of your website. Search engines like that.
When we are using a link inside our page, use title attribute and make this attribute more precise about where we are pointing our links to. This attribute tells the search engines about where that particular link points to and it’s also a W3C standard for creating page reachable to disabled people.
e.g.: <a href=http://www.ravitom/seotips/tips1.html title=”Essential Seo Tips”>SEO TIPS</a>
We may have private files or a few files which are no where directly related to the content of the web site, but are unavoidable, and we need to block these contents to be crawled by search engines. This is where the robot.txt comes in to picture. Always keep a robot.txt file inside root folder of your web site. What’s the robot.txt? This is a simple text file to tell search engines which all the pages or folders should not be crawled. What’s the benefit? Even search engines akin to this very much coz this file help search engines while craw your web site. So to block crawling in the whole images folder, use “Disallow:/images” or to avoid crawling ‘admin’ web page “Disallow:/admin.html” in the robot.txt.
In every website you can see lot of images, web pages and media files. I suggest you to use your web page keywords as your file name or image name e.g.: instead of a1.jpeg for your logo use logo.jpeg and for web page name use seo_tips_1.html instead of index.html, even the same pattern you can use in directory names also.
Once you finish developing web page, make sure that your web site is error free. Means avoid Syntax errors from your page not only html errors but also CSS Errors and check you have no broken links or images. There are lot of validation tools are available on net. Ensure you meet W3C standards before hosting your web pages.
Post a comment