• Resolved Weiching

    (@weiching-lin)


    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&hellip;",
    
            "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 cache

    Use the SEO Framework to handle big data you can me some suggestions?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Sybre Waaijer

    (@cybr)

    Hi @weiching-lin,

    In the latest changelog, I announced Local SEO, it covers exactly what you wish to convey.

    Local Business technical details:
    Although Schema.org tells https://schema.org/LocalBusiness is like https://schema.org/Organization, it’s actually treated by Google as a subtype of https://schema.org/Place rather than https://schema.org/Organization.
    This means not all data output is useful, like SameAs.

    Organization Schema is handled by The SEO Framework already, through the Schema.org metabox on the SEO Settings page. You can set-up the basics in the General and Presence tabs.

    Big data technical details:
    It uses in-house iteration and generation technology, which theoretically allows for up to 1.8446744e+19 options (i.e. 64 bits).
    In reality, a Chrome browser thread will burst at 3.72GB of RAM (512MB is overhead, i.e. 32-29 bits), which equals about 2000 departments, i.e. 60,000 options.

    So, what’s the deal?
    Its ETA is about next month. So you can save yourself a lot of time :). I’m also announcing a beta program prior due, but more on that is detailed within the above-linked changelog.

    About the caches
    None of those cache options have any effect outside of The SEO Framework’s scope. They also won’t be used within Local SEO.

    Was this the answer you were looking for?
    If not, let me know! Please be really specific ??

    Have a great weekend!

    Thread Starter Weiching

    (@weiching-lin)

    Hi Sybre,

    Thank you very much for your detailed explanation and happy weekend.

    Plugin Author Sybre Waaijer

    (@cybr)

    Anytime ??

    If you have any more questions, feel free to open up a new support topic.

    Just a reminder for @weiching, local SEO was released!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Structured Data and performance issues’ is closed to new replies.