Need to more focuse on SEO meta tag for example you can see article:tag(multiple tag for single articles).

I have put example for SEO meta tag as below
view-source:https://code-maze.com/filtering-aspnet-core-webapi/

<meta name="description" content="In this article, we will cover filtering in ASP.NET Core Web API. We'll learn what filtering is, how it's different from searching, and how to implement it.">
<meta name="robots" content="max-snippet:-1, max-image-preview:large, max-video-preview:-1">
<link rel="canonical" href="https://code-maze.com/filtering-aspnet-core-webapi/">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="article">
<meta property="og:title" content="Filtering in ASP.NET Core Web API - Code Maze">
<meta property="og:description" content="In this article, we will cover filtering in ASP.NET Core Web API. We'll learn what filtering is, how it's different from searching, and how to implement it.">
<meta property="og:url" content="https://code-maze.com/filtering-aspnet-core-webapi/">
<meta property="og:site_name" content="Code Maze">
<meta property="article:tag" content="asp.net core">
<meta property="article:tag" content="asp.net core web api">
<meta property="article:tag" content="filtering">
<meta property="article:tag" content="REST">
<meta property="article:tag" content="REST API">
<meta property="article:tag" content="restful">
<meta property="article:tag" content="RESTful API">
<meta property="article:tag" content="Web API">
<meta property="article:section" content="C#">
<meta property="article:published_time" content="2019-12-02T07:05:17+00:00">
<meta property="article:modified_time" content="2019-12-02T07:18:03+00:00">
<meta property="og:updated_time" content="2019-12-02T07:18:03+00:00">
<meta property="og:image" content="https://code-maze.com/wp-content/uploads/2019/10/02-filtering.png">
<meta property="og:image:secure_url" content="https://code-maze.com/wp-content/uploads/2019/10/02-filtering.png">
<meta property="og:image:width" content="1100">
<meta property="og:image:height" content="620">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:description" content="In this article, we will cover filtering in ASP.NET Core Web API. We'll learn what filtering is, how it's different from searching, and how to implement it.">
<meta name="twitter:title" content="Filtering in ASP.NET Core Web API - Code Maze">
<meta name="twitter:site" content="@VladaPecanac">
<meta name="twitter:image" content="https://code-maze.com/wp-content/uploads/2019/10/02-filtering.png">
<meta name="twitter:creator" content="@VladaPecanac">