Is there any way to divide page and use pagination for page contents?

Although Google supports rel=”next” and rel=”prev” elements, I can’t figure out good way to generate paginator for page contents. Any suggestions to use these with Hugo?

I tried
Hugo’s Pagination: Doesn’t work, beacese it’s not for contents.
readDir: It seems to help generate pagination, but meta element in head is sitll not optimized and maybe it’s not good for SEO.

https://webmasters.googleblog.com/2011/09/pagination-with-relnext-and-relprev.html

Thanks.

What do you mean by “contents”? Do you want to split a page into parts?

Yes, I’m looking for something like wordpress’s wp_link_pages and <!--nextpage-->.