Website Language Tag

SEO Help and Tips

Website Language Tag

Here is Language Tag Example:

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href='https://example.com/' hreflang='en' rel='alternate'>
<link href='https://example.com/' hreflang='en-us' rel='alternate'>
<link href='https://example.com/' hreflang='en-GB' rel='alternate'>
<link href='https://example.com/' hreflang='fr' rel='alternate'>
    <!-- Your other head elements -->
</head>
<body>
    <!-- Your webpage content -->
</body>
</html>

Comments

Popular posts from this blog

How to Website Disallow and Allow directives by Robots.txt ?

How to Fix Website Mixed Content Issues?

How to fix SSL Certificate Issues?

Popular posts from this blog

How to Website Disallow and Allow directives by Robots.txt ?

How to Fix Website Mixed Content Issues?

How to fix SSL Certificate Issues?