Last 2 months I’m trying to solve some SEO issues
On my google sitelinks there are some pages that are generic by template (I think), and their text, i found on this page :
https://www.svijetsigurnosti.com/category/svijet-sigurnosti/
there is a tag :
<div id=”td-forgot-pass-div” class=”td-login-form-div td-display-none”>
<div class=”td-login-panel-title”>Password recovery</div>
<div class=”td-login-panel-descr”>Recover your password</div>
<div class=”td_display_err”></div>
<div class=”td-login-inputs”><input class=”td-login-input” type=”text” name=”forgot_email” id=”forgot_email” value=”” required><label>your email</label></div>
<input type=”button” name=”forgot_button” id=”forgot_button” class=”wpb_button btn td-login-button” value=”Send My Password”>
<div class=”td-login-info-text”>A password will be e-mailed to you.</div>
</div>
And google see it like meta description
How to handle this and how to remove this tag
Please need help with this
-
This topic was modified 5 years by
SvijetS. Reason: sorry
Hello !
That can be done if you remove it from the theme: wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td-login-modal.php
Please note that this is not a suggested way and any issues caused by this are not covered by the support team.
Thank you !