Feature request: Make page analysis more concise
-
I have some clients who don’t use the page analysis, so I just disable it for their roles. However, I have some clients who do use it, and I don’t want to disable it completely and/or hide boxes. In Classic Editor mode, the SEO analysis metabox gets really long:
It would be nice if this content could be moved to a tab (perhaps scrollable, or maybe sub-tabs) to clean up the post editor, similar to Yoast:
Thank you,
Daniel-
This topic was modified 6 years, 4 months ago by
Daniel Hendricks.
-
This topic was modified 6 years, 4 months ago by
-
Hello @hendridm
Thank you for your valuable suggestion.
It means a lot to us. We will see what could be done there.
Hi @hendridm
Here’s a piece of CSS code to make the Analysis area scrollable inside the meta box and take up less vertical space:
div#rank-math-serp-checklist { max-height: 290px; overflow: scroll; }It will look something like this: https://take.ms/l7Rio
If you are familiar with WP’s action and filter hooks, you can use the
admin_headfilter hook to insert the code for the admin pages: https://css-tricks.com/snippets/wordpress/apply-custom-css-to-admin-area/
Otherwise, you can use a plugin like this one: https://ww.wp.xz.cn/plugins/add-admin-css/Hope that helps.
Thanks @pbalazs, I think that will work well and is simple. Much appreciated!
If anyone stumbles across this post and it’s helpful, I ended up moving the keyword field and page analysis to its own tab:
https://github.com/dmhendricks/page-analysis-tab-rank-mathThanks again everyone!
Hello @hendridm
Thank you for sharing the link.
We would recommend submitting this as a plugin on ww.wp.xz.cn so more users can benefit from it:
https://ww.wp.xz.cn/plugins/developers/add/
The topic ‘Feature request: Make page analysis more concise’ is closed to new replies.

