Home >> Integrating IT >> Tools and Languages

Ten ways to boost your search appeal

Ten ways to boost your search appeal By:  Alan Knecht On: 14 Oct 2004 For: ComputerWorld Canada Creator

While writing search engine-friendly content is out of the control of the Web development team, there is a lot you can do to optimize your site markup for search engines. Here are 10 tips to help you mark-up your code properly.



Email a friend   |  









Print   |   Text + / -   |  Add a Comment   |   Views: 850   |   Rating:offoffoffoffoff  (0 votes)
Rate this article on a scale of
1 to 5 stars,5 being the best.




If you don’t know it yet, your marketing department will be telling you about it shortly. To get visitors to come to your site via search engine results (SERPs), you need to rank in the top 20 — if not the top 10 — for searches on specific keywords/phrases that your firm is targeting. If your Web site isn’t appearing in the top 10, the chances of someone clicking on your listing drops exponentially for each subsequent page.

While writing search engine-friendly content is out of the control of the Web development team, there is a lot you can do to optimize your site markup for search engines. Here are 10 tips to help you mark-up your code properly.

Tip 1. The first rule of SEO is not to design your site in such a way that the code itself prevents a search engine bots/spiders from being able to index the site. This means avoiding pages that are 100 per cent graphics and no text, including pages that contain all images, or are Flash-only. Furthermore, if the first thing a user encounters is a log-in page before being able to see the site’s content, then that’s what a bot will see and it won’t go any further. The bottom line: don’t build a Web site entirely in Flash if you want any traffic from search engines.

Tip 2. To find out what a spider sees on your site, run a spider simulator on a given page. The simulator will show you what text the spider sees and what links it finds. There are many good ones on the market at various prices. If you’re looking for something that’s free, I’d suggest www.webconfs.com search-engine-spider-simulator.php.

Tip 3. Each Web site should have a file called robots.txt. This file tells the spiders what directories they should not spider.

Tip 4. Determine the main topic of the page and use it as the page title. A page about high-performance running shoes from manufacturer XYZ shouldn’t have the title “XYZ” — it should have a title something like “High-performance Running Shoes.”

Tip 5. Write a unique description meta tag for each page — something you should ask the content provider to give you.

Tip 6. Put all your JavaScripts in external files and link to them. You’ll be increasing the ratio of content to code on your page, which helps make your message clearer to search engines and you’ll be making your markup cleaner and Web site management easier.

Tip 7. Search engines love content that appears in header tags (h1, h2, etc.) yet very few Web sites actually use them.

In the early days of Web design, we had little to no control of these elements and they simply appeared as big black text on your page. This all changed with the introduction of Cascading Style Sheets (CSS). Take time to define your header tags in your CSS and use the header tag for the titles and secondary titles of your content. Sample:

Page Title

Subsection

To avoid spamming search engines, a Web page should have only one h1 tag. They can have as many h2 tags as necessary.


Sign up for our Newsletters
Alan Knecht Alan Knecht is a contributor to the International Data Group (IDG) News Service, which publishes global technology stories from bureaus around the world to more than 300 publications in more than 60 countries.

Related Articles

Related Blogs

Comments (0)

No Comments!
You are currently not logged in: Register | Login

You must be logged in to submit a comment.