goon/app/templates/seo/landing.html
jtrzupek 9c49a69a66 feat(seo): public HTML SEO router + templates; add CLAUDE.md; ignore .nimbalyst
- app/api/seo.py (+ app/templates/seo/*): publiczny HTML SEO router (programmatic
  entity long-tail: performer/studio/scene/landing/2257), bez api-key. Importowany
  przez main.py — wymagany do uruchomienia, dotąd untracked. Opsec-clean (brak
  VPS IP/sekretów).
- CLAUDE.md: instrukcje projektu (dotąd untracked).
- .gitignore: .nimbalyst/ (lokalne tracker-tooling, nie dla OSS repo).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-31 16:29:59 +02:00

13 lines
689 B
HTML

{% extends "seo/base.html" %}
{% block title %}Goon — adult scene metadata aggregator{% endblock %}
{% block description %}Goon is an open-source aggregator indexing adult scenes across 30+ sources. Search by performer, studio or title and find where to watch — free, no account.{% endblock %}
{% block content %}
<h1>Find any scene, across every source</h1>
<p class="meta">Goon indexes adult scene metadata from 30+ sites and links you to the
source. Open-source, free, no account. Browse by
<a href="{{ base_url }}/sitemap.xml">performer, studio or title</a>, or get the app for
the full search + filters.</p>
<h2>Latest indexed</h2>
{% include "seo/_cards.html" %}
{% endblock %}