我知道以下元标记对于确定 html 的编码是必要的:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
但我不明白实现以下元标记的意义,因为我听说 google 不会将他们的内容用于他们的搜索结果:
<meta name="keywords" content="some keywords" />
<meta name="description" content="description of the page" />
<meta name="author" content="the author of the page" />
<meta name="generator" content="the programm that has wrote the code" />
因此,我的问题是,如果谷歌无论如何都不会使用它们,那么最后提到的元标记的目的是什么?