forked from rankmath/seo-by-rank-math
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wpml-config.xml
76 lines (76 loc) · 2.95 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<wpml-config>
<custom-fields>
<custom-field action="translate">rank_math_title</custom-field>
<custom-field action="translate">rank_math_description</custom-field>
<custom-field action="translate">rank_math_facebook_title</custom-field>
<custom-field action="translate">rank_math_facebook_description</custom-field>
<custom-field action="translate">rank_math_twitter_title</custom-field>
<custom-field action="translate">rank_math_twitter_description</custom-field>
<custom-field action="translate">rank_math_focus_keyword</custom-field>
<custom-field action="ignore">rank_math_canonical_url</custom-field>
<custom-field action="copy-once">rank_math_robots</custom-field>
<custom-field action="copy-once">rank_math_pillar_content</custom-field>
<custom-field action="copy">rank_math_facebook_enable_image_overlay</custom-field>
<custom-field action="copy">rank_math_facebook_image_overlay</custom-field>
<custom-field action="copy">rank_math_twitter_use_facebook</custom-field>
<custom-field action="copy">rank_math_twitter_card_type</custom-field>
<custom-field action="copy">rank_math_twitter_enable_image_overlay</custom-field>
<custom-field action="copy">rank_math_twitter_image_overlay</custom-field>
</custom-fields>
<admin-texts>
<key name="rank-math-options-titles">
<key name="title_separator"/>
<key name="homepage_title"/>
<key name="homepage_description"/>
<key name="homepage_facebook_title"/>
<key name="homepage_facebook_description"/>
<key name="url_author_base"/>
<key name="author_archive_title"/>
<key name="author_archive_description"/>
<key name="date_archive_title"/>
<key name="date_archive_description"/>
<key name="search_title"/>
<key name="404_title"/>
<key name="pt_*_title"/>
<key name="pt_*_description"/>
<key name="pt_*_archive_title"/>
<key name="pt_*_archive_description"/>
<key name="pt_*_default_snippet_name"/>
<key name="pt_*_default_snippet_desc"/>
<key name="tax_*_title"/>
<key name="tax_*_description"/>
</key>
<key name="rank-math-options-general">
<key name="img_alt_format"/>
<key name="img_title_format"/>
<key name="breadcrumbs_separator"/>
<key name="breadcrumbs_prefix"/>
<key name="breadcrumbs_home_link"/>
<key name="breadcrumbs_home_label"/>
<key name="breadcrumbs_archive_format"/>
<key name="breadcrumbs_search_format"/>
<key name="breadcrumbs_404_label"/>
<key name="rss_before_content"/>
<key name="rss_after_content"/>
</key>
</admin-texts>
<gutenberg-blocks>
<gutenberg-block type="rank-math/faq-block" translate="1">
<key name="questions">
<key name="*">
<key name="title"/>
<key name="content"/>
</key>
</key>
</gutenberg-block>
<gutenberg-block type="rank-math/howto-block" translate="1">
<key name="description"/>
<key name="steps">
<key name="*">
<key name="title"/>
<key name="content"/>
</key>
</key>
</gutenberg-block>
</gutenberg-blocks>
</wpml-config>