International Disability Alliance
Presented by Nick Gray and his Claude Code agents
Generative Engine Optimization audit

International Disability Alliance

How well internationaldisabilityalliance.org can be discovered, understood, cited and recommended by AI search systems such as ChatGPT, Perplexity, Gemini and Google AI Overviews, with the traditional SEO foundations underneath.

Audit date 15 Sep 2026 Pages analysed 40 Platform Webflow + Cloudflare Data Public only, no Search Console
58GEO score / 100
Nick Gray

Nick Gray

Nick runs SEO for a small group of publishers and non-profits. His agents crawled the site and wrote the first draft. Nick reviewed it and cut what did not hold up.

A note from NickThe spirit of everything below is small structural changes to fix the low-hanging fruit. Nothing here is aggressive, and nothing verges on spammy. Anything that would need a big content or design effort is out of scope. Almost all of it is a setting inside Webflow or Cloudflare that your team can change yourselves. Where a task suits a coding agent or an AI assistant, there is a prompt you can paste.

Executive summary

IDA is a real, well-recognised entity. It has a Wikipedia article, a Wikidata entry, five live social profiles, and frequent current citations from UN.org, OHCHR, WHO and UN DESA. The writing on the site is credible. The problems are structural and sit in the Webflow setup: no sitemap, no canonical tags, no Organization schema, an empty robots.txt, and 22 of 40 pages titled just "IDA". These are low-effort fixes that would lift the site from Poor to Fair or Good quickly.

Overall score58 /100Poor (40–59)
Critical issues4All fixable in Webflow settings
Pages with duplicate title22 of 40Every news release and resource page is titled "IDA"
Pages with canonical tag0 of 40No sitemap either

Score breakdown

Six categories, weighted by how much they influence whether AI systems cite a site. The composite is the weighted sum.

Category scores

Score out of 100. Hover a bar for the weight and contribution.

Contribution to the composite score

Weighted points each category adds. Maximum possible shown as the light track.

Category Score Weight Weighted Rating One-line reason
AI Citability 57 25% 14.3 Fair No passage reaches the 70/100 citation-ready threshold. Facts exist but sit mid-paragraph.
Brand Authority 70 20% 14.0 Good Wikipedia, Wikidata, LinkedIn, YouTube, X, and strong UN citations. Nothing is linked from the site.
Content E-E-A-T 64 20% 12.8 Fair Credible leadership and sourcing. Hurt by CMS defects, thin pages and PDF-only substance.
Technical GEO 70 15% 10.5 Fair Static HTML renders fully without JS. No sitemap, no canonicals, thin security headers.
Schema & Structured Data 14 10% 1.4 Critical Only resource pages have any JSON-LD, and all 15 blocks share the same wrong description.
Platform Optimization 46 10% 4.6 Poor AI Overviews readiness is weakest at 30. ChatGPT is best at 58 thanks to Wikipedia.
Overall 58 100% 57.6 Poor

The first pass scored Brand Authority 67 and deducted for "no YouTube channel". A second check found the channel linked in the site footer, so the score was raised to 70. Core Web Vitals were not measured because Google's PageSpeed API was unavailable during the audit.

Issues by severity

Everything found, ranked. Critical and High items are all configuration problems in Webflow or Cloudflare, not content problems. Tags show who does the work.

Critical4Fix immediately
High6Fix within one week
Medium7Fix within one month
Low5When convenient

Critical

1
No XML sitemap

/sitemap.xml and four other common paths (/sitemap_index.xml, /sitemap-index.xml, /sitemap.txt, /sitemap1.xml) all return 404. A 40-plus page site with dozens of article and resource pages depends entirely on internal links for discovery. Bing Copilot and Perplexity both lean on sitemaps.

In Webflow: Site settings → SEO → Auto-generate sitemap. Then submit it in Google Search Console and Bing Webmaster Tools.
Webflow setting
2
No Organization / NGO schema anywhere

The homepage and every top-level page have zero JSON-LD. Five social profiles sit in the footer but are not declared in a sameAs array, and the Wikipedia and Wikidata entities are not linked. This is the single highest-leverage fix for AI entity recognition.

Paste the NGO JSON-LD from the Schema section into Webflow site-wide head code.
Webflow settingConfirm addresses
3
22 of 40 pages titled "IDA"

Every page under /new-releases/ and /resources/ has the literal title "IDA". Example: the Tonga ratification release. Search engines and AI crawlers cannot distinguish or attribute these pages.

In the Webflow CMS collection template settings, bind the title to {Name} | International Disability Alliance.
Webflow setting
4
Wrong, copy-pasted description on all 16 resource pages

Both the meta description and the JSON-LD description carry one generic "article-by-article CRPD guide" sentence, which misdescribes almost every resource. Examples: Annual Report 2025, COP30 climate briefing, Ukraine situation report.

Same CMS template fix: bind description to each item's own summary field. If the summary field is empty for many items, use the prompt below to draft them.
Webflow settingAI agent
Draft unique titles and descriptions for every resource and news page
Here is a CSV export of the "Resources" and "News Releases" collections from
the International Disability Alliance Webflow site (columns: name, slug,
summary, publication date, PDF link). For each row:
1. Propose a page title in the form "[Item name] | International Disability
   Alliance", under about 65 characters. Shorten the item name if needed but
   keep the key nouns (country, treaty, report type, year).
2. Read the linked page at https://www.internationaldisabilityalliance.org/
   resources/[slug] or /new-releases/[slug]. Write a meta description of 120
   to 155 characters that says what this specific document or statement is
   about. Plain language. No clickbait. Do not reuse one sentence across rows.
3. Output: slug, proposed_title, proposed_description.
Give me the first 10 to review before doing the rest. Do not invent facts
that are not on the page.

High

5
No canonical tag on any page (0 of 40)

Without self-referencing canonicals, every URL variant is a potential duplicate.

Add a self-referencing canonical in Webflow site-wide head code, or use the per-page canonical setting.
Webflow setting
6
Homepage has two H1 elements

"We build belonging, by and for persons with disabilities" and "OUR SUPPORTERS INCLUDE" are both H1 on the homepage.

Demote the second to an H2 in the Webflow Designer.
Webflow setting
7
No llms.txt

/llms.txt and /llms-full.txt both return 404. A draft is in the AI citability section.

Editor
8
Empty robots.txt (0 bytes)

/robots.txt exists but contains nothing. Nothing is blocked, which is good, but there is no Sitemap line and no deliberate AI crawler policy.

In Webflow Site settings → SEO → robots.txt, add Sitemap: https://www.internationaldisabilityalliance.org/sitemap.xml. Optionally add a Content-Signal line once IDA has decided its AI policy.
Webflow settingDecision
9
No NewsArticle or Event schema; existing Article schema uses a relative URL

Pages under /new-releases/ and /events/ have no structured data. The 15 resource Article blocks use a relative url value, which fails validation.

Templates are in the Schema section. Add them to the collection page templates in Webflow.
Webflow setting
10
Security headers missing on every page

Content-Security-Policy, X-Frame-Options, X-Content-Type-Options, Referrer-Policy and Permissions-Policy are all absent. HSTS is present but weak.

Add them with Cloudflare Transform Rules (Rules → Transform Rules → Modify Response Header). No change to Webflow needed.
Cloudflare

Medium

11
No passage reaches the citation-ready threshold

78 content blocks scored across five pages. Best block is 69, Dr Nawaf Kabbara's bio on /governance. Statistical density scored 0 almost everywhere even where strong numbers exist.

Editor
12
Resource pages are PDF teasers

Example: the Annual Report 2025 page is 310 words plus a download link. AI engines that do not parse linked PDFs never see IDA's most substantive material.

EditorAI agent
13
Thin utility pages

/how-can-we-help (69 words), /our-strategy (174), /events (203), /alliance-and-opd-strengthening (248).

Editor
14
No Person schema for leadership and no BreadcrumbList

Applies to /our-team, /governance and all collection templates.

Webflow setting
15
COSP19 event date conflict

The COSP19 detail page says 8–11 June 2026, New York. The events listing card says August 12–27, 2026, Geneva. One is wrong. Verify before adding Event schema.

Decision
16
Wikipedia article flagged "needs additional citations"

The article carries a maintenance banner. Publishing citable primary sources in HTML (founding date, legal status, annual report figures) gives editors material.

Editor
17
No Reddit presence

Zero results for the brand on Reddit. Low priority for an NGO.

