diff --git a/web/public/robots.txt b/web/public/robots.txt
new file mode 100644
index 0000000..14267e9
--- /dev/null
+++ b/web/public/robots.txt
@@ -0,0 +1,2 @@
+User-agent: *
+Allow: /
\ No newline at end of file
diff --git a/web/src/App.js b/web/src/App.js
index c03dd05..a2e603f 100644
--- a/web/src/App.js
+++ b/web/src/App.js
@@ -80,6 +80,7 @@ export default function App() {
value={inputValue}
ref={inputRef}
placeholder={t('placeholder')}
+ aria-label="search query"
/>
{queryGiven && !suggested ? (