- 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>
28 lines
1.5 KiB
HTML
28 lines
1.5 KiB
HTML
{% extends "seo/base.html" %}
|
|
{# Paid-traffic LP — noindex (cienka, pod konwersję, nie ma konkurować w SERP). #}
|
|
{% block robots %}noindex, nofollow{% endblock %}
|
|
{% block title %}Get Goon — free adult scene finder (Android){% endblock %}
|
|
{% block description %}Download Goon — search adult scenes across 30+ sites in one app. Free, no account, no signup.{% endblock %}
|
|
|
|
{% block content %}
|
|
<section style="text-align:center; padding:20px 0 8px;">
|
|
<h1 style="font-size:32px; margin-bottom:6px;">One search. Every source.</h1>
|
|
<p class="meta" style="font-size:17px; max-width:600px; margin:10px auto 26px;">
|
|
Goon indexes adult scenes from 30+ sites and takes you straight to the source.
|
|
Free, no account, no signup.
|
|
</p>
|
|
|
|
<a class="cta" style="font-size:18px; padding:14px 30px; display:inline-block;"
|
|
href="/static/app-release.apk" rel="nofollow" onclick="goonTrackDownload('lp')">
|
|
⬇ Download the app — Android
|
|
</a>
|
|
<p class="meta" style="margin-top:10px; font-size:13px;">Android APK · no Play Store needed</p>
|
|
|
|
<ul style="list-style:none; padding:0; max-width:480px; margin:34px auto 0; text-align:left;">
|
|
<li style="margin:10px 0;">🔎 Search by performer, studio or title</li>
|
|
<li style="margin:10px 0;">🔗 Links to the original source — nothing hosted here</li>
|
|
<li style="margin:10px 0;">🎚 Filter by tags, quality and source</li>
|
|
<li style="margin:10px 0;">🆓 Free & open-source — no account</li>
|
|
</ul>
|
|
</section>
|
|
{% endblock %}
|