작업로그

목록

[메타태그수정] 지이엠 검색등록 정보 수정 가이드라인 안내

워드프레스 wordpress seo metatag 메타태그 소스수정 header.php
등록대행 2025.06.27 21 회 읽음
등록대행 4일 전 21


해당 홈페이지는 wordpress(워드프레스로) 제작되어 있습니다.

소스를 직접 수정하는 것은 권장하지 않지만 사용하는 theme(newgem) 폴더에서 header.php 수정하는 가이드라인 보내드립니다.

권장 사항으로는 Yoast SEO 또는 SEO 검색하여 버전에 맞는 플러그인 추가해서 수정하는 게 좋습니다. 소스를 수정하게 되면 테마를 업그레이드 하는 경우 소스가 사라질 수 있으므로 백업을 해 두거나 child theme를 만들어 놓으면 삭제되지 않습니다. (단, child 테마는 업데이트가 되지 않는 단점이 있습니다)


1. 소유자 확인 파일 업로드 요청

제공해드린 파일 중에 아래와 같은 html 파일 2개가 있으며 해당 파일을 홈페이지 홈 디렉토리에 업로드 하도록 합니다. "http://www.gem-motor.com/네이버 소유자파일" / "http://www.gem-motor.com/구글 소유 파일"이 열리도록 업로드 합니다.



2. 메타 태그 수정


현재 소스 : view-source:http://www.gem-motor.com/ko/

소스가 길어 상단 생략
<head>
<meta name="author" content="지이엠 GEM">
<!--Ignore for SEO
<!-- 네이버 메타 desc -->
<meta name="naver-site-verification" content="00aba82a18d77779aae70bc175b31c2b97196504" /><!-- 네이버 메타 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="robots" content="max-image-preview:large" />
<link rel="canonical" href="http://www.gem-motor.com/en/" />
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<meta name="google-site-verification" content="H3-L6pIwkQOHCLnooUIFTpruaVRR0NnKg_a9au1n91k" />
<meta name="msvalidate.01" content="A36ED9661F6899B09BE7549CED6FFC9C" />
<meta property="og:title" content="GEM Stators and Rotors | High Speed Motor">
<meta property="og:site_name" content="GEM (Green Energy Motors)">
<meta property="og:url" content="http://www.gem-motor.com/en/">
<meta property="og:description" content="Korea's Leading Motor Component Supplier Tapping the Global Market GEM specializes in elements such as stators and rotors for high velocity motors. The company has prided itself on providing its clients with products known for their high speed, high effciency and high power-density.">
<meta property="og:type" content="website">
<meta property="og:image" content="http://www.gem-motor.com/wp-content/themes/newgem/image/sub/logo_big.png"> 소스가 길어 하단 생략


수정 요청 소스 : view-source:http://www.gem-motor.com/ko/

소스가 길어 상단 생략
<head>

<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="robots" content="max-image-preview:large" />
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<meta name="msvalidate.01" content="A36ED9661F6899B09BE7549CED6FFC9C" />

<meta name="Subject" content="지이엠">
<meta name="title" content="지이엠">
<meta name="author" content="http://www.gem-motor.com">
<meta name="description" content="GEM, 고속,모터,전동기,발전기,고주파,스핀들,빌트인,설계,제작,유도,펌프,진공,터보">
<meta name="keywords" content="GEM, 고속,모터,전동기,발전기,고주파,스핀들,빌트인,설계,제작,유도,펌프,진공,터보">

<meta property="og:title" content="지이엠">
<meta property="og:url" content="http://www.gem-motor.com">
<meta property="og:type" content="website">
<meta property="og:description" content="GEM, 고속,모터,전동기,발전기,고주파,스핀들,빌트인,설계,제작,유도,펌프,진공,터보">
<meta property="og:site_name" content="지이엠">
<meta property="og:image" content="http://www.gem-motor.com/wp-content/themes/newgem/image/sub/logo_big.png">

<link rel="canonical" href="http://www.gem-motor.com">

<title>지이엠</title>

소스가 길어 하단 생략


수정 요청한 소스에서 불필요한 태그는 삭제 해도 됩니다.


참고 사항

특정 테마에서는 메타 태그 정보를 관리자에서 직접 지정이 가능한 경우도 있습니다. 현재 테마는 HTTPS 지원 없이 접속이 가능한 것을 보면 오래된 버전으로 판단이 됩니다.

다국어로 설정되어 있어 소스 수정보다는 SEO 플러그인을 설치하여 작업하는 것을 권장합니다.

목록