@smuralii
Basic SEO tips for Web Designers
Following tips will help a web designer to build a web site search engine friendly, rest of the web promotion part will be taken cared by seo experts.
1. Optimize images to reduce loading speed. 2. Design a content based layout. 3. Create static navigation links both header and footer. 4. Add content to web pages inside p tag avoid
tag. 5. Minimize table especially nested tables. 6. Replace div for tables and use CSS for adding styles for div and its contents and images. 7. Use header and footer links in all the pages and include all the pages for increasing navigation. 8. Maintain a separate folder for documents, CSS, Java script files. 9. Avoid using Flash, video, audio and any kind of non index-able file. 10. Avoid Java script. If there is need of Java Script validation place it in a separate .js file and include into html page. 11. Use separate file for CSS and import it to the needed html files. 12. Use H Tags like h1...h6 for placing Keywords example like service name and products. 13. Use hyphen (-) instead of (_) for files names. 14. Create file name related to web page example service-name.html and avoid keeping page name as web1.html, web2.html etc. Author: Murali Krishna Page 1
@smuralii
15. Place page names in the title for all the pages, later keywords related to those pages will be added by SEO experts. 16. Implement Bread crumbs for increasing web site navigation structure example Home >> Service >> Service Name. 17. Add alt tags related to images. 18. Avoid creating under construction or coming soon page. 19. Avoid using frames and iframes in any of the pages. 20. Validate web page for W3C (XHTML & CSS) to avoid html code and CSS error. 21. Add user sitemap for website and link all the web pages from sitemap. 22. Check for any broken link in the website before uploading into server.
Author: Murali Krishna
Page 2