Is it possible to change the title tag of the 404 page ? I now i can change the text that is displayed but i can’t seem to find how to change the title tag. It shows the name of our discourse page.
1 Like
This would be very valuable as it is needed to track 404 pages in Google Analytics. Does anyone have any input?
1 Like
I actually agree with this one @zogstrip, our 404 page oddly enough does not have a distinct <title>
. We should add - Page Not Found
or something on the end at least.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Discourse Meta</title>
Above is a random 404 link here to meta
2 Likes
@nbianca can you add this one to your list?
1 Like
I added a generic “Page Not Found - SITE_TITLE” title. It is a translatable string and can be easily customized.
2 Likes
This topic was automatically closed after 2 days. New replies are no longer allowed.