-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve Search #191
Comments
@afrittoli i have added you and the rest of the governing board to have access to https://programmablesearchengine.google.com/cse/setup/basic?cx=013756393218025596041:6eajntqsa6c (which i think is a link to the tekton.dev custom search?) at a glance i cant tell what's wrong: it doesnt seem like it should be searching the entire web 🤔 I'm not sure if we can remove the ads but we can try. Another approach might be to use something to index the site ourselves. |
I changed the URL from anything with I also found a way to submit a sitemap, that hugo already produces at https://tekton.dev/sitemap.xml. URLs in the sitemap are relative and that is not correct, in fact when I try to submit a sitemap google search tells me that it finds 170+ errors: |
It looks like me have to change the baseUrl to a valid one? |
About ads, I found the following answer:
|
Related issue on knative side: knative/website#23 |
The sitemap is now generated correctly, if the search console and cse match the content should be coming from that. |
However no indexing still, because we set |
The website header partial sets the meta index, follow if the HUGO_ENV is set to production, and no index no follow otherwise. Change the HUGO_ENV to be production for the production environment. Related to tektoncd#191 Signed-off-by: Andrea Frittoli <andrea.frittoli@gmail.com>
The website header partial sets the meta index, follow if the HUGO_ENV is set to production, and no index no follow otherwise. Change the HUGO_ENV to be production for the production environment. Related to #191 Signed-off-by: Andrea Frittoli <andrea.frittoli@gmail.com>
OK, to summarise:
Current status:
|
Crawling by Google started, it is not yet complete, but results are starting to show. It may be possible to give search results from older versions less relevance, something to look into as well. |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
/remove-lifecycle stale |
/lifecycle frozen |
Search now works, so I decreased the criticality of this item, but there are still a few issues to be solved:
Sorting results by date instead of relevance bring up the most recent pages first, but it may not be an ideal solution. |
Expected Behavior
The search bar to display information on the site, and perhaps relevant tasks on Tekton Hub.
Actual Behavior
The search displayed ads, logs, and some somewhat relevant links, but not the documentation I was looking for.
Steps to Reproduce the Problem
Additional Info
I was hoping that search would allow me to surface documentation for concepts I was looking to precisely define (e.g.
Pipelines
, PersistentVolumeClaim`...), but I haven't seen any links shown in the search to the documentation.The text was updated successfully, but these errors were encountered: