Identity & Authority: SkyGod – Signal Evidence & AI Readability

SkyGod

(https://skygod.com) πŸ“Έ Data Snapshot: May 24, 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.
2 Impact Weight: 15 / 100
13% Reputation

There is a total absence of named experts, journalists, or aviation professionals despite the authoritative brand name ‘SkyGod.’ The schema_json is limited to basic WebSite and WebPage types, missing the Person or Organization properties that would link the site to verifiable entities. The technical implementation, particularly the broken heading hierarchy and exposed directory on the airport-codes page, contradicts the claim of being a ‘legendary’ aviation resource.

The site claims to be ‘Everything You Need to Know to Fly,’ yet the actual content is limited to trivial facts (jokes, quotes, parking links). There is a massive gap between the ‘SkyGod’ persona and the actual delivery of simple aggregated data. The lack of current dataβ€”with the most recent modification date in the schema being 2019β€”makes the ‘Departures’ and ‘Arrivals’ claims highly suspect for a 2026 temporal anchor.

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": "WebSite",
            "@id": "https://www.skygod.com/#website",
            "url": "https://www.skygod.com/",
            "name": "SkyGod",
            "description": "Airport Codes and Aviation Quotes",
            "potentialAction": {
                "@type": "SearchAction",
                "target": "https://www.skygod.com/?s={search_term_string}",
                "query-input": "required name=search_term_string"
            }
        },
        {
            "@type": "WebPage",
            "@id": "https://www.skygod.com/#webpage",
            "url": "https://www.skygod.com/",
            "inLanguage": "en-US",
            "name": "Airport Codes, Flying Jokes, and Fun Aviation Quotes",
            "isPartOf": {
                "@id": "https://www.skygod.com/#website"
            },
            "datePublished": "2018-08-07T01:02:07+00:00",
            "dateModified": "2019-07-17T15:17:47+00:00"
        }
    ]
}
/quotes/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebSite",
            "@id": "https://www.skygod.com/#website",
            "url": "https://www.skygod.com/",
            "name": "SkyGod",
            "description": "Airport Codes and Aviation Quotes",
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": "https://www.skygod.com/?s={search_term_string}",
                    "query-input": "required name=search_term_string"
                }
            ],
            "inLanguage": "en-US"
        },
        {
            "@type": "WebPage",
            "@id": "https://www.skygod.com/quotes/#webpage",
            "url": "https://www.skygod.com/quotes/",
            "name": "Aviation, Pilot, and Flying Quotes",
            "isPartOf": {
                "@id": "https://www.skygod.com/#website"
            },
            "datePublished": "2018-08-04T03:20:48+00:00",
            "dateModified": "2018-08-17T03:54:48+00:00",
            "description": "We are collecting quotes about airports, pilots, flight attendant, and aviation pros from the last 100 years.",
            "inLanguage": "en-US",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://www.skygod.com/quotes/"
                    ]
                }
            ]
        }
    ]
}
/airport-codes/ β€” no schema detected (entity gap)
/chicago-ohare-ord/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebSite",
            "@id": "https://www.skygod.com/#website",
            "url": "https://www.skygod.com/",
            "name": "SkyGod",
            "description": "Airport Codes and Aviation Quotes",
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://www.skygod.com/?s={search_term_string}"
                    },
                    "query-input": "required name=search_term_string"
                }
            ],
            "inLanguage": "en-US"
        },
        {
            "@type": "ImageObject",
            "@id": "https://www.skygod.com/chicago-ohare-ord/#primaryimage",
            "inLanguage": "en-US",
            "url": "https://www.skygod.com/wp-content/uploads/2018/09/terminal-1.png",
            "contentUrl": "https://www.skygod.com/wp-content/uploads/2018/09/terminal-1.png",
            "width": 1137,
            "height": 973
        },
        {
            "@type": "WebPage",
            "@id": "https://www.skygod.com/chicago-ohare-ord/#webpage",
            "url": "https://www.skygod.com/chicago-ohare-ord/",
            "name": "Chicago O'Hare International Airport Code, Map and Information - SkyGod",
            "isPartOf": {
                "@id": "https://www.skygod.com/#website"
            },
            "primaryImageOfPage": {
                "@id": "https://www.skygod.com/chicago-ohare-ord/#primaryimage"
            },
            "datePublished": "2018-09-04T19:29:53+00:00",
            "dateModified": "2018-09-21T04:00:15+00:00",
            "breadcrumb": {
                "@id": "https://www.skygod.com/chicago-ohare-ord/#breadcrumb"
            },
            "inLanguage": "en-US",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://www.skygod.com/chicago-ohare-ord/"
                    ]
                }
            ]
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://www.skygod.com/chicago-ohare-ord/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://www.skygod.com/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Chicago O’Hare International Airport Code, Map and Information"
                }
            ]
        }
    ]
}
πŸ›‘οΈ Trust Signals β€” external proof links that back the declared identity
36Review mentions (all pages)
0External proof links (all pages)
PageReviewsProof links
/ (home) 2 0
/quotes/ 4 0
/airport-codes/ 0 0
/chicago-ohare-ord/ 30 0