{"id":50454151,"url":"https://github.com/mizcausevic-dev/property-schema-publisher","last_synced_at":"2026-06-01T01:05:42.165Z","repository":{"id":357458566,"uuid":"1236947665","full_name":"mizcausevic-dev/property-schema-publisher","owner":"mizcausevic-dev","description":"Real estate structured-data publisher for listing schema, entity manifests, and AI-readable property content outputs.","archived":false,"fork":false,"pushed_at":"2026-05-12T21:41:40.000Z","size":636,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-12T22:29:12.026Z","etag":null,"topics":["aeo","answer-engine-optimization","fastapi","generative-engine-optimization","geo","json-ld","listing-optimization","proptech","python","real-estate","schema-org","structured-data"],"latest_commit_sha":null,"homepage":"https://kineticgain.com/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mizcausevic-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-12T18:18:34.000Z","updated_at":"2026-05-12T21:41:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mizcausevic-dev/property-schema-publisher","commit_stats":null,"previous_names":["mizcausevic-dev/property-schema-publisher"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/mizcausevic-dev/property-schema-publisher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fproperty-schema-publisher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fproperty-schema-publisher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fproperty-schema-publisher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fproperty-schema-publisher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mizcausevic-dev","download_url":"https://codeload.github.com/mizcausevic-dev/property-schema-publisher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fproperty-schema-publisher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33755379,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aeo","answer-engine-optimization","fastapi","generative-engine-optimization","geo","json-ld","listing-optimization","proptech","python","real-estate","schema-org","structured-data"],"created_at":"2026-06-01T01:05:42.080Z","updated_at":"2026-06-01T01:05:42.150Z","avatar_url":"https://github.com/mizcausevic-dev.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Property Schema Publisher\r\n\r\nProperty Schema Publisher is a real estate structured-data and AI-readiness engine for turning property listings into stronger schema packs, listing manifests, and entity-aware content surfaces.\r\n\r\n![Overview](./screenshots/01-overview.png)\r\n\r\n## Why this repo is good\r\n\r\n- It targets discovery quality before the lead ever arrives.\r\n- It pairs perfectly with `lead-routing-command-center`, giving you real estate growth plus ops.\r\n- It makes AEO / GEO / SEO work commercially legible for brokerages and listing teams.\r\n\r\n## What it does\r\n\r\n- Generates `RealEstateListing`, `Offer`, `PostalAddress`, agent, and brokerage schema structures.\r\n- Scores listing pages for FAQ depth, entity linkage, neighborhood context, school context, and content quality.\r\n- Flags which listings are ready to publish, need improvement, or need a full rewrite.\r\n- Exposes an API plus a clean proof dashboard and manifest views.\r\n\r\n## Proof\r\n\r\n![Manifest](./screenshots/02-manifest.png)\r\n![Fix Queue](./screenshots/03-fix-queue.png)\r\n![API Summary](./screenshots/04-api-summary.png)\r\n\r\n## Local run\r\n\r\n```powershell\r\ncd property-schema-publisher\r\npy -3.11 -m venv .venv\r\n.\\.venv\\Scripts\\python.exe -m pip install -r requirements.txt\r\n.\\.venv\\Scripts\\python.exe -m app.main\r\n```\r\n\r\nOpen:\r\n\r\n- `http://127.0.0.1:4784/`\r\n- `http://127.0.0.1:4784/manifest`\r\n- `http://127.0.0.1:4784/fix-queue`\r\n- `http://127.0.0.1:4784/docs`\r\n\r\n## Validation\r\n\r\n```powershell\r\n.\\.venv\\Scripts\\python.exe -m unittest discover -s tests\r\n.\\.venv\\Scripts\\python.exe scripts\\run_demo.py\r\n.\\.venv\\Scripts\\python.exe scripts\\smoke_check.py\r\n.\\.venv\\Scripts\\python.exe scripts\\render_readme_assets.py\r\n```\r\n\r\n## API shape\r\n\r\nEndpoints:\r\n\r\n- `/api/dashboard/summary`\r\n- `/api/listings`\r\n- `/api/brokerage-schema`\r\n- `/api/listings/{listing_id}`\r\n- `/api/sample`\r\n\r\n## Repo layout\r\n\r\n```text\r\napp/\r\n  data/\r\n  services/\r\ndocs/\r\nscripts/\r\nscreenshots/\r\ntests/\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Fproperty-schema-publisher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmizcausevic-dev%2Fproperty-schema-publisher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Fproperty-schema-publisher/lists"}