Open the menu
    ```html

    SEO : Edit

    Provides the publisher with a form to update previously registered content.

    Features

    • It is an administration interface

    Screens

    Edit
    • Name (string, required field, maximum length: 255) : Name that identifies the rule in the administration list.
    • Automatically generate name (boolean, default value: true) : Allows the name to be automatically generated depending on the selected channel or page.
    • Type (integer, required field) : The type of rule to be created, which can be a channel rule or a page rule.
    • Page (internal page) : The page linked to the rule when the type of rule is 'page'.
    • Channel (internal channel) : The channel linked to the rule when the type of rule is 'channel'.
    • Recalculate friendly URLs of the channel tree (boolean) : When the type of rule is 'channel', allows recalculation of the friendly URL of all child channels and pages of the channel linked to the rule.
    • SEO
      • Rule for defining the simple title of the page (integer) : Allows deciding how the simple title of the page will be generated.
        • Default: Will be the original title of the page.
        • Specific title: Allows specifying the title of the page.
      • Simple title of the page (text) : When the method of generating the title is 'Specific title', allows specifying a simple title for the page.
      • Standard page title generation (text)
      • Rule for defining the description (integer) : Allows deciding how the description of the page will be generated.
        • Default: Will be the original description of the page.
        • Specific description: Allows specifying the description of the page.
      • Description (text) : When the method of generating the description is 'Specific description', allows specifying the description of the page.
      • Rule for defining the path in the URL (integer) : Allows deciding how the path of the page will be generated.
        • Default: Will be the original path of the page.
        • Specific path: Allows specifying the path of the page.
      • Path in the URL (text) : When the method of generating the path is 'Specific path', allows specifying the path of the page.
        If the path does not start with '/', or ${ancestralPath}, the inherited path will be added at the beginning of the specified path.
        If the path does not end with '${paramsPath}', it will be added at the end of the path. Note that the file extension should not be added to the path, it will be automatically inserted.
        Examples:

          Examples:

        • Example of absolute path:
          Path in the URL: /shift/list
          Original URL of the page: http://my.site/category/news/list.htm
          New URL of the page: http://my.site/shift/list.htm

        • Example of relative path:
          Path in the URL: shift/list
          Original URL of the page: http://my.site/category/news/list.htm
          New URL of the page: http://my.site/category/news/shift/list.htm

        For more information, see friendly URLs
      • Rule for defining the canonical URL (integer) : Allows deciding how the canonical URL of the page will be generated.
        • Default: Will be the original canonical URL of the page.
        • Specific canonical URL: Allows specifying the canonical URL of the page.
      • Canonical URL (text) : When the method of generating the canonical URL is 'Specific canonical URL', allows specifying the canonical URL of the page. The URL must be absolute
    • Sharing on Social Networks
      • Rule for defining the title on social networks (integer) : Allows deciding how the title for social networks of the page will be generated.
        • Default: Will be the original title of the page.
        • Specific title: Allows specifying the title for social networks of the page.
      • Title for social networks (text) : When the method of generating the title for social networks is 'Specific title', allows specifying the title for social networks of the page.
      • Rule for defining the description on social networks (integer) : Allows deciding how the description for social networks of the page will be generated.
        • Default: Will be the original description of the page.
        • Specific description: Allows specifying the description for social networks of the page.
      • Description for social networks (text) : When the method of generating the description is 'Specific description', allows specifying the description for social networks of the page.
      • Rule for defining the image (integer) : Allows deciding how the image for social networks of the page will be generated.
        • Default: Will be the original image of the page.
        • Specific image: Allows specifying the image for social networks of the page.
      • Image for social networks (media) : When the method of generating the image for social networks is 'Specific image', allows specifying the image for social networks of the page.
    • Language: Control the language of the current content and its display behavior.?
      • Language: Specify the language of the current content. By default, it selects the language the user is navigating. : The language related to the rule.
      • Translate to

    Links

    Permissions

    • Edit service instance content: Allows managing all data of this service instance with publisher profile.

    Actions

    • commit
    ```