Welcome to W3Courses

Keywords

Add Meta Tags and Keywords to the Article/News Full Story in CuteNews

Place the following code in the begining of the php file which is displaying the news for your website:

<?php
$fetchtitle = "W3courses.com";
$fetchcat = "Category";

5
Average: 5 (1 vote)

How to Add Meta Tags in Html (Author, Robot, Description and Keywords)

Meta tags have many properties. The most common ones are author, robots, description, and keywords.  Meta tags should be added in the head section of your html page.

Author
The Author property contains the name of the author of the page.

0