You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
- ^/apiformats:
- 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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: