Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion - Any plan to add meta_description & meta_keyword fields? #139

Closed
sunjoomoon opened this issue Mar 24, 2016 · 5 comments
Closed

Comments

@sunjoomoon
Copy link

Wondered if any plan to add two more fields - meta_description & meta_keywords for SEO purpose. I had a look around the models.py and could not comfortably figure out how to, just for your info.

@remik
Copy link
Collaborator

remik commented Mar 24, 2016

I have a plans to add it. I already have it in my fork but need to migrate it to clean code.
As usually no time so can't say any ETA.

@sunjoomoon
Copy link
Author

Cool. Great. Thanks.

@batiste
Copy link
Owner

batiste commented Mar 25, 2016

Also you can very easily just implement that with a placeholder. E.g.:

<meta name="description" content="{% placeholder meta-description %}">

I would not recommend adding fields to the model when a placeholder field can do the job fine.

@remik
Copy link
Collaborator

remik commented Mar 25, 2016

Yes, this is simple way but I want to do something more then just new fields (that's why I didn't copied from my fork).
Issue with SEO is that there can be a lot of fields and mostly you don't need to see it. I would like to implement some way for grouping and collapsing it.

@sunjoomoon
Copy link
Author

Yes, that is how I did that and makes sense to leverage the power of placeholder vs. DB. Learning things one by one now. Awesome experience !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants