我的网站上有微数据
<div itemscope itemtype="http://schema.org/Person">
我在页面上的图像的丰富片段中获得以下内容:
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 会自动将它们放入吗?如何删除这些标签?