Structured Data and performance issues
-
Hi,
I plan to use custom post types to create a business directory, and whether the SEO Framework provides Structured Data generated in each listing.
https://schema.org/LocalBusiness
example
<script type="application/ld+json"> [ { "@context": "https://schema.org", "@type": "LocalBusiness", "name": "Blue Bottle Coffee", "url": "https://domain.com/listings/blue-bottle-coffee/", "description": "Blue Bottle Coffee Company is a coffee roaster and retailer headquartered in Oakland, California. It is considered a major player in third wave coffee. The company focuses on single-origin beans…", "address": { "@type": "PostalAddress", "streetAddress": "1 Sausalito - San Francisco Ferry Building", "addressLocality": "San Francisco", "addressRegion": "CA", "postalCode": "94111", "addressCountry": "US" }, "geo": { "@type": "GeoCoordinates", "latitude": "37.7955469", "longitude": "-122.3934177" }, "image": { "@type": "ImageObject", "url": "https://domain.com/files/2017/01/blue-bottle-coffee-storefront.jpg", "width": 1200, "height": 600 }, "telephone": "(510) 653-3394", "sameAs": [ "https://facebook.com/bluebottlecoffee", "https://twitter.com/bluebottleroast", "https://instagram.com/bluebottle" ] } ] </script>
In addition, I guess the list will be more than 10K and continue to grow, whether I should cancel these features
Enable automated description output cache
Enable automated Schema output cache
Enable sitemap generation cacheUse the SEO Framework to handle big data you can me some suggestions?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Structured Data and performance issues’ is closed to new replies.