* Internet Marketing blog archive for January, 2010

What Functions Do You Think Google Adwords Interface Should Include?

To me, the most obvious feature that Adwords interface should include is revenue tracking. As of now, advertisers can only see their conversion value by pulling out a report (without using Google Analytics), which isn’t known to a lot of people. This begs the question: if Google is capable of recording conversion value, why can’t they just show it in real time as Yahoo! (well, with a few hours of statistic update delay) does?

Yahoo's Revenue Tracking

Well, call me paranoid if you want, but … Read more about What Functions Do You Think Google Adwords Interface Should Include?

A-Z HTML Reference Guide for SEO – Doctype Tag

Today’s hmtl tag is the doctype tag:

Usage

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>

For more information on how to use the doctype depending on the version of the html you’re using, visit http://www.w3.org/QA/2002/04/valid-dtd-list.html

What designers should know about the doctype tag in terms of SEO

When you cut your psd file into html/css yo need to add this piece of code on the very top of each page.

What SEO’s should know about the doctype tag

The doctype document is not having any influence on your SEO job. However, make sure the designer added the tag on all page. Ohterwise, don’t mind about it.

What programmers should know about … Read more about A-Z HTML Reference Guide for SEO – Doctype Tag

A-Z HTML Reference Guide for SEO – The Comment Tag

This is the first post in the series of the HTML reference guide for SEO. Today’s tag is the comment tag:

Usage:

<!– some useful html comment goes here–>

What designers should know about the comment tag in terms of SEO

When you cut the psd file into html/css insert pertinent comments so programmers will understand, for example, where the product’s div/table starts and ends. Speak with your SEO colleague and ask him guidance on the the targeted keywords for each page you cut into html/css. Try to insert those keywords in the comment tag, if it makes sense. Don’t just add keywords just … Read more about A-Z HTML Reference Guide for SEO – The Comment Tag