Impeccable

This commit is contained in:
Timo Knuth
2026-04-29 20:34:09 +02:00
parent 9b31e77daa
commit aab808c553
22 changed files with 1827 additions and 684 deletions

39
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,39 @@
## Summary
-
## Change Type
- [ ] QRMaster SEO page
- [ ] QRMaster landing/tool page
- [ ] QRMaster conversion/pricing change
- [ ] GreenLens content/ASO workflow
- [ ] Bug fix
- [ ] Other
## SEO / Content Review
- [ ] Primary search intent is clear.
- [ ] Metadata is present and specific.
- [ ] Exactly one H1 is rendered for each new or changed page.
- [ ] Internal links are added to relevant money pages.
- [ ] CTA is specific to the page/use case.
- [ ] Duplicate or thin content risk was checked.
- [ ] Schema/structured data was added or intentionally skipped.
## Verification
- [ ] Build passes.
- [ ] Lint passes.
- [ ] Links/CTAs checked.
- [ ] Screenshots or notes included for UI changes.
## Codex Review Prompt
For QRMaster SEO/page changes, run:
```text
Use docs/automations/qrmaster-pr-seo-review.md and review this PR for SEO,
conversion, internal linking, duplicate content, schema, and build/lint risk.
```

View File

@@ -1,6 +1,6 @@
name: CI
on: [push]
on: [push, pull_request]
jobs:
build:
@@ -23,4 +23,4 @@ jobs:
run: npm run build
- name: Run linter
run: npm run lint
run: npm run lint