• Resolved theamountof

    (@theamountof)


    After bringing in an SEO expert, they said that the pagination for the events manager is not search friendly. This is the information they provided to help with SEO, I just not know how I would go about implementing this:

    Specify a View All page and add a rel=”canonical” link to the component pages to tell Google that the View All version is the version you want to appear in search results.
    Use rel=”next” and rel=”prev” links to indicate the relationship between component URLs. This markup provides a strong hint to Google that you would like them to treat these pages as a logical sequence, thus consolidating their linking properties and usually sending searchers to the first page.

    Any help with this would be greatly appreciated.

    https://www.ads-software.com/plugins/events-manager/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    at the moment this is not possible by default and might need additional coding and hacking into the code to make this work.

    Thread Starter theamountof

    (@theamountof)

    I had figured it was not a default option, it is just that I have looked through the php files and cannot seem to figure out where I would go about making the changes.

    The easiest way to make a View All page would be to use the [event_limit] shortcode with a limit attribute set much higher than the actual number of events you have. Something like this:

    [events_list limit="99999"]

    By making this a page with its own template, you could add the specific tags mentioned.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘SEO friendly pagination?’ is closed to new replies.