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

SEO Events and API #49

Open
isometriks opened this issue Feb 19, 2015 · 1 comment
Open

SEO Events and API #49

isometriks opened this issue Feb 19, 2015 · 1 comment

Comments

@isometriks
Copy link
Member

Do we really want SEO to be calculated during API requests? Probably not, at the least it should be optional. Maybe have a rule like FOSRest that says like:

paths:
    - ^/api
formats:
    - text/html

So we only calculate or care about SEO when it's a request to a page. Could even check the format of the request, only generate it if it's asking for HTML. That could be another option besides paths.

@isometriks
Copy link
Member Author

SEO isn't calculated until the page is rendered so this might be okay.

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

1 participant