Hello,
If we type bytes in the textbox of google then automatically bytes.com is reflected, how do I accomplish the same task for a newly uploaded site have already included the title,header, meta tags.
My pattern for meta tag is given below
Is this way of including the meta tags correct on all pages. Or some thing else is needed.
If we type bytes in the textbox of google then automatically bytes.com is reflected, how do I accomplish the same task for a newly uploaded site have already included the title,header, meta tags.
My pattern for meta tag is given below
Code:
<title>Welcome to Home page</title> <meta name="title" content="Plastic products" /> <meta name="description" content="High quality plastic used in many places as per the need." /> <meta name="keywords" content="Plastic, High-quality" /> <meta name="author" content="" />
Comment