How to solve Social Media External Links Error?

Started by knila, 12-08-2016, 00:05:42

Previous topic - Next topic

knilaTopic starter

I have inserted social media links in my website. But it is not broken link. the link goes to work exact link. But Godaddy search engine visibility tool showing broken link with HTTP Status 0 and HTTP Status 999.

Here i have attached the screenshot too.

If anyone know the solution for this, please help me.

Thanks
  •  


knilaTopic starter

<div class="row"><div class="wow zoomIn col-xs-12 text-center">
    <a href="https://www.facebook.com/KnilaITSolutions" target="_blank" title="Knila Social Link">
        <img src="images/ic_fb.png" alt="Knila Facebook" class="icpad-2" /></a>
    <a href="https://www.twitter.com/knilaits" target="_blank" title="Knila Social Link">
        <img src="images/ic_tw.png" alt="Knila Twitter" class="icpad-2" /></a>
    <a href="https://www.linkedin.com/company/knila-it-solutions-pvt-ltd" target="_blank" title="Knila Social Link">
        <img src="images/ic_in.png" alt="Knila Linked In" class=" icpad-2" /></a> <a href="https://plus.google.com/108842682673514792085" target="_blank" title="Knila Social Link">
            <img src="images/ic_gp.png" alt="Knila Google Plus" class=" icpad-2" /></a> <a href="https://www.youtube.com/channel/UC1u98emczttncltEee-yTbQ" target="_blank" title="Knila Social Link">
                <img src="images/ic_yt.png" alt="Knila Videos" class=" icpad-2" /></a></div></div>

This code is working proper in layout and external link.

But Godaddy SEO tool says "External Link Error". Http status 0 and Http status 999.

Please help me to get good result from godaddy SEO tool.
  •