17

Is

<meta name="keywords" content="mykeyword, Mykeyword">

the same thing as

<meta name="keywords" content="mykeyword">

Are both keywords considered the same by a web crawler?

Lloyd Banks
  • 35,740
  • 58
  • 156
  • 248

1 Answers1

18

They're not case sensitive, but they are useless from an SEO point http://www.mattcutts.com/blog/keywords-meta-tag-in-web-search/

If you search for "People" and "people", you'd get the same results. Word case isn't important in title tags, header tags, or any other tags, so they shouldn't matter in meta tag, either. So for all practical purposes, "people" and "People" is the same word for the crawler.

rodrigo-silveira
  • 12,607
  • 11
  • 69
  • 123
  • anyways, it would've been hilarious if you'd get totally different results due to case mismatches :)) . good explanation +1 – cristi _b Jan 05 '13 at 23:27
  • What's the point in this meta tag then? What other purpose might it have? – GôTô Jul 18 '14 at 13:47
  • The original purpose was probably just for that - to describe the page to search engines. Once search engine makers realized how the tag can be exploited for spamming reasons, they chose to ignore the tag. – rodrigo-silveira Jul 18 '14 at 15:20