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
Meta tag support #23
Meta tag support #23
Conversation
|
I like this. I've been doing this a lot myself. I've just been using block named |
|
|
|
OK. The things I've been doing is:
I'd love to come up w/ something that can be more consistent. I suppose we could do I also think the idea of being more specific could be helpful. Maybe |
|
|
|
Yep, that sounds good to me. |
|
Read: yes, if you want to make those changes and add it to this PR, that would be awesome. You can either add commits or rebase / squash. I'm fine with either. |
|
It will be only 1 other commit so not rebasing or squashing so the history is clear on why the changed happened. |
|
I won't get a notification when you push new code so ping the issue manually when you're ready for me to take a look again! Thanks. :) |
|
Will do :). |
|
ping |
|
Thanks! |
Meta tag support
Allow pages to set custom meta tags. The default is not to index anything but allow all links. Only pages with content should be indexed so a site doesn't pollute the search index and might be punished for it. The second thing I've added are feed tags for category and tag feeds added recently.