diff --git a/html/about/guide.html b/html/about/guide.html
index dd5fd1c..70ddef7 100755
--- a/html/about/guide.html
+++ b/html/about/guide.html
@@ -400,16 +400,16 @@ This was the first form created back in late 2016 to populate the Wiby index and
It is still useful if you want to manually index a page that refuses to permit the crawler to access it. In that case, set updatable to 0.
+
/tags/
+If you want to force a website to appear at the top rank for specific single word queries (like "weather"), you can force it by tagging the words to the target url.
+
+
/json/
This is the JSON API developers can use to connect their services to the search engine. Instructions are located at that location.
Additional Notes
-If you want to force a website to appear at the top rank for a specific single word query, (like "weather"), you can force it by adding "weather" to the tags column for the target url in the windex table. Use this sparingly.
-There is no form to do this on an existing website, you will have to update the row in mysql manually.
-
-
-If you want to stop the web crawler in a situation where it was accidently queued to index an unlimited number of pages, first stop the crawler program, truncate the indexqueue table 'truncate indexqueue;', then restart the crawler.
+If you need to stop the web crawler in a situation where it was accidently queued to index an unlimited number of pages, first stop the crawler program, truncate the indexqueue table 'truncate indexqueue;', then restart the crawler.