A
A
Alexander2015-04-17 16:45:31
Django
Alexander, 2015-04-17 16:45:31

What modules do you use for Django SEO?

Good afternoon, please tell me what seo modules do you use? Or do you use your bikes? In general, filling in meta descriptions, keywords is of interest.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Filimonov, 2015-04-17
@AlexMine

I evolved:
It looks good: it provides a base class with meta tags, a mixin for the view (which the instance of the class will add to the context). You can hammer the meta tag either statically into the view, or make a method to get it dynamically. Together with the abstract model, this is convenient, at the moment I can not think of a better one.
Yes, for the admin. If you need some standard actions with SEO fields, such as adding them to fieldsets, it's better to also create a mixin that overrides get_fieldsets, for example (or whatever you have).
ps I don't think that all this makes sense on a business card site, for example. I would do this starting from the scale of an online store and more.

Z
zelsky, 2015-04-20
@zelsky

Well, if you work with pictures, then 3 + 2 (alt and title)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question