Jan
30
If you update/write your blog in a HTML-based editor (like Dreamweaver, or in the HTML section of WordPress’ “Write Post”), I would like to mention just a few basic tips that are SEO friendly and Web 2.0 (current) when doing your post:
- When you need something centered, use <p align=”center”>centered data<p> instead of <center></center>. This is because the <center> tags were made for older browsers, and it is possible that future browsers may not accept it.
- When making a link/anchor reference (<a href=”" ..etc>), always have a title=’(page title)’ option. This helps search engines as they crawl the link to help define it when indexing. This is also valuable in an <img src> tag.
- Always use <p>paragraph</p> at the start and endings of your paragraph. This helps crawlers distinguish paragraphs for when they include info in a site listing or some other media so that paragraphs do not run and concatenate together.
These are just a few, but very helpful if you’re getting started in the blog business.
Happy Blogging!
Popularity: 9% [?]
