Php Yoast seo和qtranslate x

Php Yoast seo和qtranslate x,php,wordpress,seo,sitemap,Php,Wordpress,Seo,Sitemap,我正在使用Yoast SEO插件为WordPress网站和Qtanslate X生成站点地图。我已经安装了一个集成Yoast SEO和Qtranslate的插件。站点地图作为每种语言的单独xml文件创建。请让我知道这将导致搜索引擎中出现重复内容问题。 (或) 我们不应该为每种语言创建单独的xml文件,而应该为同一sitemap.xml中的所有其他语言创建一个rel=“alternate”和hreflang=“fr”链接 <loc> http://www.example.com/abo

我正在使用Yoast SEO插件为WordPress网站和Qtanslate X生成站点地图。我已经安装了一个集成Yoast SEO和Qtranslate的插件。站点地图作为每种语言的单独xml文件创建。请让我知道这将导致搜索引擎中出现重复内容问题。
(或)
我们不应该为每种语言创建单独的xml文件,而应该为同一sitemap.xml中的所有其他语言创建一个rel=“alternate”和hreflang=“fr”链接

<loc> http://www.example.com/aboutus/ </loc>
<xhtml:link rel="alternate" hreflang="en" href="http://www.example.com/en/aboutus/>  
<xhtml:link rel="alternate" hreflang="fr" href="http://www.example.com/fr/aboutus/">
http://www.example.com/aboutus/