Skip to content

Commit

Permalink
Merge pull request #18 from i-Tracker/feat/17
Browse files Browse the repository at this point in the history
구글 서치콘솔 코드 추가
  • Loading branch information
gyeongza authored Jun 18, 2024
2 parents 6ac94fb + a4ea10b commit 4905173
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/shared/constants/metadata.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export const META = {
title: 'iTracker: 쿠팡 애플 가격 변동 정보 제공',
title: 'iTracker | 아이트래커: 쿠팡 애플 가격 변동 정보 제공',
siteName: 'iTracker | 아이트래커',
description: '쿠팡 애플 가격 변동 정보를 알려드립니다. 원하는 제품을 선택하고 최적의 구매 타이밍을 찾아보세요.',
keyword: ['itracker', '아이트래커', '쿠팡 가격 변동', '쿠팡 가격 알리미', '애플 할인'],
url: 'https://itracker.info',
// googleVerification: 'xxx',
googleVerification: 'lKkHltsdzLgiok5enI02MTYRIHwjV1R6Pog7SInZbbI',
naverVerification: '18f3b98abf83ec6bb98466fc22f5ef1e10e723d4',
ogImage: '/open_graph.png',
} as const;
2 changes: 1 addition & 1 deletion src/shared/utils/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const getMetadata = (metadataProps?: MetadataProps) => {
},
},
verification: {
// google: META.googleVerification,
google: META.googleVerification,
other: {
'naver-site-verification': META.naverVerification,
},
Expand Down

0 comments on commit 4905173

Please sign in to comment.