Skip to content

Boost Django website's SEO and usability with internal links

License

Notifications You must be signed in to change notification settings

DimentR/django-interlink

 
 

Repository files navigation

Django-interlink

Documentation Status Dependencies

Boost your website's search engine rankings and usability by creating rich internal links blocks.

Requirements

  • Python 2.7 or 3.4+
  • Django >= 1.8

Usage

Set some defaults:

Implement querysets for looking up objects:

Django admin integration:

from interlink.admin import KeywordsInline

class PageAdmin(admin.ModelAdmin):
  ...
  inlines = [KeywordsInline, ]

More detailed documentation is available on https://django-interlink.readthedocs.io.

Credits

Django-interlink was written by Alex Morozov.

About

Boost Django website's SEO and usability with internal links

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.9%
  • HTML 1.1%