Purpose of <link rel="url" href="https://example.com"/>

1 replies
I was analyzing the tags of a competitor's website and the very first line was <link rel="url" href="https://example.com"/> right before <meta charSet="utf-8"/>.

Does anyone know the purpose of <link rel="url" href="https://example.com"/> and why is right before <meta charSet="utf-8"/>? The url is always the page it is found on.
#<link #purpose #rel"url"
  • Profile picture of the author Kay King
    This is a google search to find an answer.



    <meta charset="utf-8″> is an HTML tag that is used to indicate the web page's character encoding. In order to see the correct content, the tag's function is used which let the browser know what character encoding was used in the HTML document

    What is meta charset used for?


    <meta> is a HTML tag that contains metadata about a web page, or more specifically, descriptors that tell search engines what type of content a web page contains that is hidden from display. charset is an HTML attribute that defines the character encoding for your browser to use when displaying the website content.
    Signature
    Saving one dog will not change the world - but the world changes forever for that one dog
    ***
    2024 Patriot's Award for Service to Veterans
    {{ DiscussionBoard.errors[11767585].message }}

Trending Topics