This message was deleted.
# seo
s
This message was deleted.
c
@Niranjan Bala can you share more details on this? What do you want to achieve? Do the website has multiple language version of the site?
n
1. <link data-react-helmet="true" rel="alternate" href="https://www.upskillist.com/" hreflang="x-default"> 2. <link data-react-helmet="true" href="https://www.upskillist.com/" rel="alternate" hreflang="x-default">
between 1 and 2 by changing order does it matter?
href, rel and hreflang
c
The sequence doesn’t matter as there is no such guideline provided by the W3. But the browser will read the HTML code line by line, and using the standard template will help the browser decode the relationship of the linked URL or Document first.