forked from Yoast/wordpress-seo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wpml-config.xml
44 lines (44 loc) · 2.07 KB
/
wpml-config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<wpml-config>
<custom-fields>
<custom-field action="translate">_yoast_wpseo_title</custom-field>
<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="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>
</custom-fields>
<admin-texts>
<key name="wpseo_titles">
<key name="title-home-wpseo" />
<key name="metadesc-home-wpseo" />
<key name="title-post" />
<key name="metadesc-post" />
<key name="title-page" />
<key name="metadesc-page" />
<key name="title-attachment" />
<key name="metadesc-attachment" />
<key name="title-category" />
<key name="metadesc-category" />
<key name="title-tax-post_tag" />
<key name="metadesc-tax-post_tag" />
<key name="title-author-wpseo" />
<key name="metadesc-author-wpseo" />
<key name="title-archive-wpseo" />
<key name="metadesc-archive-wpseo" />
<key name="title-search-wpseo" />
<key name="title-404-wpseo" />
<key name="breadcrumbs-sep" />
<key name="breadcrumbs-home" />
<key name="breadcrumbs-prefix" />
<key name="breadcrumbs-archiveprefix" />
<key name="breadcrumbs-searchprefix" />
<key name="breadcrumbs-404crumb" />
<key name="rssbefore" />
<key name="rssafter" />
</key>
</admin-texts>
</wpml-config>