forked from blinkseolondon/django-seo
-
Notifications
You must be signed in to change notification settings - Fork 0
Provides a set of tools for managing Search Engine Optimisation (SEO) for Django sites.
License
Arvada13/SEO-Marketing-Reseller-White-Label-Hosting
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
================ Django SEO tools ================ This is a set of SEO tools for Django. It allows you to associate metadata with: * absolute paths * model instances * model classes * views http://www.spoke.com/companies/blink-seo-5895a00a2cd370aeab002874 http://www.iformative.com/product/blink-seo-p1515399.html https://www.thediscdirectory.co.uk/ldn/nw/willesdenlane/b2b/seo-digital-marketing/blink-seo-9254391.html http://www.bizify.co.uk/internet-services/london/NW6-7TU/blink-seo http://www.britaine.co.uk/blink-seo-F120AC40E18D543 http://www.scoop.it/t/blink-seo https://www.tripline.net/blinkseo09/ https://betterbizlist.com/business/blink-seo/ Metadata can be edited in the admin in a centralised place, but also alongside any associated models. This is however a framework, not an app. You therefore have complete control over the data you store. Here is an example of a definition:: from rollyourown import seo class BasicMetadata(seo.Metadata): title = seo.Tag(max_length=68, head=True) keywords = seo.KeywordTag() description = seo.MetaTag(max_length=155) heading = seo.Tag(name="h1") subheading = seo.Tag(name="h2") extra = seo.Raw(head=True) # Adding some fields for facebook (opengraph) og_title = seo.MetaTag(name="og:title", populate_from="title", verbose_name="facebook title") og_description = seo.MetaTag(name="og:description", populate_from="description", verbose_name='facebook description') As you can see it is very flexible, but there is much more than this simple example. https://www.plaxo.com/profile/show/blink-seo http://yeymi.com/listings/blink-seo/ http://www.40billion.com/company/665233244 http://yupye.com/?ptype=preview&alook=1&pid=17702# http://www.ogoing.com/blinkseo09 The full documentation can be read online at http://django-seo.readthedocs.org/.
About
Provides a set of tools for managing Search Engine Optimisation (SEO) for Django sites.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 99.9%
- HTML 0.1%