Indeed it does work well out of the box with custom taxonomies although this pagination issue seems to be an exception, at least in my case.
I admit to using an outdated version of AIO (3.7.1) but I will clone the site onto a testing server and update AIO to see if the issue persists.
Here is the source code found on Page 2 of the site, I have no way of applying custom Titles and Descriptions for these paginated pages.
<!-- All In One SEO Pack 3.7.1[658,685] -->
<link rel="prev" href="https://www.website.com/custom-tax/" />
<link rel="next" href="https://www.website.com/custom-tax/page/3/" />
<script type="application/ld+json" class="aioseop-schema">{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://www.website.com/#organization","url":"https://www.website.com/","name":"Website name","sameAs":["https://twitter.com/twitterhandle"]},{"@type":"WebSite","@id":"https://www.website.com/#website","url":"https://www.website.com/","name":"Website Name","publisher":{"@id":"https://www.website.com/#organization"},"potentialAction":{"@type":"SearchAction","target":"https://www.website.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"CollectionPage","@id":"https://www.website.com/custom-tax/#collectionpage","url":"https://www.website.com/custom-tax/","inLanguage":"en-US","name":"custom-tax","isPartOf":{"@id":"https://www.website.com/#website"},"breadcrumb":{"@id":"https://www.website.com/custom-tax/#breadcrumblist"},"description":"This is where you can create new classified custom-tax on your site."},{"@type":"BreadcrumbList","@id":"https://www.website.com/custom-tax/#breadcrumblist","itemListElement":[{"@type":"ListItem","position":1,"item":{"@type":"WebPage","@id":"https://www.website.com/","url":"https://www.website.com/","name":"Title of website previously setup for the homepage"}},{"@type":"ListItem","position":2,"item":{"@type":"WebPage","@id":"https://www.website.com/custom-tax/","url":"https://www.website.com/custom-tax/","name":"custom-tax"}}]}]}</script>
<link rel="canonical" href="https://www.website.com/custom-tax/page/2/" />
<script type="text/javascript" >
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-xxxxxxx-26', { 'cookieDomain': 'website.com' } );
// Plugins
ga('require', 'linkid', 'linkid.js');ga('require', 'outboundLinkTracker');
ga('send', 'pageview');
</script>
<script async src="https://www.google-analytics.com/analytics.js"></script>
<script async src="https://www.website.com/wp-content/plugins/all-in-one-seo-pack/public/js/vendor/autotrack.js?ver=3.7.1"></script>
<!-- All In One SEO Pack -->
-
This reply was modified 3 years, 8 months ago by Yui.
-
This reply was modified 3 years, 8 months ago by Yui. Reason: please use CODE button for proper formatting