# Memtherscan Memtherscan is a meme culture discovery site with a browsable feed, individual meme pages, upload flow, and public API documentation. ## Primary URLs - Home: https://www.memtherscan.xyz/ - Upload: https://www.memtherscan.xyz/upload - About: https://www.memtherscan.xyz/about - Sitemap: https://www.memtherscan.xyz/sitemap.xml - Robots: https://www.memtherscan.xyz/robots.txt - API skill: https://www.memtherscan.xyz/skill.md ## Content Model - Meme detail pages live at `/meme/{id}`. - Meme pages expose Open Graph, Twitter card metadata, canonical URLs, and JSON-LD structured data. - Images are served from public image URLs and should be treated as user-submitted media. - Tags are comma-separated labels associated with meme images. ## API Notes - Read public API details from `/skill.md`. - Use `GET /image` to list images. - Use `GET /image/{id}` to fetch one image. - Use `POST /upload` for authenticated upload flows. ## Crawling Guidance - Prefer canonical URLs from page metadata. - Use the sitemap for current discoverable routes. - Do not infer private user data from wallet or social handles.