You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
single (without the weird skinny thing on the right bc that looks like shit)
Functionality
Auto-interlinking
The glossary should automatically interlink all of the all terms in your glossary together on each single page (like how wikipedia does it).
For example, if you had glossary pages for the terms:
credit card
debit card
interest rates
And the post about "interest rates" mentioned the keyword credit card it should automatically link to the credit card page.
Having these interlinks automatically generated will significantly increase the crawling, link-power & SEO. It's also a nice experience for the user.
BONUS: Even better if the terms had tooltips on hover that showed the 'one_liner` (aka short definition) of each. But that's a bonus feature. Does not need to be included in MVP if it's non-trivial.
The text was updated successfully, but these errors were encountered:
You can't auto-link from the web app. The only way I can think of automating this is to run a script iterating through the words in the glossary posts, querying the db for every word + every 2 words in a row + every 3 words in a row and if it finds a match it replaces the term with a markdown link to /glossary/[term] which is obviously a pretty heavy and error prone script but it's the best I can think of and it's worth a shot. I presume this is usually done manually, like wikipedia.
TODO
The
glossary
"module" is an easy way to pick up "information intent" traffic to your website, and backlinks when you start ranking.It's basically a giant dictionary of the all 'terminology' in your industry.
Default URL structure
site.com/glossary/
site.com/glossary/<slug>/
Design references
Functionality
Auto-interlinking
The glossary should automatically interlink all of the all terms in your glossary together on each single page (like how wikipedia does it).
For example, if you had glossary pages for the terms:
And the post about "interest rates" mentioned the keyword
credit card
it should automatically link to thecredit card
page.Having these interlinks automatically generated will significantly increase the crawling, link-power & SEO. It's also a nice experience for the user.
BONUS: Even better if the terms had tooltips on hover that showed the 'one_liner` (aka short definition) of each. But that's a bonus feature. Does not need to be included in MVP if it's non-trivial.
The text was updated successfully, but these errors were encountered: