模式PhotoStudio微数据JSON-LD

问题描述

您好,我的情况有点复杂,但我希望这是可以理解的。请不要直接减去。我搜索了很多该线程,却找不到它。

我有一个Photo Studio,并且有与之相关的内容,但是我不太清楚微数据的结构。 微数据构造如下。

1。Photo Studio的组织准确性如何?

2。每个页面都将成为网站微数据吗?

3。网页是否必须在每个页面上?例如,您是否必须在文章页面上?

页面结构

主页>(仅具有普通滑块)此页面是网页吗?

产品>(批量产品显示页面)此页面是产品列表吗?

视频>收集的视频页面这是视频库吗?

图库>图片库此地点将被列为什么?

博客>婚礼,订婚指甲花文章等。 关于我们> 此地点将被列为什么?

联系人此地点将被列为什么?

<script type="application/ld+json">{
        "@context": "https:/schema.org","@graph": [
            {
                "@type": "Organization","name": "","url": "...","sameAs": ["...."],"logo": {
                    "@type": "ImageObject","caption": "...","@id": "http://example.com/#logo"
                },"image": {
                    "@id": "http://example.com/#logo"
                },"location": {
                    "@id": "http://example.com/#local-place"
                },"address": {
                    "@id": "http://example.com/#local-place-address"
                },"@id": "http://example.com/#organization"
            },{
                "@type": "WebSite","url": "http://example.com","name": "...","description": "...","publisher": {
                    "@id": "http://example.com/#organization"
                },"potentialAction": {
                    "@type": "SearchAction","target": "http://example.com/?q={search_term_string}","query-input": "required name=search_term_string"
                },"@id": "http://example.com/#website"
            },{
                "@type": "WebPage","url": "http://example.com/iletisim","inLanguage": "en","isPartOf": {
                    "@id": "http://example.com/#website"
                },"datePublished": "...","dateModified": "...","breadcrumb": {
                    "@id": "http://example.com/#breadcrumb"
                },"primaryImageOfPage": {
                    "@id": "http://example.com/#primaryimage"
                },"@id": "http://example.com/#webpage"
            },{
                "@type": "ImageObject","url": "http://example.com/image.jpg","width": 900,"height": 600,"license": "http://example.com/license","@id": "http://example.com/#primaryimage"
            },{
                "@type": "BreadcrumbList","itemListElement": [
                    {
                        "@type": "ListItem","position": 1,"item": {
                            "@type": "WebPage","@id": "http://example.com"
                        }
                    }
                ],"@id": "http://example.com/#breadcrumb"
            },{
                "@type": "Place","name": "...n","address": {
                    "@type": "PostalAddress","streetAddress": "...","addressLocality": "...","postalCode": "...","addressRegion": "...","addressCountry": "...","@id": "http://example.com/#local-place-address"
                },"geo": {
                    "@type": "GeoCoordinates","latitude": "...","longitude": "..."
                },"openingHoursSpecification": {
                    "@type": "OpeningHoursSpecification","dayOfWeek": [
                        "Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"
                    ],"opens": "09:00","closes": "20:30"
                },"telephone": "...","@id": "http://example.com/#local-place"
            }
        ]
    }
</script>

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)