-
Notifications
You must be signed in to change notification settings - Fork 93
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
Search Engine Optimization for Skosmos 3.0 #1533
Comments
DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFTThe title tag is a crucial element for SEO.It tells search engines (and users) what the page is about. Include primary keyword or key phrase.More info: https://seo.ai/blog/why-are-title-tag-and-h1-essential-for-seo Meta DescriptionA good meta description can "lure" users to click on the link in search results. It should be concise, informative and appealing.
More about search terms in the meta description: https://yoast.com/meta-descriptions/ SitemapsA sitemap = XML file that lists all the URLs on the website
Read: https://www.semrush.com/blog/sitemap-examples/ In our case, a sitemap may not be a very effective approach due to the nature of our service. The relationships between pages are not structured based on the meaning of the content. If we choose to implement this, it is better to create a small, focused sitemap that includes only the most relevant parts. robots.txtIt's also important to know how to limit search engine visibility
Read: https://www.conductor.com/academy/robotstxt/ Heading Tags :Search engines pay attention to headings to figure out the structure and content of a page.
Tips: https://blog.hubspot.com/marketing/header-tags (In our case, headers are mostly determined by the terminology work conventions, so this is not the best way for us to improve SEO aspect) Content:The main body content of the page is important! Include target keywords and phrases and write informative content (from the viewers point of view).
Read: https://www.weebly.com/seo/content Images:
Not relevant in our case. More: https://contentmarketinginstitute.com/articles/optimize-images-seo/ Internal Links:Linking to relevant internal pages within the website helps search engines understand the relationships between different pages.
Read more: https://yoast.com/internal-linking-for-seo-why-and-how/ URL Structure:Having clean, descriptive URLs makes it easier for search engines to understand the content of the page.
More: https://www.searchenginejournal.com/technical-seo/url-structure/ |
Here is a current proposal on how to improve some aspects of SEO, in particular the title and description metadata in We need several new config.ttl settings that control the title and description metadata. A multilingual value in this context means that there may be several literal values with different RDF language tags, one per UI language. Global settings
Vocabulary-specific settings
Constructing title and description metadata for different page typesLanding page
About page
Feedback page
Vocabulary home page
Concept page
Search result page (within a single vocabulary)
Search result page (global search)
Error page
|
It's a good call to not inflect the names so they don't have to be hard coded. Two things come to mind:
|
I think this is a bit out of scope for SEO, so a new issue would be a better place to discuss this.
There was a discussion about the use of But anyway, linking between the different URIs/URLs should be investigated further because it could be important for SEO. |
Implementation of this in Skosmos 3:
|
Skosmos pages have generally pretty good visibilty on search engines. However, according to Finto.fi use statistics, the number of visit directly from search engine searches has decreased quite a bit in the past few years.
Now that the front end of Skosmos in getting a major overhaul with version 3.0, it might be a good idea to try to optimize the visibility of Skosmos pages to search engines.
The current (Skosmos 2.X) SEO methods include:
<head>
section of each Skosmos generated page, e.g. generator:<meta name="generator" content="Skosmos 2.16" />
robots.txt
file which restricts access to some URL paths, although this is not a part of the Skosmos codebase but must be added locally.Let’s use this issue to spec out the concrete measures needed for Skosmos 3.0 SEO.
For related issues see at least #583
The text was updated successfully, but these errors were encountered: