You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per-page schema — currently the sidecar serves one schema per site. Per-page would mean keying by (site, page_path) so the homepage and /services/ page get different schemas. Schema design needs more thought (do you want both, or do you want per-page to override site-wide?).
A/B testing — randomize between two schemas on each request, log which one was served, correlate with click-through downstream. Useful for testing whether FAQPage schema or HowTo schema gets more SERP space.
History rollback UI — the sidecar already keeps version history in SQLite. A small admin web UI to view history + roll back to a prior version would close the loop.
Push validation — before storing a schema, run it through Schema.org validator (https://validator.schema.org). Reject invalid pushes with a 400 + error message.
Multi-tenant auth — currently one bearer token covers all sites. Multi-tenant would mean per-site tokens.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Items if you want one prioritized:
Per-page schema — currently the sidecar serves one schema per site. Per-page would mean keying by
(site, page_path)so the homepage and/services/page get different schemas. Schema design needs more thought (do you want both, or do you want per-page to override site-wide?).A/B testing — randomize between two schemas on each request, log which one was served, correlate with click-through downstream. Useful for testing whether
FAQPageschema orHowToschema gets more SERP space.History rollback UI — the sidecar already keeps version history in SQLite. A small admin web UI to view history + roll back to a prior version would close the loop.
Push validation — before storing a schema, run it through Schema.org validator (https://validator.schema.org). Reject invalid pushes with a 400 + error message.
Multi-tenant auth — currently one bearer token covers all sites. Multi-tenant would mean per-site tokens.
Drop a 👍 on the one you'd use most.
Beta Was this translation helpful? Give feedback.
All reactions