--- label: 'Creating a URL alias for a content item' related: - path.overview - path.editing_alias - node.creating_content - node.editing --- {% set path_permissions_link_text %} {% trans %}Create and edit URL aliases{% endtrans %} {% endset %} {% set path_permissions_link = render_var(help_route_link(path_permissions_link_text, 'user.admin_permissions', {}, {'fragment': 'module-path'})) %} {% set overview_topic = render_var(help_topic_link('path.overview')) %}

{% trans %}Goal{% endtrans %}

{% trans %}Give a content item page a human- or SEO-friendly URL alias; you can follow similar steps to create an alias for a taxonomy term page. See {{ overview_topic }} for more about aliases.{% endtrans %}

{% trans %}Who can create URL aliases?{% endtrans %}

{% trans %}Users with the {{ path_permissions_link }} permission can create aliases. To follow the steps in this topic, you will also need permission to edit the content item.{% endtrans %}

{% trans %}Steps{% endtrans %}

  1. {% trans %}Locate and open the content edit form for the content item, or create a new content item (see related topics on creating and editing content).{% endtrans %}
  2. {% trans %}Under URL alias on the edit form, enter the desired alias (for example, "/about-us"). Make sure the alias starts with a "/" character.{% endtrans %}
  3. {% trans %}Click Save.{% endtrans %}
  4. {% trans %}Verify that the page can be visited with the new alias, for example https://example.com/about-us.{% endtrans %}

{% trans %}Additional resources{% endtrans %}