addedOutput schema / properties / first / properties / measurement_scope
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "notes": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "observed_aeo": {
+ "const": "not_measured",
+ "type": "string"
+ },
+ "observed_seo": {
+ "const": "not_measured",
+ "type": "string"
+ },
+ "readiness": {
+ "const": "measured",
+ "type": "string"
+ }
+ },
+ "required": [
+ "readiness",
+ "observed_seo",
+ "observed_aeo",
+ "notes"
+ ],
+ "type": "object"
+}
addedOutput schema / properties / first / properties / score_components
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "ai_crawler_access": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "answer_block": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "content_modularity": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "eeat": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "experience": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "factual_density": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "format_diversity": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "freshness": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "heading_hierarchy": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "render_accessibility": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "schema_coverage": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "schema_quality": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "schema_stack": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "schema_validation": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "semantic_structure": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "snippet_control": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "technical_foundation": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "title_alignment": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "technical_foundation",
+ "experience",
+ "freshness",
+ "schema_quality",
+ "schema_stack",
+ "eeat",
+ "answer_block",
+ "format_diversity",
+ "factual_density",
+ "content_modularity",
+ "ai_crawler_access",
+ "snippet_control",
+ "render_accessibility",
+ "schema_coverage",
+ "schema_validation",
+ "heading_hierarchy",
+ "semantic_structure",
+ "title_alignment"
+ ],
+ "type": "object"
+}
addedOutput schema / properties / first / properties / score_profile
Added value: +{
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "version": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "version"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / first / properties / site_signals
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "blocked_ai_crawlers": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "llms_txt_available": {
+ "type": "boolean"
+ },
+ "pages_analyzed": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "rendered_pages_analyzed": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "robots_available": {
+ "type": "boolean"
+ },
+ "schema_types": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "sitemap_available": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "pages_analyzed",
+ "rendered_pages_analyzed",
+ "robots_available",
+ "sitemap_available",
+ "llms_txt_available",
+ "blocked_ai_crawlers",
+ "schema_types"
+ ],
+ "type": "object"
+}
changedOutput schema / properties / first / required
Previous value: -[
- "url",
- "score",
- "seo_score",
- "aeo_score",
- "geo_score",
- "summary",
- "top_issues",
- "audit_id"
-]New value: +[
+ "url",
+ "score",
+ "seo_score",
+ "aeo_score",
+ "geo_score",
+ "summary",
+ "top_issues",
+ "audit_id",
+ "score_profile",
+ "measurement_scope"
+]
addedOutput schema / properties / second / properties / measurement_scope
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "notes": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "observed_aeo": {
+ "const": "not_measured",
+ "type": "string"
+ },
+ "observed_seo": {
+ "const": "not_measured",
+ "type": "string"
+ },
+ "readiness": {
+ "const": "measured",
+ "type": "string"
+ }
+ },
+ "required": [
+ "readiness",
+ "observed_seo",
+ "observed_aeo",
+ "notes"
+ ],
+ "type": "object"
+}
addedOutput schema / properties / second / properties / score_components
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "ai_crawler_access": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "answer_block": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "content_modularity": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "eeat": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "experience": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "factual_density": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "format_diversity": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "freshness": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "heading_hierarchy": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "render_accessibility": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "schema_coverage": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "schema_quality": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "schema_stack": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "schema_validation": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "semantic_structure": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "snippet_control": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "technical_foundation": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "title_alignment": {
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "technical_foundation",
+ "experience",
+ "freshness",
+ "schema_quality",
+ "schema_stack",
+ "eeat",
+ "answer_block",
+ "format_diversity",
+ "factual_density",
+ "content_modularity",
+ "ai_crawler_access",
+ "snippet_control",
+ "render_accessibility",
+ "schema_coverage",
+ "schema_validation",
+ "heading_hierarchy",
+ "semantic_structure",
+ "title_alignment"
+ ],
+ "type": "object"
+}
addedOutput schema / properties / second / properties / score_profile
Added value: +{
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "version": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "version"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / second / properties / site_signals
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "blocked_ai_crawlers": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "llms_txt_available": {
+ "type": "boolean"
+ },
+ "pages_analyzed": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "rendered_pages_analyzed": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "robots_available": {
+ "type": "boolean"
+ },
+ "schema_types": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "sitemap_available": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "pages_analyzed",
+ "rendered_pages_analyzed",
+ "robots_available",
+ "sitemap_available",
+ "llms_txt_available",
+ "blocked_ai_crawlers",
+ "schema_types"
+ ],
+ "type": "object"
+}
changedOutput schema / properties / second / required
Previous value: -[
- "url",
- "score",
- "seo_score",
- "aeo_score",
- "geo_score",
- "summary",
- "top_issues",
- "audit_id"
-]New value: +[
+ "url",
+ "score",
+ "seo_score",
+ "aeo_score",
+ "geo_score",
+ "summary",
+ "top_issues",
+ "audit_id",
+ "score_profile",
+ "measurement_scope"
+]