If your labels do not appear on the storefront despite correct configuration, the issue is likely related to theme compatibility. In many cases, the theme includes the {{if settings.data_tag_enabled}} code, which can prevent labels from rendering because it comments out the required metadata.
To display labels on the product page, open the templates/components/products/card.html file in your theme and remove {{if settings.data_tag_enabled}} from the code.
If you have difficulty locating the correct files or need assistance implementing these changes, please contact our support team.