Skip to content

Commit

Permalink
Avoid syncing robots meta between multilingual contents
Browse files Browse the repository at this point in the history
  • Loading branch information
mmikhan committed May 18, 2022
1 parent 76035c6 commit 3413f7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wpml-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<custom-field action="translate">_yoast_wpseo_bctitle</custom-field>
<custom-field action="translate">_yoast_wpseo_metadesc</custom-field>
<custom-field action="translate">_yoast_wpseo_focuskw</custom-field>
<custom-field action="copy">_yoast_wpseo_meta-robots-noindex</custom-field>
<custom-field action="copy">_yoast_wpseo_meta-robots-nofollow</custom-field>
<custom-field action="copy">_yoast_wpseo_meta-robots-adv</custom-field>
<custom-field action="copy_once">_yoast_wpseo_meta-robots-noindex</custom-field>
<custom-field action="copy_once">_yoast_wpseo_meta-robots-nofollow</custom-field>
<custom-field action="copy_once">_yoast_wpseo_meta-robots-adv</custom-field>
<custom-field action="ignore">_yoast_wpseo_canonical</custom-field>
<custom-field action="ignore">_yoast_wpseo_redirect</custom-field>
<custom-field action="translate">_yoast_wpseo_opengraph-description</custom-field>
Expand Down

0 comments on commit 3413f7a

Please sign in to comment.