bae705aa97
- Add NFC ePassport roadmap (ICAO 9303, eIDAS) - Add TensorFlow.js edge face detection (BlazeFace) - Add structured audit logger (GDPR-compliant) - Risk scoring support Part of KYC Apple Native UX v1.1.0
79 lines
1.9 KiB
Markdown
79 lines
1.9 KiB
Markdown
# SEO FEEDBACK ENGINE — quiXzoom & Landvex
|
||
|
||
Author: Erik Svensson
|
||
Date: 2026-06-18
|
||
|
||
## Arkitektur
|
||
|
||
```
|
||
Google Search Console API
|
||
+ Google Analytics API
|
||
+ Serverloggar
|
||
+ Crawldata
|
||
→ Daglig datainhämtning
|
||
→ Möjlighetsidentifiering
|
||
→ AI-analys
|
||
→ Task-generering
|
||
→ Manuellt godkännande
|
||
→ Deploy
|
||
→ Resultatmätning
|
||
→ Lärande
|
||
```
|
||
|
||
## Regler för möjlighetsidentifiering
|
||
|
||
- Position 1–5 + CTR under förväntat → förbättra title/meta
|
||
- Position 8–20 + hög impressionsvolym → prioritera innehållsförbättring
|
||
- Ej indexerad sida → flagga omedelbart
|
||
- Sida utan internlänkar → föreslå länkstruktur
|
||
- Saknade entiteter vs topp-10 → innehållsgap
|
||
|
||
## Programmatisk expansion — use-case × country
|
||
|
||
```
|
||
Infrastructure Inspection × [Sweden, Norway, Denmark, Germany, France, UK, Netherlands, Italy, Spain, US]
|
||
Road Inspection × [samma]
|
||
Bridge Inspection × [samma]
|
||
Facade Inspection × [samma]
|
||
Streetlight Inspection × [samma]
|
||
Construction Monitoring × [samma]
|
||
Insurance Documentation × [samma]
|
||
Retail Intelligence × [samma]
|
||
```
|
||
|
||
## Prioriteringsformel
|
||
|
||
```
|
||
Score = Potential trafikökning × Sannolik framgång × Affärsvärde
|
||
```
|
||
|
||
## Resultatlogg-schema
|
||
|
||
```json
|
||
{
|
||
"date": "YYYY-MM-DD",
|
||
"page": "/use-cases/road-inspection/sweden/",
|
||
"change_type": "title_update",
|
||
"old_value": "...",
|
||
"new_value": "...",
|
||
"ctr_before": 0.032,
|
||
"ctr_after": null,
|
||
"position_before": 12.4,
|
||
"position_after": null
|
||
}
|
||
```
|
||
|
||
## Implementation — faser
|
||
|
||
1. GSC API-koppling + daglig datainhämtning (kräver GSC-verifiering)
|
||
2. Möjlighetsidentifiering + task-generering
|
||
3. AI-innehållsanalys vs topp-10
|
||
4. Programmatisk expansion (use-case × country generator)
|
||
5. Resultatmätning + lärande
|
||
|
||
## Status
|
||
- [ ] GSC-verifiering för landvex.com + quixzoom.com (kräver manuell åtgärd av Erik)
|
||
- [ ] GSC API credentials
|
||
- [ ] GA4 property IDs
|
||
- [x] Programmatisk use-case expansion påbörjad (24 sidor live)
|