html - meta tags do not work on indes -
this question has answer here:
- meta description/tag not working 1 answer
all sites work fine, exept index page. meta not work, non of shows in google neither title of page.
i not understand issue..
<!doctype html> <head> <!-- meta --> <title>open minded life path - how change life</title> <meta name="description" content="a collection of positve thinking , how change life-guides. best life changing solutions , tested self motivation techniques. "> <meta name="keywords" content="positive thinking, how change life, how change, how start new life, how change yourself, life changing solutions, unclutter, free thinking, life changes, positive approach, lifestyle, positive thinking, self motivation techniques, life coach"> <meta name="robots" content="index, follow"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> <meta http-equiv="x-ua-compatible" content="ie=edge,chrome=1"> <meta name="handheldfriendly" content="true">
try putting html tag under doctype need have html tag.
Comments
Post a Comment