# Accessibility: Signal changes to screen readers on navigation

**URL:** https://meta.discourse.org/t/accessibility-signal-changes-to-screen-readers-on-navigation/77897
**Category:** Feature
**Tags:** accessibility
**Created:** [January 12, 2018, 10:27pm UTC](https://meta.discourse.org/t/accessibility-signal-changes-to-screen-readers-on-navigation/77897 "2018-01-12T22:27:54Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [January 14, 2018, 10:00pm UTC](https://meta.discourse.org/t/accessibility-signal-changes-to-screen-readers-on-navigation/77897/2 "2018-01-14T22:00:02Z")

</div>

> [@kevinrobinson](#):
>
> on route change, add in one of these screen reader-only tags to at least tell the screen reader that the data on the page changed.

We already have a hook on page change, maybe use that?

> [@Matomo Analytics](https://meta.discourse.org/t/how-to-enable-piwik-analytics-on-discourse/33090):
>
> discourse2Summary Matomo Analytics is a script to enable Matomo analytics on Discourse.hammer_and_wrenchRepository Link [https://github.com/discourse/discourse-matomo-analytics](https://github.com/discourse/discourse-matomo-analytics)open_bookNew to Discourse Themes? [Beginner’s guide to using Discourse Themes](https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966) Install this theme component Features [Matomo](https://matomo.org/) is an open source analytics platform. Users can choose between self-hosting or paying for professional hosting in the cloud. mega Matomo was formerly named Piwik. S…

```plaintext
<script type="text/discourse-plugin" version="0.2">
    api.onPageChange((url, title) => {
       Em.run.next(()=>{
           $('body').addClass('xyz')
       });
    });
</script>

```

---

_[View the full topic](https://meta.discourse.org/t/accessibility-signal-changes-to-screen-readers-on-navigation/77897)._
