Skip to main content

Web: Drupal 8 - Change the front page title

Submitted by Stefan Barsuhn on

So easy and yet so difficult: If you're using the Drupal default front-page it displays a list of all articles in a chronological order, the classic blog home page. However, the front-page does not have a page title, so that your tab title will read " | <your site name>".

In fact, this is quite easy to change:

Steps

  1. Go to /admin/structure/views/view/frontpage
  2. Click on Title:
    image 3
  3. Change title according to your needs (in my case "All articles")
  4. Save

Result

Your tab title reflects the title:
image 4

Your page as well:
image 5

Tags