Skip to content

Commit 5340802

Browse files
authored
chore(ssr): let search engines index German locale (#12210)
1 parent 50b72fc commit 5340802

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: ssr/render.tsx

-4
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,6 @@ export default function render(
145145
// Open Graph protocol expects `language_TERRITORY` format.
146146
const ogLocale = locale.replace("-", "_");
147147

148-
if (locale === "de") {
149-
// Prevent experimental German locale from being indexed.
150-
onlyFollow = true;
151-
}
152148
const robotsContent =
153149
!ALWAYS_ALLOW_ROBOTS || (doc && doc.noIndexing) || noIndexing
154150
? "noindex, nofollow"

0 commit comments

Comments
 (0)