How can I remove a spam page from my website index?

@Maxime_Breton_V It will vary based on theme, but yes, your red arrow would be correct.

# {{ collection.title }}

will become

{% if collection.id or collection.products.size > 0 %}
# {{ collection.title }}
{% endif %}