maca SEO telemetry — upload to api.maca.se
===========================================

Deploy these files over the existing api.maca.se tree (same layout as maca-hub-upload):

  v1/seo/events.php
  v1/.htaccess
  includes/maca_restu_telemetry.php

No new database migration is required — maca SEO uses the existing
maca_plugin_installations / maca_plugin_installation_events tables.

After upload, verify:

  curl -X POST https://api.maca.se/v1/seo/events \
    -H "Content-Type: application/json" \
    -d '{"event":"activated","plugin":"maca-seo","site_url":"https://example.com/","version":"1.1.19"}'

Expected: {"ok":true,"recorded":{...}}

Endpoint URL used by the plugin:
  https://api.maca.se/v1/seo/events.php

Stats appear in hub via restu-installations.php under plugin slug maca-seo.
