抱歉我的英语..。
我有一个网站,我会提供eBooks,我为一个eBook构建RDFa,
<main vocab="http://schema.org/EBook" >
<h1>Title...</h1>
<h1>Introduction to Linux </h1>
<h2>A Hands on Guide</h2>
<p><b>Author: </b> name_author</p>
<meta typeof="Book" resource="http://en.tldp.org/LDP/intro-linux/html/index.html">
<meta property="name" content="Introduction to Linux - A Hands on Guide"/>
<meta property="author" typeof="Person" content="Machtelt Garrels"/>
<meta propety="inLanguage" content="en"/>当用search.google.com/structured-data测试时它说,

和

我确实试着给出作者的名字,但不能。
有人能帮帮我吗,谢谢!
发布于 2020-02-20 09:51:25
人们帮助我找到解决方案.如何构建我的图书RDFa。
<h2 property="name">
<span class="title">Introduction to Linux</span>
<span hidden="">–</span>
<span class="subtitle">A Hands on Guide</span>
</h2>
<p property="author" typeof="Person">
<b>Author:</b>
<span property="name">Machtelt Garrels</span>
</p>
<meta property="inLanguage" content="en"/>https://stackoverflow.com/questions/60238700
复制相似问题