네 단계로 AI 웹 앱을 Google 검색 상위에 올리기
AI 웹 앱을 Google에 대비시키는, 초보자도 따라 하기 쉬운 가이드. 네 단계만으로 앱을 전문적이고, 검색에 잘 노출되며, 제대로 최적화된 상태로 만듭니다.
로드맵과 자료
앱을 전문적으로 보이게 만들기
체크리스트
간결하고 명확한 메타 타이틀을 추가합니다.
짧은 메타 설명을 작성합니다.
Open Graph 이미지(1200×630)를 추가합니다.
여러 크기의 favicon 링크를 추가합니다.
프롬프트 1 — 기본적인 전문 SEO 추가하기
기본적인 전문 SEO 추가하기
이 프로젝트에 기본적인 전문 SEO를 추가해 주세요.
Add basic professional SEO to this project. Do NOT change layout, styles, or functionality. Only update the <head> section. Use these values: Website URL: https://{{DOMAIN}}/ Meta Title: {{META_TITLE}} Meta Description: {{META_DESCRIPTION}} Open Graph Image URL (public direct link): {{OG_IMAGE_URL}} Favicon URLs (public direct links): Favicon ICO: {{FAVICON_ICO_URL}} Favicon 32x32 PNG: {{FAVICON_32_URL}} Apple Touch Icon (180x180): {{APPLE_TOUCH_ICON_URL}} Inside <head>, add or update: - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title> (use Meta Title) - <meta name="description"> (use Meta Description) - <link rel="canonical"> (use Website URL) Open Graph: - og:type = website - og:url = Website URL - og:title = Meta Title - og:description = Meta Description - og:image = OG_IMAGE_URL Twitter (use name="" not property=""): - twitter:card = summary_large_image - twitter:title = Meta Title - twitter:description = Meta Description - twitter:image = OG_IMAGE_URL - twitter:url = Website URL Favicons: - <link rel="icon" href="FAVICON_ICO_URL" sizes="any"> - <link rel="icon" type="image/png" sizes="32x32" href="FAVICON_32_URL"> - <link rel="apple-touch-icon" sizes="180x180" href="APPLE_TOUCH_ICON_URL"> Important: - Use the exact URLs provided. - Do not create duplicate tags. - Return only the full updated <head> section.
사이트 도메인
https://yourdomain.com/
메타 타이틀
메타 타이틀 입력
메타 디스크립션
메타 설명 입력
Open Graph 이미지 URL (1200x630)
OG 이미지 공개 URL 붙여넣기
ICO favicon URL
favicon.ico 공개 URL 붙여넣기
32x32 PNG favicon URL
32x32 favicon URL 붙여넣기
Apple Touch Icon (180x180)
Apple touch icon URL 붙여넣기
사이트에 어떤 페이지가 있는지 Google에 알리기
체크리스트
robots.txt 파일을 추가합니다.
내 도메인으로 sitemap.xml을 생성합니다.
두 파일이 모두 public 폴더 안에 있는지 확인하세요.
yourdomain.com/sitemap.xml 이 열리는지 확인합니다.
프롬프트 2 — 색인 등록용 파일 만들기
색인 등록용 파일 만들기
이 사이트를 위한 색인 등록용 파일을 만들어 주세요.
Create indexing support files for this website. If a public folder does not exist, create one. Website URL: {{DOMAIN}} Inside the public folder: 1) Create robots.txt with: User-agent: * Allow: / Sitemap: {{DOMAIN}}/sitemap.xml 2) Create sitemap.xml including: - Homepage URL - Main public pages detected in the project Use HTTPS URLs only. Use valid XML format. Return: - Full robots.txt content - Full sitemap.xml content Do not modify anything else.
사이트 도메인
https://yourdomain.com
Google이 앱을 이해하도록 돕기
체크리스트
구조화된 데이터(JSON-LD)를 추가합니다.
앱 이름, 설명, 도메인, 로고를 추가합니다.
JSON 블록은 Google AI Studio가 자동으로 만들도록 합니다.
프로젝트를 저장합니다.
프롬프트 3 — 구조화된 데이터(JSON-LD) 추가하기
구조화된 데이터(JSON-LD) 추가하기
이 사이트에 구조화된 데이터를 추가해 주세요.
Add structured data to this website. Do NOT change layout or design. Only add JSON-LD inside the <head> section. Use the following information: App Name: {{APP_NAME}} Website URL: {{DOMAIN}} Description: {{APP_DESCRIPTION}} Organization Name: {{ORGANIZATION_NAME}} Logo URL: {{DOMAIN}}/logo.png Price: {{PRICE}} Use type: WebApplication. Include: - name - url - description - applicationCategory - operatingSystem = "Web" - brand - publisher - logo - offers Ensure: - Valid JSON - No trailing commas - No errors - Production-ready format Return only the JSON-LD script block.
앱 이름
앱 이름 입력
사이트 도메인
https://yourdomain.com
앱 설명
앱 설명 입력
조직 이름
회사명 또는 브랜드명 입력
가격 (또는 FREE)
FREE 또는 9.99
모두 Google에 제출하기
체크리스트
Google Search Console을 엽니다.
URL Prefix를 사용합니다 (간편한 인증 방법).
HTML 확인 파일을 호스팅에 업로드합니다.
sitemap.xml을 제출합니다.
홈페이지를 검사하고 색인 등록을 요청합니다.