diff --git a/frontend/index.html b/frontend/index.html index 305d2d8..5ad3477 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -3,8 +3,56 @@ - - Cliff Watch + Cliff Watch | Find Benefit Cliffs as Income Rises - PolicyEngine + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/frontend/public/robots.txt b/frontend/public/robots.txt new file mode 100644 index 0000000..f3a0ab6 --- /dev/null +++ b/frontend/public/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://cliff-watch.policyengine.org/sitemap.xml diff --git a/frontend/public/sitemap.xml b/frontend/public/sitemap.xml new file mode 100644 index 0000000..4ca4e05 --- /dev/null +++ b/frontend/public/sitemap.xml @@ -0,0 +1,8 @@ + + + + https://cliff-watch.policyengine.org/ + weekly + 1.0 + + diff --git a/frontend/src/App.css b/frontend/src/App.css index dc847cc..474d8fb 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -1,4 +1,4 @@ -@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap'); +/* Inter font loaded via in index.html with preconnect for performance */ :root { --color-navy: #1E293B; diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index eacac9c..16f30b0 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -190,7 +190,7 @@ function App() { -
+
-
+ ) }