As above. When I looked at the rendered HTML, the <a> tag is missing completely.This is my HTML code: <h3>{{PRODUCT_CATEGORY}}</h3>
<h3><a href="{{PRODUCT_URL}}" x-cq-linkchecker=“valid”>MY LINK HERE</a></h3> I looked at the logs and the error is because of the linkchecker service com.day.cq.rewri...