Status: operational setup for the read-only visibility observatory.
This document configures the external search evidence needed by the IDKMesh visibility/community self-growth loop. Search analytics are discovery evidence. They never grant correctness, publication, policy, or merge authority.
IDKMesh uses the Search Console Search Analytics API through
scripts/search_console_snapshot.py.
The adapter requests:
web;query, page;https://mskazemi.com/idkmesh/;The output separates:
idkmesh;The adapter records Google’s documented limitation that Search Console may return top rows rather than a complete exhaustive query inventory.
Create:
GSC_SITE_URL
Its value must be the property identity exactly as configured in Search Console.
Examples supported by Google’s API include a URL-prefix property or a
sc-domain: property.
The workflow does not guess this value.
Recommended for the scheduled workflow.
Create repository secrets:
GSC_REFRESH_TOKEN
GSC_CLIENT_ID
GSC_CLIENT_SECRET
The OAuth grant must permit read access to the Search Console property. The adapter exchanges the refresh token for a short-lived access token at runtime and never writes the token to an artifact.
For a short manual experiment, create:
GSC_ACCESS_TOKEN
A direct access token takes precedence when present. Because access tokens expire, this is not the preferred long-term scheduled configuration.
If GSC_SITE_URL and a complete credential set are absent, the weekly visibility
workflow still succeeds and reports:
Search Console: not configured
Static SEO/AEO, GitHub discovery, community-acquisition, and query-portfolio observations continue to run.
This prevents missing private credentials from disabling the public repository observatory.
The non-branded hypothesis set lives at:
config/discovery-query-portfolio-v0.1.json
It is validated by:
python scripts/discovery_query_portfolio.py \
--portfolio config/discovery-query-portfolio-v0.1.json \
--root .
The current contract requires:
A query appearing in this file is a hypothesis about useful search intent, not evidence that people actually search for it.
Search Console observations are what begin to convert that hypothesis into observed demand.
Do not implement or re-enable the historical SOAP/POX endpoints.
Microsoft’s current documentation states that the legacy SOAP and POX APIs were retired on 2026-08-31 and directs users to its REST APIs. The public documentation surface available during this implementation did not expose enough authenticated REST query-stat contract detail to add a production adapter without guessing.
The Bing slice therefore remains intentionally open:
The observatory should retain aggregate search-performance rows only.
Do not ingest:
The question is which search intents produce discovery and durable community capacity, not who an individual visitor is.
These remain invariants:
search impression != truth
search click != adoption
search rank != correctness
star != correctness
query portfolio != demand evidence
analytics result != permission to publish
The data may recommend a bounded experiment. Existing verification and governance still decide what becomes canonical.