谷歌的SDTT并没有弄明白我的位置

问题描述 投票:0回答:1

我刚刚开始尝试使用Schema.org。我已经在我的网站页脚(在WordPress上)的文本中定制了一些架构。

当我用Google Structured Data Testing Tool测试我的页面时,它会回来作为错误,我需要找出原因。

我住在英国多塞特郡的韦勒姆,但Google工具似乎无法识别我的位置?

我的微观数据如下:

    <div itemscope itemtype=”http://schema.org/ProfessionalService“>
    <link itemprop=”additionalType” href=”http://www.productontology.org/doc/Wedding_photography” />
    <b><span style="color:#88cccf; font-size: 15pt" itemprop="member" itemscope itemtype="http://schema.org/Organization">Velvet Bliss   Photography</span></b><br>
    <em>Photography by <span itemprop="name">Brett McNally</span></em><br>  <br>
    <div>
    I am a professional freelance <span itemprop="jobtitle">photographer</span> based in <span itemprop=”address”   itemscope itemtype=”http://schema.org/PostalAddress”>
    <span itemprop=”addressLocality”>Wareham</span>,
    <span itemprop=”addressRegion”>Dorset</span>. I provide <span   itemprop=”name”>Wedding Photography</span> & <span itemprop=”name”>Portrait   Photography</span> services in Dorset and I take on commissions for wedding   photography all over the <span itemprop="addressCountry">UK</span>, as well as   internationally for destination weddings.
    </div><br>
    <div>Contact me: <span itemprop=”telephone”>07470 201325</span>
    </div>
    <link rel="author"   href="https://plus.google.com/u/0/117967472486546237170">
    <link rel="publisher"  https://plus.google.com/u/0/114441860370278522542">
    <br>
    <em><span style="font-size: 9pt">You can also find me on these social media websites:</span></em>

在英国,我的地址是:

城镇:韦勒姆

县:多塞特郡

但架构似乎没有意识到我们在地图上?

schema.org microdata google-rich-snippets
1个回答
0
投票

我知道了!首先不是很明显,但我认为我发现它是非标准引号的问题。我更换了它们,然后在Google测试工具中测试,现在它显示所有绿色(只有一个标签,即作业标题不是专业实体的一部分),否则所有架构都被识别,请测试一下:

<div itemscope itemtype="http://schema.org/ProfessionalService">
<link itemprop="additionalType" href="http://www.productontology.org/doc/Wedding_photography" />
<b><span style="color:#88cccf; font-size: 15pt" itemprop="member" itemscope itemtype="http://schema.org/Organization">Velvet Bliss   Photography</span></b><br>
<em>Photography by <span itemprop="name">Brett McNally</span></em><br>  <br>
<div>
I am a professional freelance <span itemprop="jobtitle">photographer</span> based in <span itemprop="address"   itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="addressLocality">Wareham</span>,
<span itemprop="addressRegion">Dorset</span>. I provide <span   itemprop="name">Wedding Photography</span> & <span itemprop="name">Portrait   Photography</span> services in Dorset and I take on commissions for wedding   photography all over the <span itemprop="addressCountry">UK</span>, as well as   internationally for destination weddings.
</div><br>
<div>Contact me: <span itemprop="telephone">07470 201325</span>
</div>
<link rel="author"   href="https://plus.google.com/u/0/117967472486546237170">
<link rel="publisher"  https://plus.google.com/u/0/114441860370278522542">
<br>
<em><span style="font-size: 9pt">You can also find me on these social media websites:</span></em>
最新问题
© www.soinside.com 2019 - 2025. All rights reserved.