Auto-sync from website-creator
This commit is contained in:
43
skills/seo-multi-channel/scripts/.env.example
Normal file
43
skills/seo-multi-channel/scripts/.env.example
Normal file
@@ -0,0 +1,43 @@
|
||||
# SEO Multi-Channel - Environment Variables
|
||||
|
||||
# ===========================================
|
||||
# CHUTES AI (Required for image generation/edit)
|
||||
# Get token from: https://chutes.ai/
|
||||
# ===========================================
|
||||
CHUTES_API_TOKEN=
|
||||
|
||||
# ===========================================
|
||||
# GOOGLE ANALYTICS 4 (Optional)
|
||||
# For performance data and content insights
|
||||
# ===========================================
|
||||
GA4_PROPERTY_ID=G-XXXXXXXXXX
|
||||
GA4_CREDENTIALS_PATH=path/to/ga4-credentials.json
|
||||
|
||||
# ===========================================
|
||||
# GOOGLE SEARCH CONSOLE (Optional)
|
||||
# For keyword rankings and search performance
|
||||
# ===========================================
|
||||
GSC_SITE_URL=https://yourdomain.com
|
||||
GSC_CREDENTIALS_PATH=path/to/gsc-credentials.json
|
||||
|
||||
# ===========================================
|
||||
# DATAFORSEO (Optional)
|
||||
# For competitor analysis and SERP data
|
||||
# ===========================================
|
||||
DATAFORSEO_LOGIN=
|
||||
DATAFORSEO_PASSWORD=
|
||||
DATAFORSEO_BASE_URL=https://api.dataforseo.com
|
||||
|
||||
# ===========================================
|
||||
# UMAMI ANALYTICS (Optional)
|
||||
# For privacy-first analytics (if self-hosted)
|
||||
# ===========================================
|
||||
UMAMI_API_URL=https://analytics.yourdomain.com
|
||||
UMAMI_API_KEY=
|
||||
|
||||
# ===========================================
|
||||
# GIT CONFIGURATION (For auto-publish)
|
||||
# ===========================================
|
||||
GIT_USERNAME=
|
||||
GIT_EMAIL=
|
||||
GIT_TOKEN=
|
||||
Reference in New Issue
Block a user