kopia lustrzana https://github.com/wagtail/wagtail
Panel text update; Documentation around developer responsibility added
rodzic
6694533751
commit
fc61da7468
docs/editor_manual/new_pages
wagtail/admin
|
@ -10,8 +10,8 @@ The Promote tab
|
|||
The Promote tab is where you can configure a page's metadata, to help search engines find and index it. Below is a description of all the default fields under this tab.
|
||||
|
||||
* **Slug:** The section of the URL that appears after your website's domain e.g. ``http://domain.com/blog/[my-slug]/``. This is automatically generated from the main page title, which is set in the Content tab. Slugs should be entirely lowercase, with words separated by hyphens (-). It is recommended that you don't change a page's slug once a page is published.
|
||||
* **Title tag:** This is the bold headline in search engine results. This is one of the most significant elements of how search engines rank the page. The keywords used here should align with the keywords you wish to be found for.
|
||||
* **Meta description:** This is the descriptive text displayed underneath a headline in search engine results. It is designed to explain what this page is about. It has no impact on how Google ranks your content, but it can impact on the likelihood that a user will click your result. Ideally 140 to 155 characters in length.
|
||||
* **Title tag:** This is the bold headline that often shows up search engine results. This is one of the most significant elements of how search engines rank the page. The keywords used here should align with the keywords you wish to be found for. Please note that it's up to the developer to ensure the Title tag is utilised in the source code.
|
||||
* **Meta description:** This is the descriptive text displayed underneath a headline in search engine results. It is designed to explain what this page is about. It has no impact on how search engines rank your content, but it can impact on the likelihood that a user will click your result. Ideally 140 to 155 characters in length. Please note that the Meta description (along with Title tag) are the responsibility of the developer to implement.
|
||||
* **Show in menus:** Ticking this box will ensure that the page is included in automatically generated menus on your site. Note: A page will only display in menus if all of its parent pages also have *Show in menus* ticked.
|
||||
|
||||
|
||||
|
|
|
@ -799,10 +799,10 @@ Page.promote_panels = [
|
|||
FieldPanel('slug'),
|
||||
FieldPanel('seo_title'),
|
||||
FieldPanel('search_description'),
|
||||
], gettext_lazy('Configuration for search engines')),
|
||||
], gettext_lazy('For search engines')),
|
||||
MultiFieldPanel([
|
||||
FieldPanel('show_in_menus'),
|
||||
], gettext_lazy('Configuration for site menus')),
|
||||
], gettext_lazy('For site menus')),
|
||||
]
|
||||
|
||||
Page.settings_panels = [
|
||||
|
|
Ładowanie…
Reference in New Issue