Technical task for developer
Turn audit issues into a clear developer ticket.
TechnicalTitle: Technical SEO fixes for {{domain}}
Context:
SEO.ro audit: {{report_url}}
Current score: {{score}}/100
To fix:
1. Check canonical and indexability.
2. Add width/height to images missing dimensions.
3. Fix external target=_blank links missing rel=noopener.
4. Check mixed content and HTTP resources.
5. Run a new audit after deploy.
Acceptance:
- Critical issues no longer appear in the report.
- Score increases or stays stable above the target threshold.SEO content brief
A fast structure for a new page optimized around search intent.
ContentMain keyword: {{keyword}}
Intent: informational / commercial / transactional
Proposed title: {{keyword}} - guide, pricing and recommendations
Meta description: Explain the offer and promise a clear answer in 150 characters.
H1: {{keyword}}
H2:
- What it is and when you need it
- How to choose the right solution
- Pricing and cost factors
- Frequently asked questions
FAQ:
1. How long does it take?
2. How much does it cost?
3. What is included?
Internal links:
- to service page
- to case study
- to contactOrganization JSON-LD
Base template for brand and trust signals.
Schema<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "{{brand}}",
"url": "https://{{domain}}/",
"logo": "https://{{domain}}/logo.png",
"email": "contact@{{domain}}",
"sameAs": [
"https://www.facebook.com/{{brand}}",
"https://www.linkedin.com/company/{{brand}}"
]
}
</script>Redirect map for migration
Simple format for migrations with lower traffic loss risk.
Migrationold_url,new_url,status,priority,notes
https://old.com/old-page,https://new.com/new-page,301,high,page with traffic
https://old.com/category,https://new.com/category,301,medium,main category
https://old.com/product-x,https://new.com/product-x,301,high,active product
Monthly client report email
Short copy to explain progress without jargon.
AgencyHi,
We updated the SEO report for {{domain}}.
Summary:
- Current score: {{score}}/100
- Fixed issues: {{fixed_issues}}
- New issues: {{new_issues}}
- Priority this month: {{priority}}
Full report: {{report_url}}
The recommended next step is {{next_step}}.
Thank you,
{{name}}New page launch checklist
A quick list before publishing an important page.
Launch- Title between 30 and 60 characters
- Meta description between 70 and 160 characters
- One clear H1
- H2 sections around searched topics
- Images with alt, width and height
- Descriptive internal links
- Canonical points to the correct URL
- Schema where it makes sense
- Page included in sitemap
- SEO.ro audit after publishing