안녕하세요? 많이 정보 얻고있습니다 항상 감사합니다.
워드프레스 기반 홈페이지를 제작했는데요
F12를 누른 후 head 부분 보면
<meta name="title" content="스레드 질문하기 - Cosmosfarm">
<meta name="description" content="워드프레스 플러그인 스토어, 정기구독, 정기결제, 재능마켓, KBoard, 케이보드, 무료 게시판, 무료 홈페이지 제작, 웹사이트 솔루션, 스타트업">
이런식으로 소스값이 나와있는데요. 아래처럼
<meta name="keyword" content="A, B, C">
이런식으로 키워드 값을 헤드부분에 넣고싶은데 방법이 있을까요?
안녕하세요~^^
워드프레스 사이트에서 메타 태그를 헤더에 추가하시려면
wp_head 액션을 활용해보시겠어요?
워드프레스 관리자 -> 외모 -> 테마 편집기 페이지에서 functions.php 파일 하단에
아래의 코드를 추가해보세요.
add_action('wp_head', 'my_wp_head');
function my_wp_head(){
?>
<meta name="keyword" content="A, B, C">
<?php
}
wp_head 액션에 대한 자세한 내용은
아래의 링크를 참고해보세요.
https://codex.wordpress.org/Hook_Reference/wp_head
고맙습니다.
워드프레스에 head만 치셔도 <head>태그 수정에 대한 다양한 플러그인이 있습니다 ^^!!
하지만 이제 구글SEO 에선 메타 키워드에 대한 점수를 부여하고 있지 않는점 참고해주시면 감사하겠습니다!
Hello Kim Ru-gi,
Thanks for your question! Adding meta keywords to your WordPress site can indeed be done using the method you mentioned, or you could also explore various SEO plugins that make this process easier. However, keep in mind that while you can still add meta keywords, Google no longer considers them for ranking, so focusing on quality content and relevant meta descriptions is key for SEO success.
If you're looking to enhance your overall website design and user experience, consider checking out Emmo for high-quality Magento 2 themes and extensions. A well-designed site can also positively impact your SEO performance!
you can also find valueable articles on seo on this link https://emmo.net.co/articles
Best of luck with your website!