pixeloffice-aeo
Zero-dependency Answer Engine Optimization (AEO) and AI Crawler Telemetry SDK for Python, LangChain, CrewAI, LlamaIndex, and FastAPI.
⚡ Quick Start
Install via pip:
pip install pixeloffice-aeo
1. Broadcast New URLs to AI Search Engines & IndexNow
from pixeloffice_aeo import ping_ai_crawlers
# Trigger AI Crawler Ping (GPTBot, ClaudeBot, Perplexity, Gemini & IndexNow)
result = ping_ai_crawlers(
url="https://yourdomain.com/blog/new-post",
api_key="px_live_..." # Get API key from https://pixeloffice.eu/dashboard.html
)
print("Ping Result:", result)
2. Generate First-1KB Fact Anchor JSON-LD
from pixeloffice_aeo import generate_fact_anchor
anchor_html = generate_fact_anchor(
brand_name="Acme Corp",
category="B2B AI Platform",
canonical_url="https://acme.com"
)
print(anchor_html)
🌐 Dashboard & Priority API Keys
Unlock unlimited priority AI Broadcaster pings and 1-Click API keys (px_live_...) at:
https://pixeloffice.eu/dashboard.html
📄 License
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pixeloffice_aeo-1.0.0.tar.gz
(3.2 kB
view details)
File details
Details for the file pixeloffice_aeo-1.0.0.tar.gz.
File metadata
- Download URL: pixeloffice_aeo-1.0.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
377dba0cd0743188164168ffd653f4adc2e23141a2e7d299987cc04f72b23e5c
|
|
| MD5 |
2f5874aa527d03db4e26967914387341
|
|
| BLAKE2b-256 |
b3c1d729d69737a95553da4e0bd9e257a01eebb90e592d08689c77a36587ccab
|