Bỏ qua điều hướng

Open

Reported for: WPML SEO 2.1.0

Topic Tags: Compatibility

Overview of the issue

If your create your homepage in a different language than the site’s default language, you will notice that Rank Math SEO plugin sitemap incorrectly displays the actual slug of the page instead of just the language directory.

Workaround

Please, make sure of having a full backup of your site before proceeding.

  • Open …/wp-seo-multilingual/classes/RankMathSEO/Sitemap/Hooks.php file.
  • Look for line 58.
  • Change:
    			$this->secondaryHomesById = Maybe::fromNullable( get_option( 'page_on_front' ) )
    			                                 ->map( PostTranslations::get() )
    			                                 ->map( Fns::reject( Obj::prop( 'original' ) ) )
    			                                 ->map( Fns::map( $getIdAndUrl ) )
    			                                 ->map( Lst::fromPairs() )
    			                                 ->getOrElse( [] );
    
  • For
    			$this->secondaryHomesById = Maybe::fromNullable( get_option( 'page_on_front' ) )
    			                                 ->map( PostTranslations::get() )
    			                                 ->map( Fns::reject( \WPML\FP\Relation::propEq('language_code', apply_filters('wpml_default_language', 'en')) ) )
    			                                 ->map( Fns::map( $getIdAndUrl ) )
    			                                 ->map( Lst::fromPairs() )
    			                                 ->getOrElse( [] );
    

7 phản hồi đẾN “Rank Math SEO - Incorrect URL in Sitemap for Translated Front Page”

  1. I am not too deep in coding and in SEO so please don’t judge. I am just installing WPML and learning about it. Do I need to impelement upper written instructions to mysite? Or it is already fixed in the WPML plugin after my recent instalation?

    • Hello there,
      This issue is still visible with our last version of WPML SEO add-on. If you are experiencing it on your website, please follow the workaround here provided.
      Otherwise, you can also contact our support, we will be able to help you implementing this fix.
      Regards

    • Hello there,
      Yes, it is correct. Many of the current open issues will be fixed in the next WPML SEO version release. However, a few of them may need to wait for an upcoming version.

Để lại câu trả lời

Please stay on topic and be respectful to others. If you need help with issues not related to this post, use our Support Forum to start a chat or submit a ticket.

Bạn có thể sử dụng các thẻ này:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>