As the site is a single page app, handled by angular, Javascript is REQUIRED for the site to function. Adding a <noscript>...</noscript> section of the site will help clarify what the user sees when the site is visited with a browser that doesn't support Javascript.
As the site is a single page app, handled by angular, Javascript is REQUIRED for the site to function. Adding a
<noscript>...</noscript>
section of the site will help clarify what the user sees when the site is visited with a browser that doesn't support Javascript.