- Issue created by @quadrexdev
Once all the UI/functional things for inspections are ready - we need to take care of Google API limits according to the documentation: https://developers.google.com/webmaster-tools/limits#url-inspection
At least the following issues should be ready first:
1)
https://www.drupal.org/project/url_inspector/issues/3420587
β¨
Add a tab with the inspection on the node editing page
Active
2)
https://www.drupal.org/project/url_inspector/issues/3417460
π
Configuration form with a list of content types and taxonomy vocabularies
Active
As an idea of how to handle that:
a) Add validation on Node types/Vocabularies configuration pages about limits (so if a count of selected types + vocabularies is higher than limits -> add validation error)
b) Inform a user on the node edit form (inspect tab) about an impact on limits
Active
Code