我的网站上有微数据
<div itemscope itemtype="http://schema.org/Person">
我在Rich Snippets中获取了以下图片的以下内容:
url: https://example.com/artist/node/457
url: https://example.com/artist/node/1137
我的源代码显示:
<meta itemref="md1 md3 md5 md6" />
<meta itemscope="" id="md3" itemref="md2" />
<meta itemref="md4 md7" />
<link href="node/457" itemprop="url" id="md6" />
<link href="node/1137" itemprop="url" id="md7" />
</div>
但是,我认为我的代码中没有硬编码任何itemprop="url"
标签。他们来自哪里? Rich Snippets会自动将它们放入吗?如何删除这些标签?