0
我想知道如果像下面這樣是很好..是否可以將頁面的元描述用作微數據?
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Microdata Example</title>
<meta id="site-description" name="description" content="description text here">
</head>
<body itemscope itemref="site-description" itemtype="http://schema.org/Organization">
<h1 itemprop="name">Foo</h1>
<img itemprop="image" src="bar.jpg">
</body>
</html>
謝謝您的回答,我希望能找到不涉及添加描述兩次的解決方案。猜猜這是不可能的。別擔心 – shunryu111 2014-12-09 09:49:19