|
<meta name="Kbase App Catalog" content="KBase apps are analysis tools that you can use in KBase. Apps interoperate seamlessly to enable a range of scientific workflows (see figure below). Some of the apps were written by KBase scientists and developers; others are third-party tools that were integrated into KBase with our Software Developer Kit (SDK). The number of apps available in KBase will increase rapidly as members of the community use our SDK to integrate their analysis tools into the KBase platform. |
There's a few basic things we can do for SEO. One of them is to add a Meta tag for the attribute Description, that can have a list of the app categories:
https://www.wordstream.com/meta-tags
That would raise our visibility for things like Genome Assembly, Comparative Genomics, Microbial Communities for when people search for them.
Something else that would work would be to have the links for each app point to a distinct page with the name of the app in the title. Right now clicking into each app points into the narrative, which can't be indexed by Google. If we could generate a "static" page with the name of the app/tool in the title, that would raise the page rank a lot, rather than having just a page with lots of little links.
KbaseAppCatalogStatic/templates/index.html
Line 7 in 59a1083
There's a few basic things we can do for SEO. One of them is to add a Meta tag for the attribute Description, that can have a list of the app categories:
https://www.wordstream.com/meta-tags
That would raise our visibility for things like Genome Assembly, Comparative Genomics, Microbial Communities for when people search for them.
Something else that would work would be to have the links for each app point to a distinct page with the name of the app in the title. Right now clicking into each app points into the narrative, which can't be indexed by Google. If we could generate a "static" page with the name of the app/tool in the title, that would raise the page rank a lot, rather than having just a page with lots of little links.