A note from NickTwo items above need a decision from IDA rather than a fix: which COSP19 date is correct (item 15) and what your policy on AI crawlers should be (item 8). I flagged both rather than guess. Everything else can go straight to whoever manages the Webflow site.

Low

18
32 of 64 homepage images have empty alt text

Many are decorative partner logos, so some of these are correct.

19
Typos in the President's bio on /governance

"Dr Nawaf kabbara", "founders r of", "university of Balamand" on /governance. Corrected text is in the Content section.

20
Inconsistent capitalisation "NEWs RELEASES" and slug /new-releases

The homepage heading reads "NEWs RELEASES" and the section lives at /new-releases rather than /news-releases. Changing the slug is not worth a redirect; fixing the heading is.

21
No WebSite + SearchAction schema
22
Webflow generator meta tag present

Harmless.

AI citability 57 / 100

Each content block was rated on answer quality, self-containment, structure, statistical density and uniqueness. A block at 70 or above is considered citation-ready. None on the site reach it.

Average citability by page

Mean block score. Hover for block count and best passage.

Best block on each page

The single highest-scoring passage. The line marks the 70 citation-ready threshold.

The pattern

Narrative paragraphs put the frame first and the fact last. The fix is editorial, not technical: open each section with a one-sentence, number-first claim that stands alone.

Before (homepage hero, scored 48)
Representing the global disability movement – turning rights into systemic change. We are an alliance of 14 networks, made up of organisations of persons with disabilities, united for our rights…
After (lead with the fact)
The International Disability Alliance is an alliance of 14 global and regional networks that together represent more than 5,500 organisations of persons with disabilities in over 200 countries.
Add a citable summary above every PDF download on the resource pages
For each page under https://www.internationaldisabilityalliance.org/resources/
(list attached), open the linked PDF and write a 100 to 150 word summary to
sit above the download button. Rules:
- The first sentence states what the document is, who published it, and the
  year. Example: "This 2025 report from the International Disability Alliance
  documents…"
- Include at least two specific facts from the PDF: a number, a date, a
  country, or a named recommendation. Quote the PDF's own figures. Do not
  estimate or invent.
- Every sentence must make sense on its own if quoted in isolation.
- End with one sentence on who the document is for.
Output: slug, summary. Send me the first five to review before continuing.

AI crawler access

robots.txt exists but is empty, so every AI crawler is allowed by default. This is accidental openness rather than a policy. Whether Cloudflare bot settings block any of these independently was not verified.

Draft llms.txt

Show the draft file to place at /llms.txt
# International Disability Alliance (IDA)

> IDA is an alliance of 14 global and regional networks of organisations of persons with disabilities, working to advance the UN Convention on the Rights of Persons with Disabilities (CRPD) worldwide.

