Open the menu
    ```html

    SEO : Add

    Provides the publisher with a form to add new content.

    Features

    • It is an administration interface

    Screens

    Add
    • 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 generated automatically depending on the selected channel or page.
    • Type (integer, required field) : The type of rule that will be created, it can be a channel rule or a page rule.
    • Page (internal page) : The page linked to the rule when the rule type is 'page'.
    • Channel (internal channel) : The channel linked to the rule when the rule type is 'channel'.
    • Recalculate friendly URLs of the channel tree (boolean) : When the rule type is 'channel', it allows recalculating the friendly URL of all channels and child pages of the linked channel.
    • SEO
      • Rule for defining the simple title of the page (integer) : Allows deciding how the simple title of the page will be generated.
        • Default: It 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 way to generate the title is 'Specific title', allows specifying a simple title for the page.
      • Standard for generating the page title (text)
      • Rule for defining the description (integer) : Allows deciding how the page description will be generated.
        • Default: It will be the original description of the page.
        • Specific description: Allows specifying the description of the page.
      • Description (text) : When the way to generate 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 page path will be generated.
        • Default: It will be the original path of the page.
        • Specific path: Allows specifying the path of the page.
      • Path in the URL (text) : When the way to generate the path is 'Specific path', allows specifying the page path.
        If the path does not start with '/', or ${ancestralPath}, the inherited path will be added to the beginning of the specified path.
        If the path does not end with '${paramsPath}', it will be added to the end of the path. Note that the file extension must not be added to the path, it will be inserted automatically.
        Examples:

          Examples:

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

        • Example of relative path:
          Path in the URL: emergency/list
          Original URL of the page: http://my.site/category/news/list.htm
          New URL of the page: http://my.site/category/news/emergency/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: It 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 way to generate the canonical URL is 'Specific canonical URL', allows specifying the canonical URL of the page. The URL must be absolute
    • Sharing for Social Networks
      • Rule for defining the title in social networks (integer) : Allows deciding how the title for social networks of the page will be generated.
        • Default: It 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 way to generate the title for social networks is 'Specific title', allows specifying the title for social networks of the page.
      • Rule for defining the description in social networks (integer) : Allows deciding how the description for social networks of the page will be generated.
        • Default: It 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 way to generate 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: It 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 way to generate 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 chooses the language the user is browsing in. : The language related to the rule.

    Links

    Permissions

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

    Actions

    • commit
    ```