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

Set HTTP headers Link, X-Robots-Tag #233

Open
woto opened this issue Dec 17, 2021 · 1 comment
Open

Set HTTP headers Link, X-Robots-Tag #233

woto opened this issue Dec 17, 2021 · 1 comment

Comments

@woto
Copy link

woto commented Dec 17, 2021

Hi, I've found your gem and it seems structural and handy instead of scattered @seo_title @seo_description etc... across code base. But I found one thing that worrying me. I use sometimes HTTP headers (Link: ... rel="canonical", Link: ... hreflang="...", X-Robots-Tag: ...) instead of meta tags. I'm not a SEO guru. But I think it is more "faster" way to tell to the crawler (without parsing html step) furthermore it supports cases for example with rendering pdfs etc....

What do you think about this feature in this gem?
While waiting the replay I'll look at the source code ;).
Thank you.

@kpumuk
Copy link
Owner

kpumuk commented Aug 5, 2022

Kind of tricky to implement in the current codebase. The main configuration is in the layout file, at which point it might already be too late to render headers (with streamed rendering, for example). I will think about how this can be solved...

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

2 participants