There are several ways to create relationships between content on Drupal 8:
1. Entity reference field: This allows you to create a field on one content type that references another content type. For example, you could create a “Related Articles” field on an Article content type that references other Article content types.
1. Viewfield: This module allows you to create a view and embed its results as a field on another content type. For example, you could create a view that displays related content based on taxonomy terms and embed it as a field on a blog post.
1. Link field: This allows you to create a field that links to another piece of content. For example, you could create a “Related Page” field on a landing page that links to a related blog post.
1. Taxonomy: You can use taxonomy terms to create links between pieces of content. For example, you could create a “Related topics” taxonomy vocabulary and assign terms to related content.
1. Module: There are several modules available that can help create relationships between content, such as the Relation module or the Node Reference URL Widget module.
Regardless of the method you choose, be sure to choose a consistent way to create relationships and follow it throughout your site to ensure a seamless user experience.