• Resolved vast1r

    (@vast1r)


    First of all I want to thank you guys for creating this absolutely amazing and easy to use plugin, I just Love it ?.

    Now the Question:
    1) If I used a “Pods Items Lists” Block in a post, that creates pagination in that post.
    2) If we see Archive Page of WordPress, then there is pagination too.

    — (i) Are Both (1) and (2) both same???

    — (ii) As we know that pages of archive pages ranks in Google search result, like /Page-2 or /Page-3 etc. ranks in search result. So will (1)Post with Pods Items List pagination (/Pg2,/Pg3.. Etc.) Will get rank in search results too???

    If not then how to do that? I mean I want if there is rankable content on /pg/2 or /pg/3 then those pages should come in results too just link Inherit WordPress Archive pages.

    • This topic was modified 2 years, 10 months ago by vast1r.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Paul Clark

    (@pdclark)

    Style of pagination shouldn’t effect search results, because search results are based on your site’s auto-generated XML sitemap, which lists all posts, accessible at /wp-sitemap.xml

    Submitting the sitemap to search engines will crawl all your posts regardless of your template’s style of pagination.

    Additional SEO plugins may assist in auto-submitting the sitemap to be re-crawled when content changes.

    Thread Starter vast1r

    (@vast1r)

    Okay. I have another Question. My posts are mainly MCQs, which I want to show in list. So in one page there will be 8 Questions or posts. I want to show AdSense advertisement between 4th and 5th Post. Because in Pods List Items block we just need to add style for just one post and all the post get the same style.

    So How can I do that? [I use shortcodes to add ads]

    • This reply was modified 2 years, 10 months ago by vast1r.
    Plugin Support Paul Clark

    (@pdclark)

    You would need to query the MCQ’s with WP_Query or get_posts(), then output the shortcode within the loop and a counter with apply_shortcodes().

    See https://developer.www.ads-software.com/reference/classes/wp_query/
    See https://developer.www.ads-software.com/reference/functions/apply_shortcodes/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pods Items Lists paginated post VS. WordPress own archives page’ is closed to new replies.