Identity & Authority: Organised Chaos – Signal Evidence & AI Readability

Organised Chaos

(https://www.organisedchaos.ie) 📸 Data Snapshot: May 19, 2026
Identity & Authority — The Lens

Inspect the JSON-LD. Is there an Organization or Person schema, and does it carry sameAs links to real external profiles (LinkedIn, socials)? Missing schema or no identity declaration signals an anonymous entity.

Identity & Authority Expert verifiability & Schema depth.
11 Impact Weight: 15 / 100
73% Reputation

Sarah Reynolds is presented as a high-authority figure with a verifiable career (RTE, trained by Julie Morgenstern), yet the schema_json lacks Person schema to anchor her professional identity. While she is named and her signature is used as an image, the lack of sameAs links for the individual person in the structured data creates a minor technical authority gap.

The disconnect is minimal; most claims are operational rather than superlative. Bold assertions like ‘reduce housework by 40%’ are presented as ‘proven’ without a direct link to a study, but the majority of performance claims are tied to client testimonials and specific before-and-after transformations in the portfolio.

Identity & Authority is read from the structured data first: whether the site declares who it is in machine-readable schema, with verifiable identity links. Below is the schema captured per page, then the external proof links that support (or fail to support) that identity.

🔗 Identity & Technical Layer — schema JSON-LD: identity chains, entity gaps
Homepage schema
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebPage",
            "@id": "https://www.organisedchaos.ie/",
            "url": "https://www.organisedchaos.ie/",
            "name": "Homepage | Organised Chaos Dublin",
            "isPartOf": {
                "@id": "https://www.organisedchaos.ie/#website"
            },
            "about": {
                "@id": "https://www.organisedchaos.ie/#organization"
            },
            "datePublished": "2017-12-20T05:31:16+00:00",
            "dateModified": "2026-03-27T09:04:28+00:00",
            "description": "Organised Chaos is Ireland’s #1 Professional Organiser. Discover our expert Home Organising service to clear the clutter in your rooms & Corporate Services for company productivity and well-being. Proudly serving customers in Dublin, Europe and internationally. Contact us for your free consultation today!",
            "breadcrumb": {
                "@id": "https://www.organisedchaos.ie/#breadcrumb"
            },
            "inLanguage": "en-GB",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://www.organisedchaos.ie/"
                    ]
                }
            ]
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://www.organisedchaos.ie/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://www.organisedchaos.ie/#website",
            "url": "https://www.organisedchaos.ie/",
            "name": "Organised Chaos",
            "description": "Professional Organising & Decluttering for Homes & Offices",
            "publisher": {
                "@id": "https://www.organisedchaos.ie/#organization"
            },
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://www.organisedchaos.ie/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-GB"
        },
        {
            "@type": "Organization",
            "@id": "https://www.organisedchaos.ie/#organization",
            "name": "Organised Chaos",
            "url": "https://www.organisedchaos.ie/",
            "logo": {
                "@type": "ImageObject",
                "inLanguage": "en-GB",
                "@id": "https://www.organisedchaos.ie/#/schema/logo/image/",
                "url": "https://www.organisedchaos.ie/wp-content/uploads/2015/07/Logo-BW-Blog.jpg",
                "contentUrl": "https://www.organisedchaos.ie/wp-content/uploads/2015/07/Logo-BW-Blog.jpg",
                "width": 600,
                "height": 152,
                "caption": "Organised Chaos"
            },
            "image": {
                "@id": "https://www.organisedchaos.ie/#/schema/logo/image/"
            },
            "sameAs": [
                "https://www.facebook.com/OrganisedChaosIreland",
                "https://x.com/chaos_organised",
                "https://instagram.com/organisedchaosireland",
                "https://www.pinterest.com/orgc/",
                "https://www.youtube.com/user/OrganisedChaosIre"
            ]
        }
    ]
}
/about/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebPage",
            "@id": "https://www.organisedchaos.ie/about/",
            "url": "https://www.organisedchaos.ie/about/",
            "name": "About | Organised Chaos Dublin",
            "isPartOf": {
                "@id": "https://www.organisedchaos.ie/#website"
            },
            "datePublished": "2014-06-20T15:23:50+00:00",
            "dateModified": "2026-03-26T17:56:49+00:00",
            "description": "Organised Chaos is Ireland’s #1 Professional Organiser. Learn about our Home + Office decluttering services in Dublin & Virtual Organising worldwide!",
            "breadcrumb": {
                "@id": "https://www.organisedchaos.ie/about/#breadcrumb"
            },
            "inLanguage": "en-GB",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://www.organisedchaos.ie/about/"
                    ]
                }
            ]
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://www.organisedchaos.ie/about/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://www.organisedchaos.ie/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "About"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://www.organisedchaos.ie/#website",
            "url": "https://www.organisedchaos.ie/",
            "name": "Organised Chaos",
            "description": "Professional Organising & Decluttering for Homes & Offices",
            "publisher": {
                "@id": "https://www.organisedchaos.ie/#organization"
            },
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://www.organisedchaos.ie/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-GB"
        },
        {
            "@type": "Organization",
            "@id": "https://www.organisedchaos.ie/#organization",
            "name": "Organised Chaos",
            "url": "https://www.organisedchaos.ie/",
            "logo": {
                "@type": "ImageObject",
                "inLanguage": "en-GB",
                "@id": "https://www.organisedchaos.ie/#/schema/logo/image/",
                "url": "https://www.organisedchaos.ie/wp-content/uploads/2015/07/Logo-BW-Blog.jpg",
                "contentUrl": "https://www.organisedchaos.ie/wp-content/uploads/2015/07/Logo-BW-Blog.jpg",
                "width": 600,
                "height": 152,
                "caption": "Organised Chaos"
            },
            "image": {
                "@id": "https://www.organisedchaos.ie/#/schema/logo/image/"
            },
            "sameAs": [
                "https://www.facebook.com/OrganisedChaosIreland",
                "https://x.com/chaos_organised",
                "https://instagram.com/organisedchaosireland",
                "https://www.pinterest.com/orgc/",
                "https://www.youtube.com/user/OrganisedChaosIre"
            ]
        }
    ]
}
/courses-2026/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebPage",
            "@id": "https://www.organisedchaos.ie/courses-2026/",
            "url": "https://www.organisedchaos.ie/courses-2026/",
            "name": "Courses 2026 | Organised Chaos Dublin",
            "isPartOf": {
                "@id": "https://www.organisedchaos.ie/#website"
            },
            "datePublished": "2026-02-07T12:57:52+00:00",
            "dateModified": "2026-03-26T16:46:34+00:00",
            "breadcrumb": {
                "@id": "https://www.organisedchaos.ie/courses-2026/#breadcrumb"
            },
            "inLanguage": "en-GB",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://www.organisedchaos.ie/courses-2026/"
                    ]
                }
            ]
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://www.organisedchaos.ie/courses-2026/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://www.organisedchaos.ie/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Courses 2026"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://www.organisedchaos.ie/#website",
            "url": "https://www.organisedchaos.ie/",
            "name": "Organised Chaos",
            "description": "Professional Organising & Decluttering for Homes & Offices",
            "publisher": {
                "@id": "https://www.organisedchaos.ie/#organization"
            },
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://www.organisedchaos.ie/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-GB"
        },
        {
            "@type": "Organization",
            "@id": "https://www.organisedchaos.ie/#organization",
            "name": "Organised Chaos",
            "url": "https://www.organisedchaos.ie/",
            "logo": {
                "@type": "ImageObject",
                "inLanguage": "en-GB",
                "@id": "https://www.organisedchaos.ie/#/schema/logo/image/",
                "url": "https://www.organisedchaos.ie/wp-content/uploads/2015/07/Logo-BW-Blog.jpg",
                "contentUrl": "https://www.organisedchaos.ie/wp-content/uploads/2015/07/Logo-BW-Blog.jpg",
                "width": 600,
                "height": 152,
                "caption": "Organised Chaos"
            },
            "image": {
                "@id": "https://www.organisedchaos.ie/#/schema/logo/image/"
            },
            "sameAs": [
                "https://www.facebook.com/OrganisedChaosIreland",
                "https://x.com/chaos_organised",
                "https://instagram.com/organisedchaosireland",
                "https://www.pinterest.com/orgc/",
                "https://www.youtube.com/user/OrganisedChaosIre"
            ]
        }
    ]
}
/portfolio/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebPage",
            "@id": "https://www.organisedchaos.ie/portfolio/",
            "url": "https://www.organisedchaos.ie/portfolio/",
            "name": "Portfolio | Organised Chaos Dublin",
            "isPartOf": {
                "@id": "https://www.organisedchaos.ie/#website"
            },
            "datePublished": "2021-04-21T09:39:39+00:00",
            "dateModified": "2026-03-16T16:02:58+00:00",
            "breadcrumb": {
                "@id": "https://www.organisedchaos.ie/portfolio/#breadcrumb"
            },
            "inLanguage": "en-GB",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://www.organisedchaos.ie/portfolio/"
                    ]
                }
            ]
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://www.organisedchaos.ie/portfolio/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://www.organisedchaos.ie/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Portfolio"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://www.organisedchaos.ie/#website",
            "url": "https://www.organisedchaos.ie/",
            "name": "Organised Chaos",
            "description": "Professional Organising & Decluttering for Homes & Offices",
            "publisher": {
                "@id": "https://www.organisedchaos.ie/#organization"
            },
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://www.organisedchaos.ie/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-GB"
        },
        {
            "@type": "Organization",
            "@id": "https://www.organisedchaos.ie/#organization",
            "name": "Organised Chaos",
            "url": "https://www.organisedchaos.ie/",
            "logo": {
                "@type": "ImageObject",
                "inLanguage": "en-GB",
                "@id": "https://www.organisedchaos.ie/#/schema/logo/image/",
                "url": "https://www.organisedchaos.ie/wp-content/uploads/2015/07/Logo-BW-Blog.jpg",
                "contentUrl": "https://www.organisedchaos.ie/wp-content/uploads/2015/07/Logo-BW-Blog.jpg",
                "width": 600,
                "height": 152,
                "caption": "Organised Chaos"
            },
            "image": {
                "@id": "https://www.organisedchaos.ie/#/schema/logo/image/"
            },
            "sameAs": [
                "https://www.facebook.com/OrganisedChaosIreland",
                "https://x.com/chaos_organised",
                "https://instagram.com/organisedchaosireland",
                "https://www.pinterest.com/orgc/",
                "https://www.youtube.com/user/OrganisedChaosIre"
            ]
        }
    ]
}
/home-organising-2/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebPage",
            "@id": "https://www.organisedchaos.ie/home-organising-2/",
            "url": "https://www.organisedchaos.ie/home-organising-2/",
            "name": "Home Organising | Organised Chaos Dublin",
            "isPartOf": {
                "@id": "https://www.organisedchaos.ie/#website"
            },
            "datePublished": "2017-12-22T17:46:54+00:00",
            "dateModified": "2026-03-27T08:53:17+00:00",
            "description": "Home organising & decluttering services by Organised Chaos, Ireland’s #1 Professional Organiser. Sarah Reynolds will organise your wardrobe, kitchen, playroom, attic, garage & all other rooms in your house. Serving customers in Dublin, Europe and internationally. Contact us for your free consultation today!",
            "breadcrumb": {
                "@id": "https://www.organisedchaos.ie/home-organising-2/#breadcrumb"
            },
            "inLanguage": "en-GB",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://www.organisedchaos.ie/home-organising-2/"
                    ]
                }
            ]
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://www.organisedchaos.ie/home-organising-2/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://www.organisedchaos.ie/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Home Organising"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://www.organisedchaos.ie/#website",
            "url": "https://www.organisedchaos.ie/",
            "name": "Organised Chaos",
            "description": "Professional Organising & Decluttering for Homes & Offices",
            "publisher": {
                "@id": "https://www.organisedchaos.ie/#organization"
            },
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://www.organisedchaos.ie/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-GB"
        },
        {
            "@type": "Organization",
            "@id": "https://www.organisedchaos.ie/#organization",
            "name": "Organised Chaos",
            "url": "https://www.organisedchaos.ie/",
            "logo": {
                "@type": "ImageObject",
                "inLanguage": "en-GB",
                "@id": "https://www.organisedchaos.ie/#/schema/logo/image/",
                "url": "https://www.organisedchaos.ie/wp-content/uploads/2015/07/Logo-BW-Blog.jpg",
                "contentUrl": "https://www.organisedchaos.ie/wp-content/uploads/2015/07/Logo-BW-Blog.jpg",
                "width": 600,
                "height": 152,
                "caption": "Organised Chaos"
            },
            "image": {
                "@id": "https://www.organisedchaos.ie/#/schema/logo/image/"
            },
            "sameAs": [
                "https://www.facebook.com/OrganisedChaosIreland",
                "https://x.com/chaos_organised",
                "https://instagram.com/organisedchaosireland",
                "https://www.pinterest.com/orgc/",
                "https://www.youtube.com/user/OrganisedChaosIre"
            ]
        }
    ]
}
/corporate-services/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebPage",
            "@id": "https://www.organisedchaos.ie/corporate-services/",
            "url": "https://www.organisedchaos.ie/corporate-services/",
            "name": "Corporate Services | Organised Chaos Dublin",
            "isPartOf": {
                "@id": "https://www.organisedchaos.ie/#website"
            },
            "datePublished": "2017-12-20T17:21:53+00:00",
            "dateModified": "2026-03-27T09:31:58+00:00",
            "description": "Corporate services by Organised Chaos, Ireland’s #1 Professional Organiser. Serving companies in Dublin, Europe and internationally with office decluttering, consultations & more.",
            "breadcrumb": {
                "@id": "https://www.organisedchaos.ie/corporate-services/#breadcrumb"
            },
            "inLanguage": "en-GB",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://www.organisedchaos.ie/corporate-services/"
                    ]
                }
            ]
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://www.organisedchaos.ie/corporate-services/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://www.organisedchaos.ie/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Corporate Services"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://www.organisedchaos.ie/#website",
            "url": "https://www.organisedchaos.ie/",
            "name": "Organised Chaos",
            "description": "Professional Organising & Decluttering for Homes & Offices",
            "publisher": {
                "@id": "https://www.organisedchaos.ie/#organization"
            },
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://www.organisedchaos.ie/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-GB"
        },
        {
            "@type": "Organization",
            "@id": "https://www.organisedchaos.ie/#organization",
            "name": "Organised Chaos",
            "url": "https://www.organisedchaos.ie/",
            "logo": {
                "@type": "ImageObject",
                "inLanguage": "en-GB",
                "@id": "https://www.organisedchaos.ie/#/schema/logo/image/",
                "url": "https://www.organisedchaos.ie/wp-content/uploads/2015/07/Logo-BW-Blog.jpg",
                "contentUrl": "https://www.organisedchaos.ie/wp-content/uploads/2015/07/Logo-BW-Blog.jpg",
                "width": 600,
                "height": 152,
                "caption": "Organised Chaos"
            },
            "image": {
                "@id": "https://www.organisedchaos.ie/#/schema/logo/image/"
            },
            "sameAs": [
                "https://www.facebook.com/OrganisedChaosIreland",
                "https://x.com/chaos_organised",
                "https://instagram.com/organisedchaosireland",
                "https://www.pinterest.com/orgc/",
                "https://www.youtube.com/user/OrganisedChaosIre"
            ]
        }
    ]
}
🛡️ Trust Signals — external proof links that back the declared identity
259Review mentions (all pages)
12External proof links (all pages)
PageReviewsProof links
/ (home) 83 2
/about/ 6 2
/courses-2026/ 30 2
/portfolio/ 6 2
/home-organising-2/ 85 2
/corporate-services/ 49 2