Skip to content

Commit

Permalink
Merge pull request side-project-pokehub#105 from side-project-pokehub…
Browse files Browse the repository at this point in the history
…/dev

구글 서치 콘솔, 네이버 서치 어드바이저 메타 태그 등록
  • Loading branch information
cdm1263 authored Mar 6, 2024
2 parents 4a74aa4 + ce2de91 commit 17390e5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/Meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ const Meta = (props: MetaProps) => {
};
return (
<Helmet>
<meta
name="google-site-verification"
content="zgo44Q8-6VFgW3fRikSiR1cIKQkR2fob64YwkQ2PsDg"
/>
<meta
name="naver-site-verification"
content="38216ac5b7d535dc4fe9bff5dd0f6509c1759702"
/>

<title>{props.title}</title>

<meta name="title" content={props.title} />
Expand Down Expand Up @@ -63,7 +72,8 @@ Meta.defaultProps = {
keywords:
'포켓몬, 포켓몬 도감, 포켓몬 카드, 포켓몬 게임, 포켓몬 커뮤니티, 포켓몬 공략, 포켓몬 이벤트, 포켓몬 최신 뉴스, 포켓몬 교환, 포켓몬 카드 제작',
url: window.location.href,
image: 'https://ibb.co/VYgQdkw',
image:
'https://github.com/side-project-pokehub/my-pokemon/assets/115094069/20de534c-814b-441d-8b74-6cfc9347c66c',
};

export default Meta;

0 comments on commit 17390e5

Please sign in to comment.