«trailing-slash» 태그된 질문


1
홈페이지 및 후행 슬래시에 대한 표준 URL
내 홈페이지는 다음과 같이 잠재적으로 연결될 수 있습니다. http://example.com http://example.com/ http://example.com/?ref=1 http://example.com/index.html http://example.com/index.html?ref=2 (the same page is served for all those URLs) Google이 해당 URL을 다른 페이지로 간주하지 않도록 표준 URL을 정의하려고합니다. <link rel="canonical" href="/webmasters//" /> (relative) <link rel="canonical" href="http://example.com/" /> (trailing slash) <link rel="canonical" href="http://example.com" /> (no trailing slash) …


당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.