## About
- [Our network](https://www.internationaldisabilityalliance.org/our-network): The 14 member networks and 5,500+ member organisations.
- [Governance](https://www.internationaldisabilityalliance.org/governance): Board, President and Executive Director bios.
- [Our strategy](https://www.internationaldisabilityalliance.org/our-strategy): 2030 goals.
- [Impact](https://www.internationaldisabilityalliance.org/impact): Stories of change and outcome figures.

## Work
- [Global influence and research center](https://www.internationaldisabilityalliance.org/global-influence-and-research-center)
- [Inclusive solutions center](https://www.internationaldisabilityalliance.org/inclusive-solutions-center)
- [Alliance and OPD strengthening](https://www.internationaldisabilityalliance.org/alliance-and-opd-strengthening)

## Publications
- [Resources](https://www.internationaldisabilityalliance.org/resources): Reports, guidance documents and annual reports.
- [News releases](https://www.internationaldisabilityalliance.org/new-releases): Statements on CRPD Committee sessions, ratifications and UN processes.
- [Events](https://www.internationaldisabilityalliance.org/events)

## Contact
- [Report a concern](https://www.internationaldisabilityalliance.org/report-a-concern)

Brand authority 70 / 100

Brand mentions on platforms AI models train on correlate more strongly with AI visibility than backlinks. IDA's presence is strong. The gap is that none of it is linked from the site in schema, so AI systems must infer the entity connection rather than read it.

Wikipedia last edited 14 Dec 2025 and carries a "needs additional citations" banner. Facebook and Instagram profiles are linked from the site footer but were not independently checked. Activity level on YouTube was not verified.

Content E-E-A-T 64 / 100

Experience, Expertise, Authoritativeness and Trustworthiness. The site scores well on substance and poorly on the metadata around it.

Strengths

  • Named leadership with credentials and lived disability experience on /governance and /our-team
  • UN-sourced legal citations and specific quotes in news releases
  • Current 2026 content and dated releases
  • Governance transparency and published annual reports
  • Not AI-generated or generic in tone

Weaknesses

  • Duplicate titles and wrong descriptions (CMS defects)
  • Substance lives in PDFs, not HTML
  • Thin utility pages under 250 words
  • No author attribution on news releases
  • Editing errors on the Governance page

Word count by page

Main content words. Pages under 300 words are marked lighter.

Example rewrite: President's bio on /governance

Before
Dr Nawaf kabbara is the president of the International Disability Alliance , He is also the president of the National Association for the Rights of Persons with Disabilities in Lebanon and the president of the Arab Organization of Persons with Disabilities. By profession, Dr Kabbara was an associate professor of political science at the university of Balamand. … He was one of the founders r of the Lebanese Center for Policy Studies…
After
Dr Nawaf Kabbara is President of the International Disability Alliance, President of the National Association for the Rights of Persons with Disabilities in Lebanon, and President of the Arab Organization of Persons with Disabilities. A former associate professor of political science at the University of Balamand, his research focuses on disability rights, discourse analysis, and Lebanese politics. Dr Kabbara led the 1987 march against the war in Lebanon by persons with disabilities, took part in the negotiations that produced the CRPD, and helped launch the first and second Arab Decades on Disability.

Each sentence in the rewrite stands alone and is independently quotable, which is the property AI citation depends on.

Technical GEO 70 / 100

Webflow ships static HTML, so the whole page is visible to crawlers without JavaScript. That is the best result in the audit. Crawlability and indexability drag the score down.

Technical sub-scores

Hover for the finding behind each score. Core Web Vitals is an estimate from HTML signals only.

Redirects

http, non-www and http-www all 301 to https://www. Correct.

Status codes

All 40 crawled pages return 200. Cloudflare cache HIT on the homepage.

Security headers

Present: HTTPS, HSTS (weak). Missing: CSP, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy. Check any page at securityheaders.com.

Schema & structured data 14 / 100

Structured data tells AI systems what a page is and who published it. IDA has almost none, and what exists is wrong in the same way on every page.

Pages with structured data, by page type

Only the 15 resource detail pages carry a JSON-LD block, and all 15 share one identical description.

What is missing

Ready-to-paste JSON-LD

Values in square brackets need IDA to confirm. Wikipedia gives founding year 1999 and incorporation 2013. Test any block with Google's Rich Results Test or the Schema.org validator.

NGO / Organization — homepage, site-wide head
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "NGO",
  "name": "International Disability Alliance",
  "alternateName": "IDA",
  "url": "https://www.internationaldisabilityalliance.org",
  "logo": {
    "@type": "ImageObject",
    "url": "https://cdn.prod.website-files.com/69316fc672392711f4fb100b/6937df9f8248600668208c06_21b3501ac6d4644bb31142b42cad5234_ida-logo.svg"
  },
  "description": "The International Disability Alliance is an alliance of 14 global and regional networks of organisations of persons with disabilities, advancing the UN Convention on the Rights of Persons with Disabilities worldwide.",
  "sameAs": [
    "https://www.facebook.com/InternationalDisabilityAllianceIDA",
    "https://www.instagram.com/intdisabilityalliance/",
    "https://www.linkedin.com/company/international-disability-alliance/",
    "https://www.youtube.com/@IDACRPDForum",
    "https://x.com/IDA_CRPD_Forum",
    "https://en.wikipedia.org/wiki/International_Disability_Alliance",
    "https://www.wikidata.org/wiki/Q6050174"
  ],
  "foundingDate": "1999",
  "address": [
    { "@type": "PostalAddress", "addressLocality": "Geneva", "addressCountry": "CH", "streetAddress": "[CONFIRM]" },
    { "@type": "PostalAddress", "addressLocality": "New York", "addressCountry": "US", "streetAddress": "[CONFIRM]" }
  ],
  "contactPoint": {
    "@type": "ContactPoint",
    "contactType": "general inquiries",
    "url": "https://www.internationaldisabilityalliance.org/report-a-concern"
  },
  "knowsAbout": [
    "Convention on the Rights of Persons with Disabilities",
    "Disability rights",
    "Disability inclusion",
    "Human rights advocacy"
  ],
  "areaServed": "Worldwide"
}
</script>
WebSite + SearchAction — homepage
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "name": "International Disability Alliance",
  "url": "https://www.internationaldisabilityalliance.org",
  "publisher": { "@type": "NGO", "name": "International Disability Alliance" },
  "potentialAction": {
    "@type": "SearchAction",
    "target": "https://www.internationaldisabilityalliance.org/search?query={search_term_string}",
    "query-input": "required name=search_term_string"
  }
}
NewsArticle — template for /new-releases/ (example: Tonga ratification)
{
  "@context": "https://schema.org",
  "@type": "NewsArticle",
  "headline": "IDA welcomes the Kingdom of Tonga's historic ratification of the Convention on the Rights of Persons with Disabilities",
  "url": "https://www.internationaldisabilityalliance.org/new-releases/ida-welcomes-the-kingdom-of-tongas-historic-ratification-of-the-convention-on-the-rights-of-persons-with-disabilities",
  "mainEntityOfPage": "https://www.internationaldisabilityalliance.org/new-releases/ida-welcomes-the-kingdom-of-tongas-historic-ratification-of-the-convention-on-the-rights-of-persons-with-disabilities",
  "datePublished": "[YYYY-MM-DD from CMS]",
  "dateModified": "[YYYY-MM-DD from CMS]",
  "author": { "@type": "Organization", "name": "International Disability Alliance" },
  "publisher": {
    "@type": "NGO",
    "name": "International Disability Alliance",
    "logo": { "@type": "ImageObject", "url": "https://cdn.prod.website-files.com/69316fc672392711f4fb100b/6937df9f8248600668208c06_21b3501ac6d4644bb31142b42cad5234_ida-logo.svg" }
  },
  "image": "[CMS main image URL]",
  "description": "[CMS summary field]",
  "about": [{ "@type": "Thing", "name": "Convention on the Rights of Persons with Disabilities" }, { "@type": "Country", "name": "Tonga" }]
}
Event — /events/cosp19 (verify the date first)
{
  "@context": "https://schema.org",
  "@type": "Event",
  "name": "19th Session of the Conference of States Parties to the CRPD (COSP19)",
  "url": "https://www.internationaldisabilityalliance.org/events/cosp19",
  "startDate": "2026-06-08",
  "endDate": "2026-06-11",
  "eventStatus": "https://schema.org/EventScheduled",
  "eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
  "location": {
    "@type": "Place",
    "name": "United Nations Headquarters",
    "address": { "@type": "PostalAddress", "addressLocality": "New York", "addressCountry": "US" }
  },
  "organizer": { "@type": "Organization", "name": "United Nations" },
  "performer": { "@type": "NGO", "name": "International Disability Alliance" },
  "description": "[CMS summary field]"
}
Person — template for /our-team and /governance leadership
{
  "@context": "https://schema.org",
  "@type": "Person",
  "name": "Nawaf Kabbara",
  "honorificPrefix": "Dr",
  "jobTitle": "President",
  "worksFor": { "@type": "NGO", "name": "International Disability Alliance" },
  "url": "https://www.internationaldisabilityalliance.org/governance",
  "affiliation": [
    { "@type": "Organization", "name": "National Association for the Rights of Persons with Disabilities in Lebanon" },
    { "@type": "Organization", "name": "Arab Organization of Persons with Disabilities" }
  ],
  "alumniOf": { "@type": "Organization", "name": "University of Balamand" },
  "knowsAbout": ["Disability rights", "Political science", "CRPD"]
}
Report — corrected replacement for the /resources/ Article template
{
  "@context": "https://schema.org",
  "@type": "Report",
  "headline": "{{ CMS: Name }}",
  "url": "https://www.internationaldisabilityalliance.org/resources/{{ CMS: slug }}",
  "description": "{{ CMS: Summary }}",
  "datePublished": "{{ CMS: Publication date, ISO 8601 }}",
  "inLanguage": "en",
  "author": { "@type": "NGO", "name": "International Disability Alliance" },
  "publisher": { "@type": "NGO", "name": "International Disability Alliance" },
  "encoding": { "@type": "MediaObject", "contentUrl": "{{ CMS: PDF file URL }}", "encodingFormat": "application/pdf" },
  "about": { "@type": "Thing", "name": "Convention on the Rights of Persons with Disabilities" }
}
Wire the schema into the Webflow templates
I manage the International Disability Alliance site on Webflow
(https://www.internationaldisabilityalliance.org). Below are five JSON-LD
blocks: NGO, WebSite, NewsArticle, Event, and Report. For each one, tell me:
1. Exactly where to paste it in Webflow: site-wide head code (Site settings →
   Custom code), or the collection page template's custom code area, and
   which template (News Releases, Events, Resources).
2. How to replace the placeholder values with Webflow CMS field bindings
   using the "+ Add field" button in the custom code embed, so each item
   fills in its own name, slug, summary, date and PDF link.
3. What to check in Google's Rich Results Test after publishing.
Also note: the existing Article block on the Resources template has a
relative "url" value and one description shared by all items. Show me how to
fix both in the same pass.

[paste the five JSON-LD blocks here]

Platform readiness 46 / 100

Each AI platform sources answers differently. ChatGPT leans on Wikipedia and entity data, which IDA has. Google AI Overviews leans on schema, canonicals and answer-shaped content, which IDA lacks.

Readiness by platform

Hover a bar for the main blocker.

Quick wins for this week

Five changes, all inside Webflow or Cloudflare settings, that address every Critical issue.

Turn on the Webflow sitemap and submit itSite settings → SEO → Auto-generate sitemap. Then submit the sitemap URL in Google Search Console and Bing Webmaster Tools.
Minutes
Paste the NGO JSON-LD into site-wide head codeLinks the site to its Wikipedia, Wikidata, LinkedIn, YouTube and X identities in one step.
Minutes
Fix the CMS template title and description fieldsNews Releases and Resources collections. Bind title to the item name, description to the item summary. Fixes 22 duplicate titles and 16 wrong descriptions at once.
Under an hour
Add a self-referencing canonical tag sitewideSite-wide head code or the per-page canonical setting in Webflow.
Minutes
Demote the second homepage H1 and populate robots.txtChange "OUR SUPPORTERS INCLUDE" to an H2 on the homepage. Add the Sitemap line to robots.txt.
Minutes

30-day action plan

Week 1

Foundations

  • Enable and submit XML sitemap
  • Add NGO JSON-LD with sameAs
  • Fix CMS title and description bindings
  • Add canonical tags sitewide
  • Fix second homepage H1
  • Add Sitemap line to robots.txt
Week 2

Structured data

  • Fix relative url and duplicated description in Resources schema
  • Add NewsArticle schema to News Releases template
  • Resolve COSP19 date conflict, then add Event schema
  • Add BreadcrumbList to collection templates
Week 3

Citable content

Week 4

Authority and hardening

  • Add Person schema for President and Executive Director
  • Add security headers via Cloudflare Transform Rules
  • Expand thin pages to at least 300 words
  • Verify Bing Webmaster Tools; consider IndexNow
  • Decide and record an AI crawler policy in robots.txt

Pages analysed

40 pages crawled from the homepage and hub pages. No sitemap was available. All returned HTTP 200. None has a canonical tag.

Path Title Words JSON-LD Notes

What to send back

Everything above came from public data. These close the gaps and would let the next pass be specific to the URL.

Methods and limits

How this was made

40-page crawl starting from the homepage and hub pages, because no sitemap exists. 78 content blocks across five pages were scored for AI citability. Five specialist agents reviewed AI visibility, platform readiness, technical setup, content quality and structured data in parallel, and their findings were combined with these weights: citability 25%, brand 20%, content 20%, technical 15%, schema 10%, platform 10%. Nick reviewed the result and corrected one score.

Not verified

  • Core Web Vitals lab and field data (Google's PageSpeed API was unavailable)
  • Whether Cloudflare bot rules block any AI crawler
  • Bing Webmaster Tools and IndexNow status
  • Google Knowledge Panel presence
  • Activity on YouTube, Facebook, Instagram
  • Street addresses and legal founding date

Public data only. No Search Console, Analytics or backlink data was used.