Website content checks #391
patrickdemooij9
started this conversation in
Ideas
Replies: 1 comment
-
Hey Patrick, I think this is a good start! A few remarks:
Indeed it would be nice to run the tests per page, e.g. while editing of on save instead of running the tests on the entire website. For later versions of Umbraco the ContentAudit package could also be used for this or referenced as inspiration (https://rickbutterfield.dev/blog/contentaudit/). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just writing this down here to start a conversation about this.
Most SEO package allow you to perform some automated checks while editing your content. Simple examples can be:
Currently SeoToolkit doesn't really have this. It does have the SiteAudit package, but that currently only allows you to run audits across your entire website and isn't really something that you would do while you are editing your content. I think these so called "Seo checks" should work like this:
I think a first version would include the following checks:
Each of these checks should be able to be turned off or on depending on what the development team would like to use.
And I think this should be part of the SiteAudit package with an option for the MetaFields package to easily integrate with it.
This is a rough sketch of what I am thinking about regarding these Seo checks. Please let me know how you think about it and if you see any issues or improvements with the above approach. I would love to hear the use cases that you see with different clients.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions