# Small changes on the "Not Found" page

**URL:** https://meta.discourse.org/t/small-changes-on-the-not-found-page/57937
**Category:** Bug
**Created:** [25 februari 2017 om 06:18 UTC](https://meta.discourse.org/t/small-changes-on-the-not-found-page/57937 "2017-02-25T06:18:19Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![youwiki](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/youwiki/32/89936_2.png) [@youwiki](https://meta.discourse.org/u/youwiki)
#### Post date: [25 februari 2017 om 06:18 UTC](https://meta.discourse.org/t/small-changes-on-the-not-found-page/57937/1 "2017-02-25T06:18:19Z")

</div>

Hello!  
In `app/views/exceptions/not_found.html.erb` file (`popular-topics` bock), “See More” button should route to “/top” page, not “/latest”.

And also topic slug value for Google search input on this page is not actual for non-english sites.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [25 februari 2017 om 09:37 UTC](https://meta.discourse.org/t/small-changes-on-the-not-found-page/57937/2 "2017-02-25T09:37:40Z")

</div>

Aha you’re right. Under Popular on the 404 page, More… should go to /top. Good catch. @tgxworld can you fix?

---

<div class="post-metadata">

### Author: ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)
#### Post date: [25 februari 2017 om 15:22 UTC](https://meta.discourse.org/t/small-changes-on-the-not-found-page/57937/3 "2017-02-25T15:22:49Z")

</div>

Ok added to my list 🙂

---

<div class="post-metadata">

### Author: ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)
#### Post date: [27 februari 2017 om 05:46 UTC](https://meta.discourse.org/t/small-changes-on-the-not-found-page/57937/4 "2017-02-27T05:46:29Z")

</div>

Fixed in

[https://github.com/discourse/discourse/commit/0e8c84957205ba3613e0ca5da0bd144d0042caa5](https://github.com/discourse/discourse/commit/0e8c84957205ba3613e0ca5da0bd144d0042caa5)

> [@youwiki](#):
>
> And also topic slug value for Google search input on this page is not actual for non-english sites.

@youwiki You’ll have to configure `slug_generation_method` to `encoded` if you want to have the [full unicode support for slugs](https://meta.discourse.org/t/removing-the-concept-of-slugs-for-some-languages/26643). Otherwise, it defaults to `topic`.

---

<div class="post-metadata">

### Author: ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)
#### Post date: [27 februari 2017 om 05:46 UTC](https://meta.discourse.org/t/small-changes-on-the-not-found-page/57937/5 "2017-02-27T05:46:32Z")

</div>


