I have a website https://www.safetoconvert.com with multi-language support, so, I have used hreflang tag, but I am doing something wrong.
it's working with all languages except the English language.
Please tell me, what I'm doing wrong?
You are doing a little mistake, you should add language code (en) for the English language.
From:
<link rel="alternate" href="https://www.safetoconvert.com/" hreflang="en">
To:
<link rel="alternate" href="https://www.safetoconvert.com/en" hreflang="en">