• With this plugin activated, if I navigate to [mysite]/pages/ I get a paginated page of every post on the site in descending chronological order. Is there a way to remove this?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Content Views

    (@pt-guy)

    Hi there,
    Thank you for contacting us.
    All these urls return one page (the Blog page).
    Our plugin has a function to process pages parameter in URL. That parameter is used for Normal pagination of our Views.
    There is no way to remove this yet. But it won’t cause any seo issue, as all pages have a same canonical value (the blog url).
    Best regards,

    Thread Starter da_Mask

    (@da_mask)

    Hi,

    Thanks for that. My actual issue is that Google search console is reporting ‘Either “name” or “item.name” should be specified’ issue with a Breadcrumb itemListElement in the structured data for the page ‘https://organictimes.com.au/pages/cs_load/login/’. The page is obviously only available when your plugin is activated. I’m not sure what is causing the json is being malformed by Yoast SEO, is there something that is not named that should be?

    Plugin Author Content Views

    (@pt-guy)

    How did you find out this url ‘https://organictimes.com.au/pages/cs_load/login/’?
    Is it a link in any page? Or you make it up?
    Because Google only crawls if that is a link in a page.
    Best regards,

    Thread Starter da_Mask

    (@da_mask)

    Google search console told me about the link.

    Plugin Author Content Views

    (@pt-guy)

    Thank you for your reply.
    Please add this code to file functions.php in the theme’s folder:

    
    // Content Views - disable pagination endpoint
    remove_action( 'init', 'cv_pretty_nonajax_pagination', 999999 );
    

    That will disable the /pages/ url, but you won’t able to use the Normal type pagination of View.
    Best regards,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘/pages/ url exposes every published post on the site’ is closed to new replies.