• Resolved Fanaticweb

    (@fanaticweb)


    Hello everyone,

    I was cross referencing errors in Bing webmasters tools and I was flagged with errors “The description is missing in the head section of the page” on the paginated sections of my site, the theme is classified ads theme, the description meta tag appears on the Homepage and the native Blog pages but not on the paged sections (ex: https://www.domain.ca/ads/page/2/)

    This is the source code of the regular Blog pages:

    <link rel="canonical" href="https://www.domain.ca/blog/" />
    <meta property="og:type" content="website" />
    <meta property="og:title" content="Website Blog title" />
    <meta property="og:description" content="Find out the latest news, events and updates on our website" />
    <meta property="og:url" content="https://www.domain.ca/blog/" />

    Yet for the Ads pages, I do not see those meta tags except on the Homepage, is it because the theme uses custom taxonomies for Ad listings and the free version of AIO SEO does not support them?

    The Paged Format is set to %page% and the Page 2 title of the website shows as such “Ads – Website title 2” meanwhile I am trying to change the term Ads into a more SEO friendly wording.

    I would appreciate your feedback and suggestions,

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Fanaticweb

    (@fanaticweb)

    Can I please get a feedback/suggestion on this matter? It’s actually a determining point of whether I need to upgrade to AIO Pro or is it because those custom-taxonomy based pages are not supported after all?

    Plugin Author arnaudbroes

    (@arnaudbroes)

    Hey @fanaticweb,

    The free version supports SEO for custom taxonomies. You can set the default format for them under Search Appearance > Taxonomies. If you want the change the data for individual terms, then you need to upgrade to Pro.

    From what I understand, the plugin isn’t outputting any tags at all for your custom taxonomies, so upgrading to Pro probably wouldn’t make a different. Can you post an example of term archive here (URL)? I’d be happy to take a look. You might also want to check your settings under Search Appearance > Taxonomies.

    – Arnaud

    Thread Starter Fanaticweb

    (@fanaticweb)

    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, 1 month ago by Yui.
    • This reply was modified 3 years, 1 month ago by Yui. Reason: please use CODE button for proper formatting
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pagination description meta tags’ is closed to new replies.