Is there a. conflict with All in One SEO Plugin?

I followed the directions to add FAQPage schema on my site. First the global snippet, then I edited the global snippet to add the specific question information.

Saved. But the schema doesn’t show up any where in my source code, and SDTT and Rich Results isn’t seeing it. Just the BreadcrumbList and Article schema from All in One.

Thank you.

4 thoughts on “Is there a. conflict with All in One SEO Plugin?

  1. The post is https://webenso.com/dns-migration-with-ghost-dns-settings/
    I am using the FAQPage Schema.
    export is below – thank you

    {
        "id": "snip-5f0bca2ba6d5f",
        "context": "http://schema.org",
        "type": "FAQPage",
        "mainEntity-prop-5d88b8bc4edfb": {
            "0": "http://schema.org/Question",
            "1": {
                "id": "snip-5f0bca2ba6d18",
                "context": "http://schema.org",
                "type": "Question",
                "name-prop-5d88b8c67fa4d": {
                    "0": "textfield",
                    "1": "",
                    "overridable": true,
                    "overridable_multiple": false
                },
                "acceptedAnswer-prop-5d88b8c691572": {
                    "0": "http://schema.org/Answer",
                    "1": {
                        "id": "snip-5f0bca2ba6cc9",
                        "context": "http://schema.org",
                        "type": "Answer",
                        "text-prop-5d88b91623f22": {
                            "0": "textfield",
                            "1": "",
                            "overridable": true,
                            "overridable_multiple": false
                        }
                    },
                    "overridable": true,
                    "overridable_multiple": false
                }
            },
            "overridable": true,
            "overridable_multiple": true
        },
        "_is_export": true,
        "@ruleset": [
            [
                {
                    "param": "post",
                    "operator": "==",
                    "value": "1"
                }
            ]
        ]
    }
  2. Hey there, you’ve set the Global Snippet to only show up with the post that has the ID of “1”. So in general it’s the “Hello World” post that WordPress sets up when you first install it.

    Do the following:

    1. Log-in to your WordPress dashboard
    2. Go to snip -> Global Snippets in the menu
    3. Edit the Global Snippet that you want to edit
    4. Scroll down till you see the “Position” metabox
    5. Make sure the rules are set up so that it actually targets a specific post

Leave a Reply Cancel reply