Identity & Authority: Lumosity – Signal Evidence & AI Readability

Lumosity

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

Authority is exceptionally well-established with zero detectable gaps. The site names specific high-profile academics such as Murali Doraiswamy from Duke and Robert Desimone from MIT. The JSON-LD schema is sophisticated, including Organization and SoftwareApplication types that link back to the parent entity, Lumos Labs.

Lumosity is unusually transparent about the limitations of its own claims. On the homepage, under the Researching the efficacy heading, they explicitly mention risks of experimenter bias, attrition bias, and the need for more research regarding everyday tasks. This level of scientific nuance is the antithesis of marketing bullshit.

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": "Organization",
            "@id": "https://www.lumosity.com/#organization",
            "name": "Lumosity",
            "alternateName": "Lumosity",
            "url": "https://www.lumosity.com/",
            "image": "https://www.lumosity.com/assets/brand-icons/lumosity-text.svg",
            "logo": {
                "@type": "ImageObject",
                "url": "https://www.lumosity.com/assets/brand-icons/lumosity-text.svg"
            },
            "description": "Lumosity is a science-backed brain training platform offering cognitive games designed to improve memory, attention, speed, flexibility, and problem-solving skills.",
            "brand": {
                "@type": "Brand",
                "name": "Lumosity"
            },
            "parentOrganization": {
                "@type": "Organization",
                "name": "Lumos Labs"
            },
            "sameAs": [
                "https://www.facebook.com/Lumosity/",
                "https://x.com/Lumosity",
                "https://www.linkedin.com/company/lumos-labs-lumosity-"
            ],
            "contactPoint": [
                {
                    "@type": "ContactPoint",
                    "contactType": "customer support",
                    "url": "https://lumositybeta.zendesk.com/hc/en-us",
                    "areaServed": "Worldwide",
                    "availableLanguage": [
                        "en",
                        "fr",
                        "de",
                        "es",
                        "pt",
                        "ja",
                        "ko"
                    ]
                }
            ],
            "knowsAbout": [
                "Brain training",
                "Cognitive games",
                "Memory improvement",
                "Attention training",
                "Problem solving",
                "Neuroscience-based learning",
                "Brain games"
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://www.lumosity.com/#website",
            "url": "https://www.lumosity.com/",
            "name": "Lumosity",
            "publisher": {
                "@id": "https://www.lumosity.com/#organization"
            },
            "inLanguage": "en"
        },
        {
            "@type": "WebPage",
            "@id": "https://www.lumosity.com/en/#webpage",
            "url": "https://www.lumosity.com/en/",
            "name": "Home",
            "description": "Lumosity is the world's leading brain training program, built on the science of neuroplasticity. Train memory, attention, and more with 40+ fun, personalized games.",
            "isPartOf": {
                "@id": "https://www.lumosity.com/#website"
            },
            "about": {
                "@id": "https://www.lumosity.com/#organization"
            },
            "primaryImageOfPage": {
                "@type": "ImageObject",
                "url": "https://www.lumosity.com/assets/brand-icons/lumosity-text.svg",
                "contentUrl": "https://www.lumosity.com/assets/brand-icons/lumosity-text.svg"
            },
            "mainEntity": {
                "@id": "https://www.lumosity.com/#app"
            },
            "inLanguage": "en"
        },
        {
            "@type": "SoftwareApplication",
            "@id": "https://www.lumosity.com/#app",
            "name": "Lumosity",
            "applicationCategory": "GameApplication",
            "operatingSystem": "iOS, Android, Web",
            "publisher": {
                "@id": "https://www.lumosity.com/#organization"
            },
            "url": "https://www.lumosity.com/en/",
            "mainEntityOfPage": {
                "@id": "https://www.lumosity.com/en/#webpage"
            }
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://www.lumosity.com/en/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://www.lumosity.com/en/"
                }
            ]
        }
    ]
}
/en/brain-games/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https://www.lumosity.com/#organization",
            "name": "Lumosity",
            "alternateName": "Lumosity",
            "url": "https://www.lumosity.com/",
            "image": "https://www.lumosity.com/assets/brand-icons/lumosity-text.svg",
            "logo": {
                "@type": "ImageObject",
                "url": "https://www.lumosity.com/assets/brand-icons/lumosity-text.svg"
            },
            "description": "Lumosity is a science-backed brain training platform offering cognitive games designed to improve memory, attention, speed, flexibility, and problem-solving skills.",
            "brand": {
                "@type": "Brand",
                "name": "Lumosity"
            },
            "parentOrganization": {
                "@type": "Organization",
                "name": "Lumos Labs"
            },
            "sameAs": [
                "https://www.facebook.com/Lumosity/",
                "https://x.com/Lumosity",
                "https://www.linkedin.com/company/lumos-labs-lumosity-"
            ],
            "contactPoint": [
                {
                    "@type": "ContactPoint",
                    "contactType": "customer support",
                    "url": "https://lumositybeta.zendesk.com/hc/en-us",
                    "areaServed": "Worldwide",
                    "availableLanguage": [
                        "en",
                        "fr",
                        "de",
                        "es",
                        "pt",
                        "ja",
                        "ko"
                    ]
                }
            ],
            "knowsAbout": [
                "Brain training",
                "Cognitive games",
                "Memory improvement",
                "Attention training",
                "Problem solving",
                "Neuroscience-based learning",
                "Brain games"
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://www.lumosity.com/#website",
            "url": "https://www.lumosity.com/",
            "name": "Lumosity",
            "publisher": {
                "@id": "https://www.lumosity.com/#organization"
            },
            "inLanguage": "en"
        },
        {
            "@type": "CollectionPage",
            "name": "Play Brain Games Online",
            "description": "Challenge your mind with brain games designed to engage memory, focus, and problem-solving skills. Start training with Lumosity's fun brain games inspired by cognitive science.",
            "isPartOf": {
                "@id": "https://www.lumosity.com/#website"
            },
            "about": {
                "@id": "https://www.lumosity.com/#organization"
            },
            "primaryImageOfPage": {
                "@type": "ImageObject",
                "url": "https://www.lumosity.com/assets/brand-icons/lumosity-text.svg"
            },
            "@id": "https://www.lumosity.com/en/brain-games/#webpage",
            "url": "https://www.lumosity.com/en/brain-games/",
            "hasPart": [
                {
                    "@type": "ItemList",
                    "position": 1,
                    "name": "Memory Games",
                    "itemListElement": [
                        {
                            "@type": "ListItem",
                            "position": 1,
                            "name": "Memory Match"
                        },
                        {
                            "@type": "ListItem",
                            "position": 2,
                            "name": "Memory Match Overdrive"
                        },
                        {
                            "@type": "ListItem",
                            "position": 3,
                            "name": "Memory Matrix"
                        },
                        {
                            "@type": "ListItem",
                            "position": 4,
                            "name": "Tidal Treasures"
                        }
                    ]
                },
                {
                    "@type": "ItemList",
                    "position": 2,
                    "name": "Speed Games",
                    "itemListElement": [
                        {
                            "@type": "ListItem",
                            "position": 1,
                            "name": "Speed Match"
                        },
                        {
                            "@type": "ListItem",
                            "position": 2,
                            "name": "Speed Match Overdrive"
                        },
                        {
                            "@type": "ListItem",
                            "position": 3,
                            "name": "Highway Hazards"
                        },
                        {
                            "@type": "ListItem",
                            "position": 4,
                            "name": "Speed Pack"
                        }
                    ]
                },
                {
                    "@type": "ItemList",
                    "position": 3,
                    "name": "Attention Games",
                    "itemListElement": [
                        {
                            "@type": "ListItem",
                            "position": 1,
                            "name": "Lost in Migration"
                        },
                        {
                            "@type": "ListItem",
                            "position": 2,
                            "name": "Trouble Brewing"
                        },
                        {
                            "@type": "ListItem",
                            "position": 3,
                            "name": "Star Search"
                        },
                        {
                            "@type": "ListItem",
                            "position": 4,
                            "name": "Feel the Beat"
                        }
                    ]
                },
                {
                    "@type": "ItemList",
                    "position": 4,
                    "name": "Flexibility Games",
                    "itemListElement": [
                        {
                            "@type": "ListItem",
                            "position": 1,
                            "name": "Brain Shift"
                        },
                        {
                            "@type": "ListItem",
                            "position": 2,
                            "name": "Brain Shift Overdrive"
                        },
                        {
                            "@type": "ListItem",
                            "position": 3,
                            "name": "Disillusion"
                        },
                        {
                            "@type": "ListItem",
                            "position": 4,
                            "name": "Color Match"
                        }
                    ]
                },
                {
                    "@type": "ItemList",
                    "position": 5,
                    "name": "Problem Solving Games",
                    "itemListElement": [
                        {
                            "@type": "ListItem",
                            "position": 1,
                            "name": "Pet Detective"
                        },
                        {
                            "@type": "ListItem",
                            "position": 2,
                            "name": "Masterpiece"
                        },
                        {
                            "@type": "ListItem",
                            "position": 3,
                            "name": "Fuse Clues"
                        },
                        {
                            "@type": "ListItem",
                            "position": 4,
                            "name": "Pirate Passage"
                        }
                    ]
                },
                {
                    "@type": "ItemList",
                    "position": 6,
                    "name": "Word Games",
                    "itemListElement": [
                        {
                            "@type": "ListItem",
                            "position": 1,
                            "name": "Word Bubbles"
                        },
                        {
                            "@type": "ListItem",
                            "position": 2,
                            "name": "Word Snatchers"
                        },
                        {
                            "@type": "ListItem",
                            "position": 3,
                            "name": "Editor’s Choice"
                        },
                        {
                            "@type": "ListItem",
                            "position": 4,
                            "name": "Taking Root"
                        }
                    ]
                },
                {
                    "@type": "ItemList",
                    "position": 7,
                    "name": "Math Games",
                    "itemListElement": [
                        {
                            "@type": "ListItem",
                            "position": 1,
                            "name": "Top That"
                        },
                        {
                            "@type": "ListItem",
                            "position": 2,
                            "name": "Chalkboard Challenge"
                        },
                        {
                            "@type": "ListItem",
                            "position": 3,
                            "name": "Magic Chance"
                        },
                        {
                            "@type": "ListItem",
                            "position": 4,
                            "name": "Raindrops"
                        }
                    ]
                }
            ]
        },
        {
            "@type": "FAQPage",
            "@id": "https://www.lumosity.com/en/brain-games/#faq",
            "mainEntity": [
                {
                    "@type": "Question",
                    "name": "What are the best brain game apps?",
                    "acceptedAnswer": {
                        "@type": "Answer",
                        "text": "For brain games that are structured and also fun, Lumosity is a great pick β€” it's got a mix of memory, attention, and logic games that change things up as you go."
                    }
                },
                {
                    "@type": "Question",
                    "name": "How often should I play brain games?",
                    "acceptedAnswer": {
                        "@type": "Answer",
                        "text": "You don't need to spend hours. A lot of people stick to about 10–15 minutes a day, a few times a week. It's enough to make it part of your routine without feeling like homework. Short, focused sessions can help keep your training consistent and rewarding."
                    }
                },
                {
                    "@type": "Question",
                    "name": "Are there free brain games?",
                    "acceptedAnswer": {
                        "@type": "Answer",
                        "text": "Yes! Most apps β€” including Lumosity β€” have free versions with a handful of games you can try out. If you end up enjoying them, you can always unlock more by subscribing, but you definitely don't have to pay just to get started."
                    }
                },
                {
                    "@type": "Question",
                    "name": "Can children play brain games too?",
                    "acceptedAnswer": {
                        "@type": "Answer",
                        "text": "Yes, there are a lot of brain games for kids β€” colorful, fun, and simple to understand. These games train focus, problem-solving, or language in a way that feels like play, not school."
                    }
                }
            ],
            "isPartOf": {
                "@id": "https://www.lumosity.com/en/brain-games/#webpage"
            }
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://www.lumosity.com/en/brain-games/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://www.lumosity.com/en/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Brain Games",
                    "item": "https://www.lumosity.com/en/brain-games/"
                }
            ]
        }
    ]
}
/en/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https://www.lumosity.com/#organization",
            "name": "Lumosity",
            "alternateName": "Lumosity",
            "url": "https://www.lumosity.com/",
            "image": "https://www.lumosity.com/assets/brand-icons/lumosity-text.svg",
            "logo": {
                "@type": "ImageObject",
                "url": "https://www.lumosity.com/assets/brand-icons/lumosity-text.svg"
            },
            "description": "Lumosity is a science-backed brain training platform offering cognitive games designed to improve memory, attention, speed, flexibility, and problem-solving skills.",
            "brand": {
                "@type": "Brand",
                "name": "Lumosity"
            },
            "parentOrganization": {
                "@type": "Organization",
                "name": "Lumos Labs"
            },
            "sameAs": [
                "https://www.facebook.com/Lumosity/",
                "https://x.com/Lumosity",
                "https://www.linkedin.com/company/lumos-labs-lumosity-"
            ],
            "contactPoint": [
                {
                    "@type": "ContactPoint",
                    "contactType": "customer support",
                    "url": "https://lumositybeta.zendesk.com/hc/en-us",
                    "areaServed": "Worldwide",
                    "availableLanguage": [
                        "en",
                        "fr",
                        "de",
                        "es",
                        "pt",
                        "ja",
                        "ko"
                    ]
                }
            ],
            "knowsAbout": [
                "Brain training",
                "Cognitive games",
                "Memory improvement",
                "Attention training",
                "Problem solving",
                "Neuroscience-based learning",
                "Brain games"
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://www.lumosity.com/#website",
            "url": "https://www.lumosity.com/",
            "name": "Lumosity",
            "publisher": {
                "@id": "https://www.lumosity.com/#organization"
            },
            "inLanguage": "en"
        },
        {
            "@type": "WebPage",
            "@id": "https://www.lumosity.com/en/#webpage",
            "url": "https://www.lumosity.com/en/",
            "name": "Home",
            "description": "Lumosity is the world's leading brain training program, built on the science of neuroplasticity. Train memory, attention, and more with 40+ fun, personalized games.",
            "isPartOf": {
                "@id": "https://www.lumosity.com/#website"
            },
            "about": {
                "@id": "https://www.lumosity.com/#organization"
            },
            "primaryImageOfPage": {
                "@type": "ImageObject",
                "url": "https://www.lumosity.com/assets/brand-icons/lumosity-text.svg",
                "contentUrl": "https://www.lumosity.com/assets/brand-icons/lumosity-text.svg"
            },
            "mainEntity": {
                "@id": "https://www.lumosity.com/#app"
            },
            "inLanguage": "en"
        },
        {
            "@type": "SoftwareApplication",
            "@id": "https://www.lumosity.com/#app",
            "name": "Lumosity",
            "applicationCategory": "GameApplication",
            "operatingSystem": "iOS, Android, Web",
            "publisher": {
                "@id": "https://www.lumosity.com/#organization"
            },
            "url": "https://www.lumosity.com/en/",
            "mainEntityOfPage": {
                "@id": "https://www.lumosity.com/en/#webpage"
            }
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://www.lumosity.com/en/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://www.lumosity.com/en/"
                }
            ]
        }
    ]
}
/en/science/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https://www.lumosity.com/#organization",
            "name": "Lumosity",
            "alternateName": "Lumosity",
            "url": "https://www.lumosity.com/",
            "image": "https://www.lumosity.com/assets/brand-icons/lumosity-text.svg",
            "logo": {
                "@type": "ImageObject",
                "url": "https://www.lumosity.com/assets/brand-icons/lumosity-text.svg"
            },
            "description": "Lumosity is a science-backed brain training platform offering cognitive games designed to improve memory, attention, speed, flexibility, and problem-solving skills.",
            "brand": {
                "@type": "Brand",
                "name": "Lumosity"
            },
            "parentOrganization": {
                "@type": "Organization",
                "name": "Lumos Labs"
            },
            "sameAs": [
                "https://www.facebook.com/Lumosity/",
                "https://x.com/Lumosity",
                "https://www.linkedin.com/company/lumos-labs-lumosity-"
            ],
            "contactPoint": [
                {
                    "@type": "ContactPoint",
                    "contactType": "customer support",
                    "url": "https://lumositybeta.zendesk.com/hc/en-us",
                    "areaServed": "Worldwide",
                    "availableLanguage": [
                        "en",
                        "fr",
                        "de",
                        "es",
                        "pt",
                        "ja",
                        "ko"
                    ]
                }
            ],
            "knowsAbout": [
                "Brain training",
                "Cognitive games",
                "Memory improvement",
                "Attention training",
                "Problem solving",
                "Neuroscience-based learning",
                "Brain games"
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://www.lumosity.com/#website",
            "url": "https://www.lumosity.com/",
            "name": "Lumosity",
            "publisher": {
                "@id": "https://www.lumosity.com/#organization"
            },
            "inLanguage": "en"
        },
        {
            "@type": "WebPage",
            "@id": "https://www.lumosity.com/en/science/#webpage",
            "url": "https://www.lumosity.com/en/science/",
            "name": "Science",
            "description": "Evidence-based brain training and cognitive assessments, unique real-world insights.",
            "isPartOf": {
                "@id": "https://www.lumosity.com/#website"
            },
            "about": {
                "@id": "https://www.lumosity.com/#organization"
            },
            "primaryImageOfPage": {
                "@type": "ImageObject",
                "url": "https://www.lumosity.com/assets/brand-icons/lumosity-text.svg",
                "contentUrl": "https://www.lumosity.com/assets/brand-icons/lumosity-text.svg"
            },
            "inLanguage": "en"
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://www.lumosity.com/en/science/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://www.lumosity.com/en/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Science",
                    "item": "https://www.lumosity.com/en/science/"
                }
            ]
        }
    ]
}
πŸ›‘οΈ Trust Signals β€” external proof links that back the declared identity
19Review mentions (all pages)
0External proof links (all pages)
PageReviewsProof links
/ (home) 4 0
/en/brain-games/ 0 0
/en/ 4 0
/en/science/ 11 0