how to correctly convert SEO if you want google and other major search engines to find
?
I do have some basic hints
<meta charset="UTF-8">
<meta name="robots" content="index, follow">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=0,minimum-scale=1.0,maximum-scale=1.0" />
<link rel="apple-touch-icon" href="<?=$host_url;?>/images/.png"/>
<meta name="keywords" content="<?=$keywords;?>" />
<meta name="description" content="<?=$description;?>" />
<meta property="og:description" content="<?=$description;?>" />
<meta property="og:type" content="website" />
<meta name="twitter:description" content="<?=$description;?>" />
<meta property="og:title" content="<?=$websiteTitle;?>" />
<meta property="og:url" content="<?=$host_url."".$nowUri;?>" />
<meta property="og:image" content="<?=$host_url."/"."images/.png";?>" />
<meta property="og:image:alt" content="<?=$websiteTitle;?>" />
above I would like to put more like this
I don"t know what else is missing?
or something else needs to be added.
just like in codeshelper, it won"t be long before you can find it on Google