Schema.net-如何使用VB进行构建

时间:2019-04-02 01:14:37

标签: vb.net schema structured-data

我正在尝试在我的网站上实施结构化数据。我将Schema.net放入我的项目中,并试图实现。

我对如何实现某些数据类型非常困惑,并且正在寻求帮助。这是Schema网站,其中包含C#中的示例:

https://rehansaeed.com/

我可以在VB中设置几个标签:

@

我的问题是我需要使用其他一些非常混乱的标签。示例:

 Dim website As New WebSite()
        website.AlternateName = "An Alternative Name"
        website.Version = "1"
        website.Headline = "title"
        website.Genre = "Music"

    dim jsonLd = website.ToString()

website.datecreated定义为(New OneOrMany(Of DateTimeOffset?))

website.author定义为(组织(人员)的新值)

问题: 如何在两个项目中都写一个值?

答案

在这里回答:How to assign data to OneOrMany(Of DateTimeOffset?) Data structure

0 个答案:

没有答案