html - Meta tags; Some short questions -


i writing meta tags website. meta, mean seo, keywords , description.

i have questions though:

  • does doctype matter when writing meta tags?
  • is meta case sensitive or not?
  • should use comma between keywords or space? if keyword of choice consists of 2 words, "new ad"?
  • what else important think in terms of seo , meta tags?

thanks

does doctype matter when writing meta tags?

only in far decides if need / @ end, , if tag , attribute names case sensitive.

is meta case sensitive or not?

the tag , attribute names in xhtml. rest, depends on specific meta data expressing.

should use comma between keywords or space? if keyword of choice consists of 2 words, "new ad"?

meta keywords comma separated (and worthless unless run own parser on them, search engines ignore them rife spam).

what else important think in terms of seo , meta tags?

only description matters, , key provide useful information display summary of page (and not use if text extracted page better users).


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -