diff --git a/dotcom-rendering/src/components/Masthead/Titlepiece/ExpandedNav/MoreSection.tsx b/dotcom-rendering/src/components/Masthead/Titlepiece/ExpandedNav/MoreSection.tsx
index 94652cc778e..d320966f203 100644
--- a/dotcom-rendering/src/components/Masthead/Titlepiece/ExpandedNav/MoreSection.tsx
+++ b/dotcom-rendering/src/components/Masthead/Titlepiece/ExpandedNav/MoreSection.tsx
@@ -160,7 +160,6 @@ export const MoreSection = ({
pillarDivider,
pillarDividerExtended,
]}
- role="none"
>
{links.map((link) => (
diff --git a/dotcom-rendering/src/components/Masthead/Titlepiece/ExpandedNav/Pillar.tsx b/dotcom-rendering/src/components/Masthead/Titlepiece/ExpandedNav/Pillar.tsx
index fe9925b3c47..8067bfe3c7f 100644
--- a/dotcom-rendering/src/components/Masthead/Titlepiece/ExpandedNav/Pillar.tsx
+++ b/dotcom-rendering/src/components/Masthead/Titlepiece/ExpandedNav/Pillar.tsx
@@ -190,7 +190,6 @@ export const Pillar = ({
!hasPageSkin && columnStyleFromLeftCol,
pillarDivider,
]}
- role="none"
>
{/*
IMPORTANT NOTE: Supporting NoJS and accessibility is hard.
diff --git a/dotcom-rendering/src/components/Masthead/Titlepiece/ExpandedNav/SearchBar.tsx b/dotcom-rendering/src/components/Masthead/Titlepiece/ExpandedNav/SearchBar.tsx
index 9b861fe9ebf..6dbf9f1178a 100644
--- a/dotcom-rendering/src/components/Masthead/Titlepiece/ExpandedNav/SearchBar.tsx
+++ b/dotcom-rendering/src/components/Masthead/Titlepiece/ExpandedNav/SearchBar.tsx
@@ -91,7 +91,11 @@ const searchSubmit = css`
export const SearchBar = () => {
const searchId = 'gu-search';
return (
-