diff --git a/README.md b/README.md
index 24ac1124157fb9384c8481c32d12918e15ff6a53..d0674956457897e60972447da74398d183e0184f 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,6 @@
 This generator is meant to provide an easy way to generator BB3 style logos/user pictures. If one needs something more complex, both logo templates in src are nicely editable in Inkscape.
 ## TODO
 - [ ] Finalize accent / background colors
-- [ ] Where to host?
-- [ ] Better alt text
 - [ ] Add font controls: size and letter spacing
 - [ ] Add customizing instructions
 - [ ] Add alt text to svgs
diff --git a/src/index.html b/src/index.html
index e8f9186f4229fd5489ef1d1bd3f53379c975d514..897362c6cf768fd364b25e10740666f6809b568a 100644
--- a/src/index.html
+++ b/src/index.html
@@ -394,7 +394,7 @@
 
 
                 // Generate a simple alt text
-                document.querySelector("#alt_text").innerHTML = "Stylized logo showing a " + animal_selected + " in a bubble. The text underneath reads \"" + headline_text + "\" and \"" + sub_headline_texts.join(" ") + "\".";
+                document.querySelector("#alt_text").innerHTML = "Logo. A " + animal_selected + " flying a bubble ufo. Title: \"" + headline_text + "\" subtitle: \"" + sub_headline_texts.join(" ") + "\".";
 
                 file_name_prefix = "DiVOC-BB3_" + headline_text + "_" + sub_headline_texts.join("-") + "_" + animal_selected + "_";
             }