• Hi,

    In my content there are external links for example: https://www.externalwebsite.com, and if I add them into my content with http;//, then when I click on the link, I can land on the external website.

    But whenever I add a link without https://www part, only externalwebsite.com, then I am landing on http;//www.mywebsite.com/externalwebsite.com/, which causes the user to land on a 404 page.

    Because of this problem, I am receiving error reports on google webmastertools and therefore my websites rank decreased.

    How can I configure it so, so that if a link does not have any https:// at the beginning can still go to the externalwebsite?

    The links are like this in my posts:
    <a href="/externaldomainhere.com/">click here</a>

    And same appears here, on www.remarpro.com, too. Check it here: click here

    But lands on after click: https://mydomain.com/externaldomainhere.com/

    Thanks for your help!

Viewing 1 replies (of 1 total)
  • If you’re going to be putting external links for a website, you would need to the follow the format for the HTML link code. You can’t leave it out.

    <a href="https://external_domain_name.com">External Domain name</a>

    Otherwise, it won’t link properly. You can decide to leave the WWW out, but you can’t leave the HTTP:// portion out. Otherwise, the link won’t work.

    And yes, if you do the link code improperly, it will be noted as a bad link and possibly affect your search engine rankings.

    By the way, if you noticed – if you put the text in between, you can make it appear without the “https://www&#8221;. The code is designed to do that for you. Here’s an example:

    <a href="https://www.remarpro.com">WordPress Home Page</a>

    This would appear in your post like this and still link out properly:

    WordPress Home Page

    Hope that helps to explain it!

Viewing 1 replies (of 1 total)
  • The topic ‘Problem with the external links in the posts’ is closed to new replies.