diff --git a/journals/templates/journals/_base.html b/journals/templates/journals/_base.html
index 8785ab8e8955c9eebff429701c714a4cf8afaa3f..7dc0f9ba3fffc13d8171da648fb5bb50fed064ea 100644
--- a/journals/templates/journals/_base.html
+++ b/journals/templates/journals/_base.html
@@ -53,6 +53,7 @@
                     <p>{{journal}} is published by the SciPost Foundation under the journal doi: 10.21468/{{journal.name}} and ISSN {{journal.issn}}.</p>
                 {% endif %}
 		{% if journal.doi_label == 'SciPostPhys' %}
+		    <p>SciPost Physics has been awarded the DOAJ Seal <img src="{% static 'scipost/images/DOAJ_Seal_logo_big.png' %}" alt="DOAJ Seal" width="40"> from the <a href="https://doaj.org">Directory of Open Access Journals</a></p>
     		<p class="mb-0">All content in {{ journal }} is deposited and permanently preserved in the CLOCKSS archive <a href="https://www.clockss.org/clockss/Home" target="_blank"><img src="{% static 'scipost/images/clockss_original_logo_boxed_ai-cropped-90.png' %}" alt="CLOCKSS logo" width="40"></a></p>
 		{% endif %}
 	    </div>
diff --git a/scipost/static/scipost/images/DOAJ_Seal_logo_big.png b/scipost/static/scipost/images/DOAJ_Seal_logo_big.png
new file mode 100644
index 0000000000000000000000000000000000000000..0155523e0d59a098f590462db905d5d754158312
Binary files /dev/null and b/scipost/static/scipost/images/DOAJ_Seal_logo_big.png differ