LD + JSON不可扫描的电子邮件地址

时间:2017-02-23 17:20:05

标签: javascript json html5

我正在通过网站分析器扫描我的网站https://www.zachnewberry.com,我得到以下结果“在页面中找到了一些电子邮件地址.zach @ zachnewberry.com”我已经在ld + json标记中找到了这个问题的根源。是否可以通过外部JavaScript或其他类似的东西链接以下代码来解决这个问题?

<script type="application/ld+json"> {
"@context" : "http://schema.org",
"@type" : "RoofingContractor",
"address" : {
"@type": "PostalAddress",
"addressLocality": "Taylorville",
"addressRegion": "Illinois",
"postalCode": "62568",
"streetAddress": "412 W 1st St" },
"name":"Zach Newberry Construction",
"url":"https://www.zachnewberry.com",
"email":"zach@zachnewberry.com",
"telephone":"2178207597",
"image": "https://www.zachnewberry.com/images/card.jpg",
"pricerange": "$$$$",
"openingHours": [
"Mon-Sun 6:00-22:00"],
"aggregateRating":{
"@type":"AggregateRating",
"ratingValue":"5",
"reviewCount":"206"}
} </script>

0 个答案:

没有答案