我正在尝试将架构添加到产品页面。 该产品是用于起重索具设备的卸扣。
但是,在页面的页脚中有该组织的地址,并且在菜单栏中也存在指向所有其他产品的链接。
我想知道是否应该将组织架构添加到产品中,因为页面上存在地址和其他产品。
以下是架构
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "ProductGroup",
"name": "Shackles",
"description": "SVIBO industries is one of the top D Shackles,bow Shackles manufacturers in India ",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "18"
},
"url": "https://sviboindustries.in/shackles/",
"hasVariant": [
{
"@type": "Product",
"name": "Dee shackles",
"image": "https://sviboindustries.in/wp-content/uploads/2023/05/Dee-shackles.jpg",
"description": "D shackles, offer unmatched strength, versatility, and durability for a wide range of lifting, rigging, and fastening needs. Let’s explore why Dee Shackles are a preferred option for professionals worldwide.",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "18"
},
"review": [
{
"@type": "Review",
"author": {
"@type": "Person",
"name": "Omkar Rawool"
},
"datePublished": "2021-05-18",
"reviewBody": "Don't Break",
"name": "Strong and reliable",
"reviewRating": {
"@type": "Rating",
"bestRating": "5",
"ratingValue": "4.9",
"worstRating": "1"
}
},
{
"@type": "Review",
"author": {
"@type": "Person",
"name": "Prashant Sandwa"
},
"datePublished": "2022-01-01",
"reviewBody": "Good Quality Product from Svibo Industries.",
"name": "Good Service",
"reviewRating": {
"@type": "Rating",
"bestRating": "5",
"ratingValue": "4.9",
"worstRating": "1"
}
}
]
},
{
"@type": "Product",
"name": "Bow Shakles",
"image": "https://sviboindustries.in/wp-content/uploads/2023/05/Bow-Shackles.jpg",
"description": "Bow shackles, also known as anchor shackles, are essential components in lifting and rigging applications where secure connections and load distribution are paramount. ",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "21"
},
"review": [
{
"@type": "Review",
"author": {
"@type": "Person",
"name": "Manthan Wadkar"
},
"datePublished": "2017-11-07",
"reviewBody": "Very Good",
"name": "This is a very good product",
"reviewRating": {
"@type": "Rating",
"bestRating": "5",
"ratingValue": "4.9",
"worstRating": "1"
}
},
{
"@type": "Review",
"author": {
"@type": "Person",
"name": "Manthan Wadkar"
},
"datePublished": "2019-01-07",
"reviewBody": "Excellent",
"name": "Excellent",
"reviewRating": {
"@type": "Rating",
"bestRating": "5",
"ratingValue": "4.9",
"worstRating": "1"
}
}
]
}
]
},
{
"@type": "Organization",
"name": "Svibo Industries",
"url": "https://sviboindustries.in/",
"logo": "https://sviboindustries.in/wp-content/uploads/2023/04/svibo-1.png",
"image": "https://sviboindustries.in/wp-content/uploads/2023/04/svibo-1.png",
"description": "Svibo Industries is broadly involved in manufacturing and supplying all types of Wire Ropes. Svibo provides all types of wire rope constructions of all grades.",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "355"
},
"areaServed": {
"@type": "State",
"name": "MH"
},
"address": {
"@type": "PostalAddress",
"streetAddress": "111,112,113 Mahatma Phule Peth, Block No 101, Sevadham Building, 1st Floor, Pune, Maharashtra 411042",
"addressLocality": "Pune",
"addressRegion": "Maharashtra",
"postalCode": "411042",
"addressCountry": "IN"
},
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "Products",
"itemListElement": [
{
"@type": "Product",
"name": "Stainless Steel SS wire rope",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "38"
}
},
{
"@type": "Product",
"name": "PVC Coated wire rope",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "21"
}
},
{
"@type": "Product",
"name": "Galvanized wire rope",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "10"
}
},
{
"@type": "Product",
"name": "Ungalvanized wire rope",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "38"
}
},
{
"@type": "Product",
"name": "Polythene Slings",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "40"
}
},
{
"@type": "Product",
"name": "Chain Sling and Alloy Chain",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "40"
}
},
{
"@type": "Product",
"name": "Chain Pulley Block",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "23"
}
},
{
"@type": "Product",
"name": "Lifting and Chain Hooks",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "32"
}
},
{
"@type": "Product",
"name": "Electric Chain Hoist",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "22"
}
},
{
"@type": "Product",
"name": "Eye Bolt",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "15"
}
},
{
"@type": "Product",
"name": "Mini Electric Hoist",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "32"
}
},
{
"@type": "Product",
"name": "Pulley, Pulleys Block and Chain Wheel",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "56"
}
},
{
"@type": "Product",
"name": "Pulling and Lifting Machine",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "21"
}
},
{
"@type": "Product",
"name": "Hand Puller",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "10"
}
},
{
"@type": "Product",
"name": "Ratchet Lever Lifting Hoist",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "32"
}
},
{
"@type": "Product",
"name": "Plate Lifting Clamps",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "12"
}
},
{
"@type": "Product",
"name": "Trolley",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "12"
}
},
{
"@type": "Product",
"name": "Winches",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "32"
}
},
{
"@type": "Product",
"name": "Shackles",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "40"
}
},
{
"@type": "Product",
"name": "Wire Rope Clamps",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "31"
}
},
{
"@type": "Product",
"name": "Wire Rope Thimble",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "42"
}
},
{
"@type": "Product",
"name": "Turnbuckle",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "28"
}
},
{
"@type": "Product",
"name": "Safety Items",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "15"
}
}
]
},
"contactPoints": [
{
"@type": "ContactPoint",
"telephone": "+91 8208803755",
"contactType": "Customer support",
"email": "[email protected]"
},
{
"@type": "ContactPoint",
"telephone": "+91 7447449114",
"contactType": "Customer support"
},
{
"@type": "ContactPoint",
"telephone": "+91 9637545481",
"contactType": "Customer support"
}
]
}
]
}
</script>
是的,组织结构化数据就像一个特殊标签,我们可以添加到我们的网站上,告诉搜索引擎更多有关我们组织的信息。它可以帮助他们了解我们是谁以及我们做什么,这可以使在线搜索的人们更容易看到我们的网站。所以,是的,在每个页面上都有组织架构是一个好主意,因为它可以帮助搜索引擎更好地与我们的网站连接。