• Resolved Taras Dashkevych

    (@taskotr)


    Hello,
    I have a question about links.

    For example, my website has domain : https://example.com/
    And I have 3 pages/posts : Cars, Colors, Price

    What is the best way linking those pages/posts?

    #1

    <a href="https://example.com/cars/">Cars</a>
    <a href="https://example.com/colors/">Colors</a>
    <a href="https://example.com/price/">Price</a>

    #2

    <a href="/cars/">Cars</a>
    <a href="/colors/">Colors</a>
    <a href="/price/">Price</a>

    #1 or #2 ? and why?
    Thanks.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Links Question’ is closed to new replies.