Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Faisal Kabir

    (@solvemethod)

    @suascat_wp

    It did actually solved the logo schema problem but it removed the organization schema from all the pages! So there’s some work for the developers. I’m sticking without the organization schema until fixed.

    Thanks!

    Thread Starter Faisal Kabir

    (@solvemethod)

    I’ve used the Health Check & Troubleshooting plugin’s Troubleshooting Mode which disabled all plugins and switched to Twenty Twenty theme. After that, I enabled Yoast SEO only but schema output still missing the logo url which indicates problem is in the Yoast plugin.

    Here’s the page source (body stripped) link while in troubleshooting mode: https://codeshare.io/OdkE0v

    Note: Exactly same type "@type": ["Person", "Organization"] is there in all other author pages having “Faisal Kabir” name, who is having user ID 1 (non-administrator) on my site.

    Thread Starter Faisal Kabir

    (@solvemethod)

    It is set to Organization with a name and logo.

    Is it wrong output by the Yoast SEO plugin? I’ve never seen "@type": ["Person", "Organization"] schema, both at the same time. I’ve seen Person or Organization, one at a time.

    Thread Starter Faisal Kabir

    (@solvemethod)

    Here’s the schema output I’m talking about:

    {
        "@context": "https://schema.org",
        "@graph": [{
            "@type": "Organization",
            "@id": "https://bydik.com/#organization",
            "name": "Bydik",
            "url": "https://bydik.com/",
            "sameAs": ["https://www.facebook.com/thebydik", "https://twitter.com/thebydik"],
            "logo": {
                "@type": "ImageObject",
                "@id": "https://bydik.com/#logo",
                "inLanguage": "en-US",
                "url": "https://i0.wp.com/bydik.com/wp-content/uploads/2021/08/logo.png?fit=1000%2C1000&ssl=1",
                "contentUrl": "https://i0.wp.com/bydik.com/wp-content/uploads/2021/08/logo.png?fit=1000%2C1000&ssl=1",
                "width": 1000,
                "height": 1000,
                "caption": "Bydik"
            },
            "image": {
                "@id": "https://bydik.com/#logo"
            }
        }, {
            "@type": ["Person", "Organization"],
            "@id": "https://bydik.com/#/schema/person/3f712ac01fd869858a9a2301585c5eec",
            "name": "Faisal Kabir",
            "image": {
                "@type": "ImageObject",
                "@id": "https://bydik.com/#personlogo",
                "inLanguage": "en-US",
                "url": "https://secure.gravatar.com/avatar/fe5dec2d09353aa91a09db4f8e9e0e4f?s=96&d=wavatar&r=g",
                "contentUrl": "https://secure.gravatar.com/avatar/fe5dec2d09353aa91a09db4f8e9e0e4f?s=96&d=wavatar&r=g",
                "caption": "Faisal Kabir"
            },
            "logo": {
                "@id": "https://bydik.com/#personlogo"
            },
            "description": "Founder, administrator, writer, designer, developer amongst other things.",
            "sameAs": ["https://bydik.com", "https://www.facebook.com/iFaisalKabir"]
        }, {
            "@type": "Person",
            "@id": "https://bydik.com/#/schema/person/79b036f1d4eabf38c1156d800678bed3",
            "name": "Bydik Team",
            "image": {
                "@type": "ImageObject",
                "@id": "https://bydik.com/#personlogo",
                "inLanguage": "en-US",
                "url": "https://secure.gravatar.com/avatar/0aa5172c4f8c985ca3ff06ad9fde8cf0?s=96&d=wavatar&r=g",
                "contentUrl": "https://secure.gravatar.com/avatar/0aa5172c4f8c985ca3ff06ad9fde8cf0?s=96&d=wavatar&r=g",
                "caption": "Bydik Team"
            },
            "description": "We are the team of experts led and monitored by the admin, Faisal Kabir.",
            "sameAs": ["https://bydik.com", "https://www.facebook.com/thebydik"],
            "mainEntityOfPage": {
                "@id": "https://bydik.com/author/support-team/#webpage"
            }
        }]
    }

    In the code 2nd section schema type “logo” is missing url field, as logo schema must have url field so search console showing errors for this section:

    {
        "@type": ["Person", "Organization"],
        "@id": "https://bydik.com/#/schema/person/3f712ac01fd869858a9a2301585c5eec",
        "name": "Faisal Kabir",
        "image": {
            "@type": "ImageObject",
            "@id": "https://bydik.com/#personlogo",
            "inLanguage": "en-US",
            "url": "https://secure.gravatar.com/avatar/fe5dec2d09353aa91a09db4f8e9e0e4f?s=96&d=wavatar&r=g",
            "contentUrl": "https://secure.gravatar.com/avatar/fe5dec2d09353aa91a09db4f8e9e0e4f?s=96&d=wavatar&r=g",
            "caption": "Faisal Kabir"
        },
        "logo": {
            "@id": "https://bydik.com/#personlogo"
        },
        "description": "Founder, administrator, writer, designer, developer amongst other things.",
        "sameAs": ["https://bydik.com", "https://www.facebook.com/iFaisalKabir"]
    }

    If possible I would like to add a url field in the logo section, if not I would like to delete the logo section from there. If none is possible, then I would like delete the complete type ["Person", "Organization"] section.

    Thread Starter Faisal Kabir

    (@solvemethod)

    Hi Mazedul!

    It resolved first two problems!

    Can you please tell me how to solve 3rd problem (logo schema without url field)? Google Search Console showing the errors for author pages.

    Thanks

    Thread Starter Faisal Kabir

    (@solvemethod)

    As I said earlier, trimmed meta description is showing for the regular post types but not for the custom post types. Your screen recording is for the regular post types. Can you check it for the custom post types also? Thanks

    Thread Starter Faisal Kabir

    (@solvemethod)

    It doesn’t add height, width, and loading="lazy" if image settings (height/width) are customized. Can you please touch on that?

    Thread Starter Faisal Kabir

    (@solvemethod)

    Thanks. I am hopeful that you will fix this.

    Thread Starter Faisal Kabir

    (@solvemethod)

    Please check now

Viewing 9 replies - 1 through 9 (of 9 total)