Hey thanks for trying out my plugin. I’m glad you found it useful.
The ideas you suggested are good ones that I would like to implement for a future version release.
However first up is going to be the addition of images, as I’ve received several requests for that feature.
I am hoping over the holidays to have some downtime to get this done.
PS – You know that you can manually get a list of URLs that Google has cached by typing in site:http://www.yourdomainname.com into Google’s search bar, right?
That’s what I do when I want to check all URLs from a site that have been indexed by Google. But obviously a way to do that from within the WP admin panel would be nice!
I came here for this, too..
Here is a Stackoverflow post which suggests pasting the following into your theme for debugging:
global $wp_rewrite;
print_r($wp_rewrite->rules);
Works well for me, though its nicer to browse if you install something like Kint for prettier output 🙂