서치콘솔에 사이트가 등록되서 검색노출은되는데
메인페이지가 검색노출에서 제외되서 서브페이지만 나옵니다.
홈페이지 내 스마트로그를 삽입하긴했는데 이것도 문제가 되나요?
<meta property="og:type" content="website">
<meta property="og:title" content="사이트이름">
<meta property="og:description" content="사이트설명 ">
<meta property="og:image" content="오픈그래프주소">
<meta property="og:url" content="사이트URL">
<link rel="apple-touch-icon-precomposed" href="피비콘URL">
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="/img/favicon.ico" type="image/x-icon">
<meta name="naver-site-verification" content="네이버 서치콘솔 인증코드" />
<meta name="google-site-verification" content="구글 서치콘솔 인증코드" />
<meta name="msvalidate.01" content="인증코드" />
메타태그는 위와같이 등록했고
robots.txt는
User-agent: *
Allow:/
이렇게 평범하게 등록 되어 있습니다.
네이버에 문의를 할수도없고 뭐가 문제인지 가닥이 안잡히네요..
비슷한 일이 있었던 분들 혹시 해결했던 방법들 있으면 도와주십쇼ㅠㅠ
답변 1개
메인 페이지에서 소스코드 보기 누르면 상단에 메타 태그 나와요??
답변을 작성하려면 로그인이 필요합니다.