Linux 软件免费装
Banner图

Hamzaban - Hreflang Tag Generator for WordPress

开发者 ertano
mihanwp
更新时间 2024年10月2日 18:59
捐献地址: 去捐款
PHP版本: 7.0 及以上
WordPress版本: 6.6
版权: GPLv2 or later
版权网址: 版权信息

标签

SEO language meta tags multilingual hreflang

下载

详情介绍:

Hamzaban is a plugin that helps you add and manage hreflang tags for your WordPress site. Hreflang tags are essential for SEO, especially for multilingual sites, as they tell search engines which language and regional URLs to serve to users based on their location and language preferences. Features Usage
  1. Activate the plugin through the 'Plugins' menu in WordPress.
  2. Go to the post or page editor, and you will see a meta box to add hreflang URLs and languages.
  3. Done! hreflang metatag will be added to your website pages head.
  4. You can use the provided function or template tag to display the hreflang links in your theme.
Display Hreflang Links in Theme To display the en language URL in your theme, use the following code: ```php ' . __('English Version', 'hamzaban') . ''; } ?> ```