Wix Stores 제품 기본 SEO 설정
2 분 분량
Wix는 잠재 고객을 쇼핑몰로 유도하기 위해 각 제품에 대한 기본 SEO및 SNS 공유 설정을 추가합니다. 이러한 설정은 SEO 태그 및 제품 세부 정보에 대한 일반적인 모범 사례를 기반으로 합니다.
메타태그 이름 | 정의 | 기본 설정 |
---|---|---|
SEO 제목 | 페이지 검색 결과에 표시되는 제목입니다. | <title></title> 기본 값은 페이지 이름 다음 현재 홈 페이지 제목입니다. |
SEO 설명 | 페이지 검색 결과(제목 및 URL 아래)에 나타나는 설명입니다. | <meta name=”description” content=” “/> 사용자 지정 설명을 입력할 때까지 기본 설명은 비어있습니다. |
페이지 URL | 검색 결과에 나타나는 페이지 URL입니다. | https://www.domain.com/page-URL The default is your page URL, based on the first name you gave your page |
Show/Hide from Search Results | Indicates to search engines whether they should crawl and index the page or not. | Show: <meta name=”robots” content=”index”> Hide: <meta name=”robots” content=”noindex”> All pages are indexed by default unless you hide them from search results. |
Canonical | The primary URL for the product page when there are multiple versions. Learn More | <link rel="canonical" href="https://www.your-site-address.com/product-page/product-name"> |
Social Title (og:title) | The title of your product page when it's shared on social networks. | <meta property=”og:title” content=” “/> The default is your current Page SEO Title. |
Social Description (og:description) | The description of your product page when it's shared on social networks. | <meta property=”og:description” content=” “/> The default is your current Page SEO Description. |
Social Image (og:image) | The image that appears when your product is shared on social networks. | <meta property=”og:image” content=” “/> By default, there is no image unless you have already added a social image for the entire site. |
og:url | Your product page's URL when it is shared on social media. | <meta property="og:url" content="https://www.your-site-address.com/product-page/{product-name}"> |
og:type | Describes the page's type when it is shared on social media (e.g. a product page, blog post, video, etc). | <meta property="og:type" content="product" /> The default tag we add indicates it is a product available for purchase. |
og:site_name | The site name that appears when your product is shared on social media. | <meta property="og:site_name" content="{your-site-name}"> |
product:availability | Indicates if the product is currently in stock. | In stock: <meta property="product:availability" content="instock"> Out of stock: <meta property="product:availability" content="out of stock"> |
product:price:amount | Displays the product's price in search engine results. | <meta property="product:price:amount" content="{price}"> |
product:price:currency | Displays the currency of your product price. | <meta property="product:price:currency" content="{currency (e.g. USD)}"> |
도움이 되었나요?
|