serpcompany / merchantalternatives.com

https://merchantalternatives.com
1 stars 0 forks source link

glossary module #65

Open devinschumacher opened 3 months ago

devinschumacher commented 3 months ago

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

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 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.

niallquirke commented 2 months ago

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.

devinschumacher commented 2 months ago

@niallquirke okay no problem ill bump this feat to another iteration and me and @francislabountyjr will do it