【发布时间】:2015-08-12 12:17:51
【问题描述】:
我添加了下面的代码来执行电子邮件的 ViewAction 标记,但它不起作用。帮我解决这个问题。
在{1} 内部,我们正在传递 URL,并且可以设置它的值。
<script type="application/ld+json">
{{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {{
"@type": "ViewAction",
"url": "{1}",
"name": "Book now"
}},
"description": "Book your bus seat now"
}}
</script>
【问题讨论】:
标签: google-schemas