Structured data is machine-readable information embedded in your pages that tells Google exactly what the content is — not just text on a screen, but a named person, a local business, a rating, a breadcrumb. Google uses this to generate rich results: enhanced search listings with extra visual elements that get significantly more clicks than standard results. Supadir generates structured data automatically on every page. You don’t need to write any code.Documentation Index
Fetch the complete documentation index at: https://docs.supadir.com/llms.txt
Use this file to discover all available pages before exploring further.
What gets generated and where
Profile pages — Person or LocalBusiness schema
Every listing profile page includes a JSON-LD block with eitherPerson or LocalBusiness schema, depending on the nature of the listing. This includes:
name— the listing’s display namedescription— the bio textaddress— the listing’s location (city, region, country)telephoneandemail— if providedurl— the listing’s profile URL
aggregateRating— the average star rating and total review count
Profile pages — BreadcrumbList schema
Each profile page also includes aBreadcrumbList schema showing the navigation path from the homepage to the profile. Google uses this to display breadcrumbs in search results (e.g. Home > Listings > Anna Kowalska), which improves click-through rate and helps Google understand your site’s hierarchy.
Homepage and listing page — SiteLinks potential
The homepage and listing page don’t have specific schema blocks, but the internal linking structure Supadir generates (specialization links, entity type links, recently added sections) helps Google understand the site architecture — a prerequisite for SiteLinks (the expanded search result showing links to sub-pages below the main result).How to check if structured data is working
Use Google’s Rich Results Test:- Open the tool and enter a profile URL from your catalog
- Google will show all detected structured data and whether it’s eligible for rich results
- Look for
PersonorLocalBusinesswith no errors
Structured data being detected doesn’t mean rich results will appear immediately. Google decides when to show them based on factors like page authority, review count, and how often the page is crawled. It typically takes 2–6 weeks after indexing.