I wanted to add meta subject for the web pages. I am confused as in whether to add same meta name="subject" for all the web pages of the website or should I add different for each page according to its relevant content?
Check these code and prepare the code by your website information.
<meta charset="UTF-8">
<meta name="description" content="Free Web tutorials">
<meta name="keywords" content="HTML,CSS,XML,JavaScript">
<meta name="author" content="John Doe">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Than place the code before the </head> tag.
One time meta description add with all pages keyword will be fine for you.
Thanks
Centurion