Change translation for SEO metabox
This is more for media embed cards than search engines, really.
This commit is contained in:
parent
98f51ca14a
commit
c1959ceceb
@ -16,7 +16,7 @@ This documentation is about the Fictioneer theme. If you need help with WordPres
|
||||
* [Meta Fields](#meta-fields-3)
|
||||
* [Example Sentences](#example-sentences)
|
||||
* [Shared Options](#shared-options)
|
||||
* [Search Engine Appearance](#search-engine-appearance)
|
||||
* [SEO & Meta Tags](#seo--meta-tags)
|
||||
* [Landscape Image](#landscape-image)
|
||||
* [Page Layout](#page-layout)
|
||||
* [Comments](#comments)
|
||||
@ -249,7 +249,7 @@ Pages work the same as always in WordPress, just with some additional fields and
|
||||
|
||||
These fields and options are available in most post types, which does not mean they make sense everywhere.
|
||||
|
||||
### Search Engine Appearance
|
||||
### SEO & Meta Tags
|
||||
|
||||
Metadata for search engine results, schema graphs, and social media embeds. If left blank, defaults will be derived from the post content. You can use `{{title}}`, `{{site}}`, and `{{excerpt}}` as placeholders. Titles should not exceed 70 characters but this is not enforced. The Open Graph image is either set manually (click on the box) or defaults to the post thumbnail, parent thumbnail, or site default in that order. Whether these services actually display the offered data is entirely up to them. After all, you could write anything in there.
|
||||
|
||||
|
@ -23,7 +23,7 @@ if ( ! function_exists( 'fictioneer_add_seo_metabox' ) ) {
|
||||
if ( in_array( $post_type, $for_these_types ) && ! in_array( get_page_template_slug( $post ), $not_these_slugs ) ) {
|
||||
add_meta_box(
|
||||
'fictioneer-search-engine-appearance',
|
||||
__( 'Search Engine Appearance', 'fictioneer' ),
|
||||
__( 'SEO & Meta Tags', 'fictioneer' ),
|
||||
'fictioneer_seo_fields',
|
||||
null,
|
||||
'normal',
|
||||
|
Loading…
x
Reference in New Issue
Block a user