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