Answer the question
In order to leave comments, you need to log in
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
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.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question