我们应该为我们网站的网页提供独特的或共享的描述元标记吗?

Should we provide unique or shared description meta tag for our website's web pages?

我正在使用 ASP.NET MVC 5 构建网站。现在我想为我网站的网页提供 description 元标记 <meta name="description" content="",因为此标记可以提供有用的信息对于搜索引擎。

我应该如何管理这个元标记?

它是否应该为每个网页提供独特的描述(例如,"About Us" 页面与 "Contact Us" 页面或 "Home" 页面相比会有不同的描述),或者这是对我们公司的一般描述,所以所有网页都将共享相同的 description 内容?或者没有正确或错误的方式来控制我的决定?

description 是标准的元数据名称 defined in HTML5:

The value must be a free-form string that describes the page.

所以每个页面的值应该不同。