Skip to content

Commit 43525e9

Browse files
committed
Revert "don't index the post-download page"
This reverts commit 3586ad8.
1 parent 63c9f6f commit 43525e9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/layouts/BaseLayout.astro

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ import useBrowserOS from "../hooks/useDetectOS";
1111
export interface Props {
1212
title: string;
1313
description: string;
14-
index: string;
1514
}
1615
const {
1716
title = "Audacity | Free Audio editor, recorder, music making and more!",
1817
description = "Audacity is the world's most popular audio editing and recording app. Edit, mix, and enhance your audio tracks with the power of Audacity. Download now!",
19-
index = "all",
2018
} = Astro.props;
2119
2220
const isPostDownloadPage = Astro.request.url.includes("/post-download");
@@ -34,7 +32,6 @@ const isPostDownloadPage = Astro.request.url.includes("/post-download");
3432
<link rel="sitemap" href="/sitemap-index.xml" />
3533
<meta name="title" content={title} />
3634
<meta name="description" content={description} />
37-
<meta name="robots" content={index} />
3835
<meta
3936
name="keywords"
4037
content="Audacity, audio editing, audio recorder, open-source, audio software, sound editing, audio mixer"

0 commit comments

Comments
 (0)