Files
SnapOtter/.gitignore
T
SnapOtterandGitHub ec98dfde9a feat(landing,docs): SEO fixes and query-matched tool pages (#383)
Landing:
- Preload the Bricolage display font (LCP heading) to cut first paint
- Cap tool-page meta descriptions at ~160 chars via whole-sentence
  truncation, so SERP snippets no longer overflow or cut mid-phrase
- Drop dead HowTo + FAQPage JSON-LD from tool pages (Google removed
  HowTo rich results in 2023 and FAQ rich results in 2026); the visible
  content stays. Breadcrumb + WebApplication schema retained
- Shorten 22 tool titles that exceeded the ~60-char SERP limit
- Add an optional h1 override to tool SEO data
- Rewrite adjust-colors, smart-crop, and ringtone-maker to match real
  Search Console query intent (saturation; object-aware cropping;
  convert audio to ringtone), with query-matched H1s and FAQs

Docs:
- Add meta descriptions to 20 pages missing frontmatter

Repo:
- Ignore local credential JSON files (.secrets/, *client_secret*, *service_account*)
2026-07-01 16:20:05 +08:00

92 lines
1.3 KiB
Plaintext

node_modules/
dist/
.turbo/
*.db
*.db-journal
*.db-wal
*.db-shm
/data/
tmp/
.env
.env.local
.env.cloudflare
.env.*
.DS_Store
.playwright/
.playwright-mcp/
.vite/
apps/api/data/
apps/api/tmp/
apps/web/.vite/
# Python
__pycache__/
*.pyc
# Build artifacts
.next/
.astro/
**/.vitepress/cache/
out/
coverage/
*.tsbuildinfo
# Playwright
test-results/
playwright-report/
blob-report/
# License signing key (NEVER commit)
.license-signing-key
# IDE / tool scratch
CLAUDE.md
AGENTS.md
CONTEXT.md
.claude/
.codex/
.superpowers/
docs/*
!docs/COMMUNITY_GUIDE.md
PRD.md
# Docker Hub publish script (maintainer-local ops)
scripts/update-dockerhub-overview.sh
# Ad-hoc test screenshots and reports
tests/e2e/screenshots/qa/
test-*.png
!tests/fixtures/*.png
stirling-pdf-*.png
settings-*.png
layout-*.png
audit_report.md
docs/SECURITY_AUDIT_REPORT.md
docs/QA_REPORT*.md
.worktrees/
.release-version
.models
.local-wiki/
.mcp.json
tests/benchmark/bench-limits-results-mac.jsonl
.superpowers/
scripts/setup-cloudflare-email.sh
apps/videos
remotion/
/demo
pentest-results/
# Stryker mutation testing
.stryker-tmp/
packages/image-engine/reports/
# Local AI run scratch scripts
run-ai-*.py
# Local QA scratch artifacts
.qa-maps/
# Secrets: GSC OAuth client + any credential JSON (never commit)
.secrets/
*client_secret*.json
*service_account*.json