-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (93 loc) · 3.14 KB
/
Copy pathindex.html
File metadata and controls
98 lines (93 loc) · 3.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Simplified SOPA Processing Standards</title>
<style>
body {
font-family: sans-serif;
max-width: 800px;
margin: 2rem auto;
padding: 1rem;
line-height: 1.6;
color: #333;
}
h1, h2 {
color: #2b6cb0;
}
blockquote {
border-left: 4px solid #2b6cb0;
margin: 1em 0;
padding: 0.5em 1em;
background: #f0f4f8;
}
code {
background: #f9f2f4;
padding: 0.2em 0.4em;
border-radius: 4px;
}
ul {
margin-top: 0;
}
</style>
</head>
<body>
<h1>Simplified SOPA Processing Standards for Small-Scale Farmers</h1>
<h2>1. Do You Need Certification for Processing?</h2>
<p>You <strong>need certification</strong> if you:</p>
<ul>
<li>Process or prepack organic food</li>
<li>Repack or relabel out of consumer sight</li>
<li>Blend or compound animal feeds</li>
<li>Store or clean bulk crops</li>
<li>Slaughter livestock</li>
<li>Import/export organic products</li>
<li>Use non-organic materials in processing</li>
</ul>
<p><strong>No certification needed</strong> if you:</p>
<ul>
<li>Sell sealed packs directly to consumers</li>
<li>Transport bulk goods (except milk)</li>
<li>Handle salt or non-food items</li>
</ul>
<blockquote><strong>Reference:</strong> Section 5.3 SOPA Processing Standards</blockquote>
<h2>2. On-Farm Processing Included on Your Certificate</h2>
<p>Allowed when:</p>
<ul>
<li>Less than 10% of ingredients are bought-in</li>
<li>The farm is fully organic</li>
<li>Only simple processing is used</li>
</ul>
<p><strong>Examples:</strong> cleaning, chopping, packing, milling grain, mixing muesli</p>
<blockquote><strong>Reference:</strong> Section 5.4 SOPA Processing Standards</blockquote>
<h2>3. When You Need a Separate Processing Certificate</h2>
<p>Required if:</p>
<ul>
<li>More than 10% ingredients are bought-in</li>
<li>You process organic & non-organic items</li>
<li>Complex processes are used (e.g. baking, fermentation)</li>
</ul>
<blockquote><strong>Reference:</strong> Section 5.5 SOPA Processing Standards</blockquote>
<h2>4. Certification and Compliance Process</h2>
<ul>
<li>Audit by OF&G (Scotland) or subcontractor</li>
<li>Feedback and required actions</li>
<li>Status from “Compliant” to “Suspended”</li>
<li>Lack of action raises your compliance category</li>
</ul>
<blockquote><strong>Reference:</strong> Section 5.6 SOPA Processing Standards</blockquote>
<h2>5. Labelling Requirements</h2>
<ul>
<li>95% or more organic content = “Organic” label allowed</li>
<li>Label must include:</li>
<ul>
<li>Clear organic ingredient ID</li>
<li>Certifier code (e.g., <code>GB-ORG-17</code>)</li>
<li>EU Organic Logo (if eligible)</li>
</ul>
<li><95% organic: “organic” allowed only in ingredient list</li>
</ul>
<blockquote><strong>Reference:</strong> Section 6.1 SOPA Processing Standards</blockquote>
</body>
</html>