How to add entity in WordPress that have metadata such as name, age

A high level answer is take a look at post meta: https://wordpress.org/documentation/article/assign-custom-fields/ Custom meta fields can be added and retrieved for any post/page and displayed on the front end.

Also see https://www.advancedcustomfields.com/ which runs on either wordpress.org or .com versions.

tech