feat(seo): Add Vietnamese hreflang tags to all HTML pages
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
<title>Contact Us - BentoPDF</title>
|
||||
<link rel="alternate" hreflang="en" href="/en/contact.html" />
|
||||
<link rel="alternate" hreflang="de" href="/de/contact.html" />
|
||||
<link rel="alternate" hreflang="vi" href="/vi/contact.html" />
|
||||
<link rel="alternate" hreflang="x-default" href="/en/contact.html" />
|
||||
<link href="/src/css/styles.css" rel="stylesheet" />
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user