https://github.com/fdv/typo-internal-linker
A powerful SEO internal linking builder for Typo blog
https://github.com/fdv/typo-internal-linker
Last synced: 8 months ago
JSON representation
A powerful SEO internal linking builder for Typo blog
- Host: GitHub
- URL: https://github.com/fdv/typo-internal-linker
- Owner: fdv
- License: mit
- Created: 2010-10-02T21:12:13.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-10-02T21:47:22.000Z (over 15 years ago)
- Last Synced: 2025-05-31T06:51:30.660Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 102 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- License: MIT-LICENSE
Awesome Lists containing this project
README
h1. Typo Internal Linker
This plugin allow you to build your SEO internal linking displaying links from your articles tagging. Instead of having your tag links pointing to useless tag pages, they will point to articles using these words the most.
h2. Installing Typo Internal Linker
You can either download the source code and upload it into vendor/plugins or run
script/rails plugin install git://github.com/fdv/Typo-Internal-Linker.git
After downloading this plugin, you'll have to run 2 rake tasks :
The first one will create the needed database schema
rake typo_internal_linker_create_table
The second one will populate the table with your existing content
rake typo_internal_linker_populate_table
Remember to run the second one every time you publsh a new article as you'll need to update the table.
Then in your theme, where you display a single article tag links, replace the line containing _tag_links(article)_ with:
show_seo_tags(article)
Copyright (c) 2009 Frédéric de Villamil, released under the MIT license