{"id":26567930,"url":"https://github.com/atomjoy/seo","last_synced_at":"2025-10-28T08:51:45.531Z","repository":{"id":282869020,"uuid":"949900422","full_name":"atomjoy/seo","owner":"atomjoy","description":"A beginner's guide to SEO and Structured Data.","archived":false,"fork":false,"pushed_at":"2025-07-04T10:41:51.000Z","size":503,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-04T11:20:07.584Z","etag":null,"topics":["gtag","seo","seo-schema","structured-data"],"latest_commit_sha":null,"homepage":"https://github.com/atomjoy/seo","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atomjoy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-17T10:16:26.000Z","updated_at":"2025-07-04T10:41:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"66fbcae3-9a83-4316-bbc3-901d7a16ca18","html_url":"https://github.com/atomjoy/seo","commit_stats":null,"previous_names":["atomjoy/seo"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/atomjoy/seo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomjoy%2Fseo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomjoy%2Fseo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomjoy%2Fseo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomjoy%2Fseo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atomjoy","download_url":"https://codeload.github.com/atomjoy/seo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomjoy%2Fseo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281410760,"owners_count":26496368,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gtag","seo","seo-schema","structured-data"],"created_at":"2025-03-22T19:29:17.143Z","updated_at":"2025-10-28T08:51:45.524Z","avatar_url":"https://github.com/atomjoy.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SEO \u0026 Schema\n\nA beginner's guide to SEO and Structured Data.\n\n## Linki\n\n```sh\nhttps://ogp.me\nhttps://developer.x.com/en/docs/x-for-websites/cards/overview/markup\nhttps://schema.org/Article\nhttps://schema.org/AboutPage\nhttps://schema.org/ContactPage\nhttps://schema.org/LocalBusiness\nhttps://developers.google.com/search/docs/fundamentals/seo-starter-guide?hl=pl\nhttps://developers.google.com/search/docs/appearance/site-names?hl=pl\nhttps://developers.google.com/search/docs/appearance/visual-elements-gallery?hl=pl\nhttps://developers.google.com/search/docs/appearance/structured-data/breadcrumb?hl=pl\nhttps://developers.google.com/search/docs/appearance/structured-data/article?hl=pl\nhttps://developers.google.com/search/docs/appearance/structured-data/search-gallery?hl=pl\nhttps://pagespeed.web.dev/\nhttps://search.google.com/test/rich-results\n```\n\n## Title\n\n```html\n\u003cmeta charset=\"UTF-8\" /\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" /\u003e\n\u003cmeta name=\"description\" content=\"Short description goes here.\" /\u003e\n\u003cmeta name=\"keywords\" content=\"one, two\" /\u003e\n\u003ctitle\u003eExample: Short title goes here | Web Developer\u003c/title\u003e\n\u003clink rel=\"canonical\" href=\"https://example.com/\" /\u003e\n\n\u003c!-- Allow bots --\u003e\n\u003cmeta name=\"robots\" content=\"index, follow\" /\u003e\n\n\u003c!-- Remove from goole --\u003e\n\u003cmeta name=\"googlebot\" content=\"noindex, nofollow\" /\u003e\n```\n\n## Favicon, geo\n\n```html\n\u003clink rel=\"icon\" type=\"image/png\" sizes=\"192x192\" href=\"/favicon/android-icon-192x192.png\" /\u003e\n\u003clink rel=\"icon\" type=\"image/png\" sizes=\"96x96\" href=\"/favicon/favicon-96x96.png\" /\u003e\n\n\u003clink rel=\"shortcut icon\" href=\"/favicon/favicon.ico\" type=\"image/x-icon\" /\u003e\n\u003clink rel=\"icon\" href=\"/favicon/favicon.ico\" type=\"image/x-icon\" /\u003e\n\n\u003cmeta name=\"geo.position\" content=\"53.017850;20.904640\" /\u003e\n\u003cmeta name=\"geo.placename\" content=\"Warszawa\" /\u003e\n```\n\n## Schema org\n\n```html\n\u003c!-- OpenGraph --\u003e\n\u003cmeta property=\"og:url\" content=\"https://example.com\" /\u003e\n\u003cmeta property=\"og:locale\" content=\"pl_PL\" /\u003e\n\u003cmeta property=\"og:type\" content=\"website\" /\u003e\n\u003cmeta property=\"og:site_name\" content=\"Example.com\" /\u003e\n\u003cmeta property=\"og:title\" content=\"Strony internetowe Warszawa\" /\u003e\n\u003cmeta property=\"og:description\" content=\"Tworzenie stron internetowych i sklepów internetowych, kodowanie stron produktów oraz szablonów e-mail newslettera w HTML, projektowanie logo, administracja serwerami VPS i hostingiem, identyfikacja wizualna, modelowanie 3D, rendering 3d, wizualizacje wnętrz, produktów i animacje 3d dla stron www.\" /\u003e\n\u003cmeta property=\"og:image\" content=\"https://example.com/img/logo.png\" /\u003e\n\u003cmeta property=\"og:image:width\" content=\"700\" /\u003e\n\u003cmeta property=\"og:image:height\" content=\"700\" /\u003e\n\n\u003c!-- Optional --\u003e\n\u003cmeta property=\"business:contact_data:country_name\" content=\"Poland\" /\u003e\n\u003cmeta property=\"business:contact_data:locality\" content=\"Warsaw\" /\u003e\n\u003cmeta property=\"business:contact_data:region\" content=\"Ursynów\" /\u003e\n\u003cmeta property=\"business:contact_data:postal_code\" content=\"00100\" /\u003e\n\u003cmeta property=\"business:contact_data:street_address\" content=\"99 Street\" /\u003e\n```\n\n## Twitter\n\n```html\n\u003c!-- Twitter --\u003e\n\u003cmeta property=\"twitter:card\" content=\"summary_large_image\" /\u003e\n\u003cmeta property=\"twitter:site\" content=\"@username\" /\u003e\n\u003cmeta property=\"twitter:title\" content=\"Strony internetowe Warszawa\" /\u003e\n\u003cmeta property=\"twitter:description\" content=\"Tworzenie stron internetowych i sklepów internetowych, kodowanie stron produktów oraz szablonów e-mail newslettera w HTML, projektowanie logo, administracja serwerami VPS i hostingiem, identyfikacja wizualna, modelowanie 3D, rendering 3d, wizualizacje wnętrz, produktów i animacje 3d dla stron www.\" /\u003e\n\u003cmeta property=\"twitter:image\" content=\"https://example.com/img/logo.png\" /\u003e\n\u003cmeta property=\"twitter:image:alt\" content=\"Example.com\" /\u003e\n```\n\n## GTag\n\n```html\n\u003c!-- Google tag (gtag.js) --\u003e\n\u003cscript async src=\"https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXX\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n    window.dataLayer = window.dataLayer || [];\n    function gtag() {\n        dataLayer.push(arguments);\n    }\n    gtag(\"consent\", \"default\", {\n        ad_user_data: \"granted\",\n        ad_personalization: \"granted\",\n        ad_storage: \"granted\",\n        analytics_storage: \"granted\",\n        // 'wait_for_update': 500,\n    });\n    gtag(\"js\", new Date());\n    gtag(\"config\", \"G-XXXXXXXXXX\");\n\u003c/script\u003e\n```\n\n## Structured Data\n\n- https://schema.org\n- https://developers.google.com/search/docs/appearance/structured-data/local-business\n\n## Validators\n- https://classyschema.org/Visualisation\n- https://validator.schema.org\n- https://search.google.com/test/rich-results\n\n## Website, subdomains, page menu, aboutpage contactpage, faqs\n\nhttps://github.com/atomjoy/seo/blob/main/website-subdomains-graph.html\n\n```html\n\u003chtml\u003e\n\n\u003chead\u003e\n    \u003ctitle\u003eAtomjoy\u003c/title\u003e\n\n    \u003cscript type=\"application/ld+json\"\u003e\n    {\n        \"@context\": \"https://schema.org/\",\n        \"@graph\": [\n            {\n                \"@context\": \"https://schema.org\",\n                \"@type\": [\n                    \"Person\"\n                ],\n                \"@id\": \"https://atomjoy.test/#founder\",\n                \"name\": \"Alex Lukas\",\n                \"image\": {\n                    \"@type\": \"ImageObject\",\n                    \"url\": \"https://atomjoy.test/default/founder/alex-lukas.webp\",\n                    \"height\": 125,\n                    \"width\": 125\n                },\n                \"contactPoint\": {\n                    \"@type\": \"ContactPoint\",\n                    \"contactType\": \"customer service\",\n                    \"telephone\": \"+1-100-200-300\",\n                    \"email\": \"alex@atomjoy.test\"\n                }\n            },\n            {\n                \"@context\": \"https://schema.org\",\n                \"@type\": [\n                    \"Organization\"\n                ],\n                \"@id\": \"https://atomjoy.test/#organization\",\n                \"name\": \"Atomjoy\",\n                \"image\": {\n                    \"@type\": \"ImageObject\",\n                    \"url\": \"https://atomjoy.test/default/organization/atomjoy.webp\",\n                    \"height\": 125,\n                    \"width\": 125\n                },\n                \"contactPoint\": {\n                    \"@type\": \"ContactPoint\",\n                    \"contactType\": \"customer service\",\n                    \"telephone\": \"+1-100-200-300\",\n                    \"email\": \"contact@atomjoy.test\"\n                },\n                \"foundingDate\": \"2000\",\n                \"founder\": {\n                    \"@id\": \"https://atomjoy.test/#founder\"\n                }\n            },\n            {\n                \"@context\": \"https://schema.org\",\n                \"@type\": \"WebSite\",\n                \"@id\":\"https://atomjoy.test/#website\",\n                \"url\": \"https://atomjoy.test\",\n                \"image\": \"https://atomjoy.test/default/logo/logo.webp\",\n                \"inLanguage\": \"en-US\",\n                \"name\": \"Atomjoy\",\n                \"potentialAction\": {\n                    \"@type\": \"SearchAction\",\n                    \"target\": \"https://atomjoy.test/search/?q={query}\",\n                    \"query-input\": \"required name=query\"\n                },\n                \"publisher\": {\n                    \"@id\": \"https://atomjoy.test/#organization\"\n                },\n                \"mainEntity\": {\n                    \"@context\": \"http://schema.org\",\n                    \"@type\": \"LocalBusiness\",\n                    \"name\": \"Atomjoy Studio\",\n                    \"image\":\"https://atomjoy.test/default/company/logo.webp\",\n                    \"priceRange\":\"$$$\",\n                    \"telephone\":\"+1-100-200-300\",\n                    \"address\": {\n                        \"@type\": \"PostalAddress\",\n                        \"streetAddress\": \"ul. Klasyczna 44\",\n                        \"addressLocality\": \"Warsaw\",\n                        \"addressRegion\": \"Mazowieckie\",\n                        \"addressCountry\": \"PL\",\n                        \"postalCode\": \"00-100\"\n                    },\n                    \"aggregateRating\": {\n                        \"@type\": \"AggregateRating\",\n                        \"ratingValue\": \"5.0\",\n                        \"reviewCount\": \"900\"\n                    }\n                },\n                \"keywords\":[\n                    \"Social Networking\",\n                    \"Social Media\",\n                    \"Web\",\n                    \"Technology\",\n                    \"Web 3.0\",\n                    \"Tech\",\n                    \"Blog\",\n                    \"Facebook\",\n                    \"YouTube\",\n                    \"Google\"\n                ]\n            },\n            {\n                \"@context\": \"https://schema.org\",\n                \"@type\": \"WebSite\",\n                \"@id\":\"https://jobs.atomjoy.test/#website\",\n                \"url\": \"https://jobs.atomjoy.test\",\n                \"image\": \"https://jobs.atomjoy.test/default/logo/logo.webp\",\n                \"inLanguage\": \"en-US\",\n                \"name\": \"Jobs Site\",\n                \"potentialAction\": {\n                    \"@type\": \"SearchAction\",\n                    \"target\": \"https://jobs.atomjoy.test/search/?q={query}\",\n                    \"query-input\": \"required name=query\"\n                },\n                \"isPartOf\": {\n                    \"@id\":\"https://atomjoy.test/#website\"\n                }\n            },\n            {\n                \"@context\": \"https://schema.org\",\n                \"@type\": \"WebSite\",\n                \"@id\":\"https://support.atomjoy.test/#website\",\n                \"url\": \"https://support.atomjoy.test\",\n                \"image\": \"https://support.atomjoy.test/default/logo/logo.webp\",\n                \"inLanguage\": \"en-US\",\n                \"name\": \"Support Site\",\n                \"potentialAction\": {\n                    \"@type\": \"SearchAction\",\n                    \"target\": \"https://support.atomjoy.test/search/?q={query}\",\n                    \"query-input\": \"required name=query\"\n                },\n                \"isPartOf\": {\n                    \"@id\":\"https://atomjoy.test/#website\"\n                }\n            },\n            {\n                \"@context\": \"https://schema.org\",\n                \"@type\": \"WebPage\",\n                \"@id\": \"https://atomjoy.test/plugins/#webpage\",\n                \"url\": \"https://atomjoy.test/plugins\",\n                \"inLanguage\": \"en-US\",\n                \"name\": \"Atomjoy - Plugins\",\n                \"description\": \"Plugins page description.\",\n                \"isPartOf\": {\n                    \"@id\": \"https://atomjoy.test/#website\"\n                },\n                \"hasPart\":{\n                    \"@context\": \"https://schema.org\",\n                    \"@type\": \"WebPage\",\n                    \"@id\": \"https://atomjoy.test/plugins/best-plugin/#webpage\",\n                    \"url\": \"https://atomjoy.test/plugins/best-plugin\",\n                    \"inLanguage\": \"en-US\",\n                    \"name\": \"Best Php Plugin - Atomjoy\",\n                    \"description\": \"Excelent php plugin description.\",\n                    \"isPartOf\": {\n                        \"@id\": \"https://atomjoy.test/plugins/#webpage\"\n                    }\n                }\n            },\n            {\n                \"@context\": \"https://schema.org\",\n                \"@type\": \"WebPage\",\n                \"@id\": \"https://atomjoy.test/blog/#webpage\",\n                \"url\": \"https://atomjoy.test/blog\",\n                \"inLanguage\": \"en-US\",\n                \"name\": \"Atomjoy - Blog\",\n                \"description\": \"Blog articles.\",\n                \"isPartOf\": {\n                    \"@id\": \"https://atomjoy.test/#website\"\n                },\n                \"hasPart\": {\n                    \"@context\": \"https://schema.org\",\n                    \"@type\": \"WebPage\",\n                    \"@id\": \"https://atomjoy.test/blog/first-article/#webpage\",\n                    \"url\": \"https://atomjoy.test/blog/first-article\",\n                    \"inLanguage\": \"en-US\",\n                    \"name\": \"Blog First Article - Atomjoy\",\n                    \"isPartOf\": {\n                        \"@id\": \"https://atomjoy.test/blog/#webpage\"\n                    }\n                }\n            },\n            {\n                \"@context\": \"https://schema.org\",\n                \"@type\": \"ContactPage\",\n                \"@id\": \"https://atomjoy.test/contact/#webpage\",\n                \"url\": \"https://atomjoy.test/contact\",\n                \"inLanguage\": \"en-US\",\n                \"name\": \"Atomjoy - Contact\",\n                \"description\": \"Contact page.\",\n                \"isPartOf\": {\n                    \"@id\": \"https://atomjoy.test/#website\"\n                }\n            },\n            {\n                \"@context\": \"https://schema.org\",\n                \"@type\": \"AboutPage\",\n                \"@id\": \"https://atomjoy.test/about/#webpage\",\n                \"url\": \"https://atomjoy.test/about\",\n                \"inLanguage\": \"en-US\",\n                \"name\": \"Atomjoy - About Us\",\n                \"description\": \"About page.\",\n                \"isPartOf\": {\n                    \"@id\": \"https://atomjoy.test/#website\"\n                }\n            },\n            {\n                \"@context\": \"http://schema.org\",\n                \"@type\": \"FAQPage\",\n                \"@id\": \"https://atomjoy.test/faqs/#webpage\",\n                \"url\": \"https://atomjoy.test/faqs\",\n                \"inLanguage\": \"en-US\",\n                \"name\": \"Schema markup for your website hierarchy\",\n                \"description\": \"This is example of how to use Schema markup to define your website hierachy\",\n                \"isPartOf\": {\n                    \"@id\": \"https://atomjoy.test/#website\"\n                },\n                \"mainEntity\": [\n                    {\n                        \"@type\": \"Question\",\n                        \"name\": \"Your first Question\",\n                        \"acceptedAnswer\": {\n                            \"@type\": \"Answer\",\n                            \"text\": \"Your answer to the first Question\"\n                        }\n                    },\n                    {\n                        \"@type\": \"Question\",\n                        \"name\": \"Your second Question\",\n                        \"acceptedAnswer\": {\n                            \"@type\": \"Answer\",\n                            \"text\": \"Your answer to the second Question\"\n                        }\n                    }\n                ]\n            },\n            {\n                \"@context\": \"https://schema.org\",\n                \"@type\": \"WebSite\",\n                \"@id\": \"https://pl.atomjoy.test/#website\",\n                \"url\": \"https://pl.atomjoy.test\",\n                \"name\": \"Atomjoy\",\n                \"isPartOf\": {\n                    \"@id\": \"https://atomjoy.test/#website\"\n                },\n                \"inLanguage\": \"pl-PL\",\n                \"hasPart\": {\n                    \"@context\": \"https://schema.org\",\n                    \"@type\": \"WebPage\",\n                    \"@id\": \"https://pl.atomjoy.test/blog/#webpage\",\n                    \"url\": \"https://pl.atomjoy.test/blog\",\n                    \"name\": \"Atomjoy Blog\",\n                    \"isPartOf\": {\n                        \"@id\": \"https://pl.atomjoy.test/#website\"\n                    },\n                    \"inLanguage\": \"pl-PL\",\n                    \"hasPart\": {\n                        \"@context\": \"https://schema.org\",\n                        \"@type\": \"WebPage\",\n                        \"@id\": \"https://pl.atomjoy.test/blog/first-article/#webpage\",\n                        \"url\": \"https://pl.atomjoy.test/blog/first-article\",\n                        \"name\": \"Pierwszy Artykuł - Atomjoy\",\n                        \"isPartOf\": {\n                            \"@id\": \"https://pl.atomjoy.test/blog/#webpage\"\n                        },\n                        \"inLanguage\": \"pl-PL\"\n                    }\n                }\n            },\n            {\n                \"@context\": \"http://schema.org\",\n                \"@type\": \"ItemList\",\n                \"name\": \"Main Menu\",\n                \"itemListElement\": [\n                    {\n                        \"@type\": \"SiteNavigationElement\",\n                        \"@id\": \"https://atomjoy.test\",\n                        \"position\": 1,\n                        \"name\": \"Home\",\n                        \"description\": \"Atomjoy home page.\",\n                        \"url\": \"https://atomjoy.test\"\n                    },\n                    {\n                        \"@type\": \"SiteNavigationElement\",\n                        \"@id\": \"https://atomjoy.test/#login\",\n                        \"position\": 2,\n                        \"name\": \"Sign Up\",\n                        \"description\": \"Create your example profile.\",\n                        \"url\": \"https://atomjoy.test/login\"\n                    },\n                    {\n                        \"@type\": \"SiteNavigationElement\",\n                        \"@id\": \"https://atomjoy.test/#about\",\n                        \"position\": 3,\n                        \"name\": \"About\",\n                        \"description\": \"Read more about example company\",\n                        \"url\": \"https://atomjoy.test/about\"\n                    },\n                    {\n                        \"@type\": \"SiteNavigationElement\",\n                        \"@id\": \"https://atomjoy.test/#search\",\n                        \"position\": 4,\n                        \"name\": \"Search\",\n                        \"description\": \"Search answers.\",\n                        \"url\": \"https://atomjoy.test/search\"\n                    },\n                    {\n                        \"@type\": \"SiteNavigationElement\",\n                        \"@id\": \"https://atomjoy.test/#contact\",\n                        \"position\": 5,\n                        \"name\": \"Contact Us\",\n                        \"description\": \"Contact us for any queries\",\n                        \"url\": \"https://atomjoy.test/contact\"\n                    },\n                    {\n                        \"@type\": \"SiteNavigationElement\",\n                        \"@id\": \"https://atomjoy.test/#faqs\",\n                        \"position\": 6,\n                        \"name\": \"FAQS\",\n                        \"description\": \"Frequently asked questions and answers.\",\n                        \"url\": \"https://atomjoy.test/faqs\"\n                    }\n                ]\n            },\n            {\n                \"@context\": \"http://schema.org\",\n                \"@type\": \"ItemList\",\n                \"name\": \"Main Menu\",\n                \"itemListElement\": [\n                    {\n                        \"@type\": \"SiteNavigationElement\",\n                        \"@id\": \"https://pl.atomjoy.test\",\n                        \"position\": 1,\n                        \"name\": \"Atomjoy\",\n                        \"description\": \"Atomjoy home page.\",\n                        \"url\": \"https://pl.atomjoy.test\"\n                    },\n                    {\n                        \"@type\": \"SiteNavigationElement\",\n                        \"@id\": \"https://pl.atomjoy.test/#login\",\n                        \"position\": 2,\n                        \"name\": \"Sign Up\",\n                        \"description\": \"Create your example profile.\",\n                        \"url\": \"https://pl.atomjoy.test/login\"\n                    },\n                    {\n                        \"@type\": \"SiteNavigationElement\",\n                        \"@id\": \"https://pl.atomjoy.test/#about\",\n                        \"position\": 3,\n                        \"name\": \"About us\",\n                        \"description\": \"Read more about example company\",\n                        \"url\": \"https://pl.atomjoy.test/about\"\n                    },\n                    {\n                        \"@type\": \"SiteNavigationElement\",\n                        \"@id\": \"https://pl.atomjoy.test/#search\",\n                        \"position\": 4,\n                        \"name\": \"Search artists\",\n                        \"description\": \"Search artists\",\n                        \"url\": \"https://pl.atomjoy.test/search\"\n                    },\n                    {\n                        \"@type\": \"SiteNavigationElement\",\n                        \"@id\": \"https://pl.atomjoy.test/#contact\",\n                        \"position\": 5,\n                        \"name\": \"Contact Us\",\n                        \"description\": \"Contact us for any queries\",\n                        \"url\": \"https://pl.atomjoy.test/contact\"\n                    },\n                    {\n                        \"@type\": \"SiteNavigationElement\",\n                        \"@id\": \"https://pl.atomjoy.test/#faqs\",\n                        \"position\": 6,\n                        \"name\": \"FAQS\",\n                        \"description\": \"Frequently asked questions and answers.\",\n                        \"url\": \"https://pl.atomjoy.test/faqs\"\n                    }\n                ]\n            }\n        ]\n    }\n    \u003c/script\u003e\n\u003c/head\u003e\n\n\u003cbody\u003e\n\u003c/body\u003e\n\n\u003c/html\u003e\n```\n\n### WebPage\n\n```html\n\u003cscript type=\"application/ld+json\"\u003e\n    {\n        \"@context\": \"https://schema.org/\",\n        \"@type\": \"WebPage\",\n        \"name\": \"Example Company\",\n        \"url\": \"https://example.com/\"\n    }\n\u003c/script\u003e\n```\n\n### WebSite Search Input\n\n```html\n\u003ctitle\u003eExample: A Site about Examples\u003c/title\u003e\n\u003cscript type=\"application/ld+json\"\u003e\n    {\n        \"@context\": \"https://schema.org\",\n        \"@type\": \"WebSite\",\n        \"name\": \"Example Company\",\n        \"url\": \"https://example.com/\"\n        \"alternateName\": \"EC\",\n        \"potentialAction\": {\n            \"@type\": \"SearchAction\",\n            \"target\": \"https://example.com/search/?q={search_string}\",\n            \"query-input\": \"required name=search_string\"\n        }\n    }\n\u003c/script\u003e\n```\n\n### Breadcrumbs\n\n```html\n\u003c!--\nKsiążki › Science Fiction › Laureaci\nLiteratura › Laureaci\n--\u003e\n\u003ctitle\u003eAward Winners\u003c/title\u003e\n\u003cscript type=\"application/ld+json\"\u003e\n    [\n        {\n            \"@context\": \"https://schema.org\",\n            \"@type\": \"BreadcrumbList\",\n            \"itemListElement\": [\n                {\n                    \"@type\": \"ListItem\",\n                    \"position\": 1,\n                    \"name\": \"Books\",\n                    \"item\": \"https://example.com/books\"\n                },\n                {\n                    \"@type\": \"ListItem\",\n                    \"position\": 2,\n                    \"name\": \"Science Fiction\",\n                    \"item\": \"https://example.com/books/sciencefiction\"\n                },\n                {\n                    \"@type\": \"ListItem\",\n                    \"position\": 3,\n                    \"name\": \"Award Winners\"\n                }\n            ]\n        },\n        {\n            \"@context\": \"https://schema.org\",\n            \"@type\": \"BreadcrumbList\",\n            \"itemListElement\": [\n                {\n                    \"@type\": \"ListItem\",\n                    \"position\": 1,\n                    \"name\": \"Literature\",\n                    \"item\": \"https://example.com/literature\"\n                },\n                {\n                    \"@type\": \"ListItem\",\n                    \"position\": 2,\n                    \"name\": \"Award Winners\"\n                }\n            ]\n        }\n    ]\n\u003c/script\u003e\n```\n\n### Breadcrumbs Blog\n\n```html\n\u003ctitle\u003eHow to implement Schema Markup in Example\u003c/title\u003e\n\n\u003cscript type=\"application/ld+json\"\u003e\n    {\n        \"@context\": \"https://schema.org\",\n        \"@type\": \"BreadcrumbList\",\n        \"itemListElement\": [\n            {\n                \"@type\": \"ListItem\",\n                \"position\": 1,\n                \"item\": {\n                    \"@id\": \"https://example.com\",\n                    \"name\": \"Home\"\n                }\n            },\n            {\n                \"@type\": \"ListItem\",\n                \"position\": 2,\n                \"item\": {\n                    \"@id\": \"https://example.com/blog\",\n                    \"name\": \"Blog\"\n                }\n            },\n            {\n                \"@type\": \"ListItem\",\n                \"position\": 3,\n                \"item\": {\n                    \"@id\": \"https://example.com/blog/how-to-implement-schema-markup-in-example\",\n                    \"name\": \"How to implement Schema Markup in Example\"\n                }\n            }\n        ]\n    }\n\u003c/script\u003e\n```\n\n### Person\n\n```html\n\u003cscript type=\"application/ld+json\"\u003e\n{\n  \"@context\": \"https://schema.org/\",\n  \"@type\": \"Person\",\n  \"name\": \"Alex Space\",\n  \"url\": \"https://example.com\",\n  \"alternateName\": \"Alexander Space\",\n  \"familyName\": \"Space\",\n  \"nationality\": \"Poland\",\n  \"birthDate\": \"2020-01-01\",\n  \"email\": \"email@example.com\",\n  \"brand\": \"Złota Rybka\",\n  \"knowsAbout\": \"AI, content writing, digital media, programing.\",\n  \"jobTitle\": \"CEO\",\n  \"worksFor\": {\n    \"@type\": \"Organization\",\n    \"name\": \"Złota Rybka\"\n  }\n  \"description\": \"Defender of Truth\",\n  \"sameAs\": [\n    \"https://youtube.com/@username\",\n    \"https://github.com/username\",\n    \"https://example.com\"\n  ],\n  \"address\": {\n    \"@type\": \"PostalAddress\",\n    \"addressCountry\": \"Country\",\n    \"addressRegion\": \"Region\",\n    \"postalCode\": \"1010101\",\n    \"streetAddress\": \"Address\",\n    \"email\": \"mail@example.com\",\n    \"telephone\": \"00123457869\"\n  },\n  \"contactPoint\": {\n      \"@type\": \"ContactPoint\",\n      \"contactType\": \"customer service\",\n      \"telephone\": \"+1-100-200-300\",\n      \"email\": \"alex@example.com\"\n  },\n  \"image\": \"https://example.com/image.webp\",\n  \"logo\": {\n    \"url\": \"https://example.com/icon.jpg\",\n    \"width\": \"512\",\n    \"@context\": \"http://schema.org\",\n    \"@type\": \"ImageObject\"\n  },\n  \"hasPart\": [{\n    \"@type\": \"Article\",\n    \"headline\": \"Things to see in NJ\",\n    \"url\": \"https://example.com/things-to-see-nj\",\n    \"datePublished\": \"2014-02-23T18:34:00Z\",\n    \"author\": { \"@id\": \"#main-author\" }\n  }],\n  \"identifier\": \"123475623\",\n  \"interactionStatistic\": [{\n    \"@type\": \"InteractionCounter\",\n    \"interactionType\": \"https://schema.org/FollowAction\",\n    \"userInteractionCount\": 1\n  },{\n    \"@type\": \"InteractionCounter\",\n    \"interactionType\": \"https://schema.org/LikeAction\",\n    \"userInteractionCount\": 5\n  }],\n  \"agentInteractionStatistic\": {\n    \"@type\": \"InteractionCounter\",\n    \"interactionType\": \"https://schema.org/WriteAction\",\n    \"userInteractionCount\": 2346\n  },\n}\n\u003c/script\u003e\n```\n\n### Organization\n\n```html\n\u003cscript type=\"application/ld+json\"\u003e\n    {\n        \"@context\": \"https://schema.org\",\n        \"@type\": \"Organization\",\n        \"name\": \"Example\",\n        \"url\": \"https://example.com/\",\n        \"logo\": \"https://example.com/media/social/example_social_og.png\",\n        \"contactPoint\": {\n            \"@type\": \"ContactPoint\",\n            \"telephone\": \"+48000000000\",\n            \"contactType\": \"customer service\",\n            \"availableLanguage\": [\"English\", \"Danish\"]\n        },\n        \"sameAs\": [\"https://www.facebook.com/example\", \"https://twitter.com/example\", \"https://www.instagram.com/example\", \"https://www.youtube.com/channel/example\", \"https://www.linkedin.com/company/example\", \"https://en.wikipedia.org/wiki/example\", \"https://github.com/example\"]\n    }\n\u003c/script\u003e\n```\n\n### Local Business\n\n```html\n\u003cscript type=\"application/ld+json\"\u003e\n    {\n        \"@context\": \"https://schema.org\",\n        \"@type\": \"LocalBusiness\",\n        \"logo\": \"https://example.com/logo/company_logo.webp\",\n        \"image\": [\"https://example.com/services/service1.webp\", \"https://example.com/services/service3.webp\", \"https://example.com/services/service4.webp\", \"https://example.com/services/service5.webp\", \"https://example.com/services/service6.webp\"],\n        \"name\": \"Example: Space Company | Wed Dev\",\n        \"address\": {\n            \"@type\": \"PostalAddress\",\n            \"streetAddress\": \"99 Street\",\n            \"addressLocality\": \"Warsaw\",\n            \"addressRegion\": \"Mazowieckie\",\n            \"postalCode\": \"00100\",\n            \"addressCountry\": \"PL\"\n        },\n        \"aggregateRating\": {\n            \"@type\": \"AggregateRating\",\n            \"ratingValue\": \"5\",\n            \"reviewCount\": \"1\"\n        },\n        \"review\": [\n            {\n                \"@type\": \"Review\",\n                \"reviewRating\": {\n                    \"@type\": \"Rating\",\n                    \"ratingValue\": \"5\",\n                    \"bestRating\": \"5\"\n                },\n                \"author\": {\n                    \"@type\": \"Person\",\n                    \"name\": \"Mioco Pico\"\n                }\n            }\n        ],\n        \"geo\": {\n            \"@type\": \"GeoCoordinates\",\n            \"latitude\": 52.88049,\n            \"longitude\": 21.31857\n        },\n        \"description\": \"Page description goes here.\",\n        \"url\": \"https://example.com\",\n        \"telephone\": \"+48-000-000-000\",\n        \"email\": \"example@gmail.com\",\n        \"priceRange\": \"$$$\",\n        \"openingHours\": [\"Mo-Sa 08:00-17:00\"]\n    }\n\u003c/script\u003e\n```\n\n### Local Business Restaurant\n\n```html\n\u003cscript type=\"application/ld+json\"\u003e\n    {\n        \"@context\": \"https://schema.org\",\n        \"@type\": \"Restaurant\",\n        \"address\": {\n            \"@type\": \"PostalAddress\",\n            \"addressLocality\": \"Sunnyvale\",\n            \"addressRegion\": \"CA\",\n            \"postalCode\": \"94086\",\n            \"streetAddress\": \"1901 Lemur Ave\"\n        },\n        \"aggregateRating\": {\n            \"@type\": \"AggregateRating\",\n            \"ratingValue\": \"4\",\n            \"reviewCount\": \"250\"\n        },\n        \"name\": \"ExampleFood\",\n        \"openingHours\": [\"Mo-Sa 11:00-14:30\", \"Mo-Th 17:00-21:30\", \"Fr-Sa 17:00-22:00\"],\n        \"priceRange\": \"$$\",\n        \"servesCuisine\": [\"Middle Eastern\", \"Mediterranean\"],\n        \"telephone\": \"(48) 000-000-000\",\n        \"url\": \"http://www.example.com\"\n    }\n\u003c/script\u003e\n```\n\n### Article\n\n```html\n\u003cscript type=\"application/ld+json\"\u003e\n    {\n        \"@context\": \"https://schema.org\",\n        \"@type\": \"Article\",\n        \"mainEntityOfPage\": {\n            \"@type\": \"WebPage\",\n            \"@id\": \"https://example.com/knowledge/deployment/\"\n        },\n        \"headline\": \"What is Deployment?\",\n        \"description\": \"Software and web development with \u003cp\u003etags\u003c/p\u003e ...\",\n        \"image\": \"https://example.com/media/knowledge/deployment.png\",\n        \"author\": {\n            \"@type\": \"Organization\",\n            \"name\": \"Example\"\n        },\n        \"publisher\": {\n            \"@type\": \"Organization\",\n            \"name\": \"Example\",\n            \"logo\": {\n                \"@type\": \"ImageObject\",\n                \"url\": \"https://example.com/media/social/example_social_og.png\"\n            }\n        },\n        \"datePublished\": \"2023-01-01\",\n        \"dateModified\": \"2025-01-21\"\n    }\n\u003c/script\u003e\n```\n\n### Blog Post\n\n```html\n\u003cscript type=\"application/ld+json\"\u003e\n    {\n        \"@context\": \"http://schema.org/\",\n        \"@type\": \"BlogPosting\",\n        \"headline\": \"How to implement Schema markup in Example\",\n        \"datePublished\": \"2023-01-01 20:01:10\",\n        \"dateModified\": \"2025-03-21 23:02:20\",\n        \"description\": \"Schema markup helps to improve your content’s visibility and click-through rate.\",\n        \"image\": {\n            \"@type\": \"ImageObject\",\n            \"height\": \"1080\",\n            \"width\": \"1920\",\n            \"url\": \"https://example.com/media/blog/dsc-123.jpg\"\n        },\n        \"mainEntityOfPage\": {\n            \"@type\": \"WebPage\",\n            \"@id\": \"https://example.com/blog/how-to-implement-schema-markup-in-example/\",\n            \"name\": \"How to implement Schema markup in Example\"\n        },\n        \"author\": {\n            \"Bambi Donut\",\n            \"@type\": \"Person”,\n            \"url”: \"https://example.com/team/bambi-bloggs/”\n        },\n        \"publisher\": {\n            \"@type\": \"Organization\",\n            \"logo\": {\n                \"@type\": \"ImageObject\",\n                \"url\": \"https://example.com/media/social/example_social_og.png\"\n            },\n            \"name\": \"Example\"\n        }\n    }\n\u003c/script\u003e\n```\n\n### FAQ\n\n```html\n\u003cscript type=\"application/ld+json\"\u003e\n    {\n        \"@context\": \"https://schema.org\",\n        \"@type\": \"FAQPage\",\n        \"mainEntity\": [\n            {\n                \"@type\": \"Question\",\n                \"name\": \"QUESTION 1\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"ANSWER 1\"\n                }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"QUESTION 2\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"ANSWER 2\"\n                }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"QUESTION 3\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"ANSWER 3\"\n                }\n            },\n            {\n                \"@type\": \"Question\",\n                \"name\": \"QUESTION 4\",\n                \"acceptedAnswer\": {\n                    \"@type\": \"Answer\",\n                    \"text\": \"ANSWER 4\"\n                }\n            }\n        ]\n    }\n\u003c/script\u003e\n```\n\n## Page Structured Data\n\n```html\n\u003cscript type=\"application/ld+json\"\u003e\n    {\n        \"@context\": \"https://schema.org\",\n        \"@type\": \"WebPage\",\n        \"name\": \"Example.com\",\n        \"url\": \"https://example.com\"\n    }\n\u003c/script\u003e\n\n\u003cscript type=\"application/ld+json\"\u003e\n    {\n        \"@context\": \"https://schema.org\",\n        \"@type\": \"LocalBusiness\",\n        \"logo\": \"https://example.com/img/logo.png\",\n        \"image\": [\"https://example.com/gallery/folio-6.webp\", \"https://example.com/gallery/folio-3.webp\", \"https://example.com/gallery/folio-2.webp\", \"https://example.com/gallery/folio-4.webp\"],\n        \"name\": \"Example.com Strony Internetowe\",\n        \"address\": {\n            \"@type\": \"PostalAddress\",\n            \"streetAddress\": \"Street 99\",\n            \"addressLocality\": \"Warszawa\",\n            \"postalCode\": \"00100\",\n            \"addressCountry\": \"PL\"\n        },\n        \"geo\": {\n            \"@type\": \"GeoCoordinates\",\n            \"latitude\": 53.01785,\n            \"longitude\": 20.90464\n        },\n        \"description\": \"Tworzenie stron internetowych i sklepów internetowych, kodowanie stron produktów oraz szablonów e-mail newslettera w HTML, projektowanie logo, administracja serwerami VPS i hostingiem, identyfikacja wizualna, modelowanie 3D, rendering 3d, wizualizacje wnętrz, produktów i animacje 3d dla stron www.\",\n        \"url\": \"https://example.com\",\n        \"telephone\": \"+48-000-000-000\",\n        \"email\": \"email@example.com\",\n        \"priceRange\": \"$$$\",\n        \"openingHours\": [\"Mo-Fr 09:00-15:00\"]\n    }\n\u003c/script\u003e\n```\n\n## Navigation\n\n### Graph\n\n```json\n{\n    \"@context\": \"https://schema.org\",\n    \"@graph\": [\n        {\n            \"@type\": \"SiteNavigationElement\",\n            \"position\": 1,\n            \"name\": \"Main\",\n            \"description\": \"Create your profile.\",\n            \"url\": \"https://example.com\"\n        },\n        {\n            \"@type\": \"SiteNavigationElement\",\n            \"position\": 2,\n            \"name\": \"About us\",\n            \"description\": \"Read more about example company\",\n            \"url\": \"https://example.com/about\"\n        },\n        {\n            \"@type\": \"SiteNavigationElement\",\n            \"position\": 3,\n            \"name\": \"Contact Us\",\n            \"description\": \"Contact us for any queries\",\n            \"url\": \"https://example.com/contact\"\n        },\n        {\n            \"@type\": \"SiteNavigationElement\",\n            \"position\": 4,\n            \"name\": \"Search\",\n            \"description\": \"Search queries.\",\n            \"url\": \"https://example.com/search\"\n        }\n    ]\n}\n```\n\n### ItemList\n\n```json\n{\n    \"@context\": \"http://schema.org\",\n    \"@type\": \"ItemList\",\n    \"itemListElement\": [\n        {\n            \"@type\": \"SiteNavigationElement\",\n            \"position\": 1,\n            \"name\": \"Sign Up\",\n            \"description\": \"Create your example profile.\",\n            \"url\": \"https://example.com\"\n        },\n        {\n            \"@type\": \"SiteNavigationElement\",\n            \"position\": 2,\n            \"name\": \"About us\",\n            \"description\": \"Read more about example company\",\n            \"url\": \"https://example.com/about\"\n        },\n        {\n            \"@type\": \"SiteNavigationElement\",\n            \"position\": 3,\n            \"name\": \"Search artists\",\n            \"description\": \"Search artists\",\n            \"url\": \"https://example.com/search\"\n        },\n        {\n            \"@type\": \"SiteNavigationElement\",\n            \"position\": 4,\n            \"name\": \"Contact Us\",\n            \"description\": \"Contact us for any queries\",\n            \"url\": \"https://example.com/contact\"\n        }\n    ]\n}\n```\n\n### SinglePage sections\n\n```json\n{\n    \"@context\": \"https://schema.org\",\n    \"@graph\": [\n        {\n            \"@type\": \"SiteNavigationElement\",\n            \"@id\": \"#table-of-contents\",\n            \"name\": \"Section 1\",\n            \"url\": \"https://www.example.com/page#sec-1\"\n        },\n        {\n            \"@type\": \"SiteNavigationElement\",\n            \"@id\": \"#table-of-contents\",\n            \"name\": \"Section 2\",\n            \"url\": \"https://www.example.com/page#tsec-2\"\n        },\n        {\n            \"@type\": \"SiteNavigationElement\",\n            \"@id\": \"#table-of-contents\",\n            \"name\": \"Section 3\",\n            \"url\": \"https://www.example.com/page#sec-3\"\n        },\n        {\n            \"@type\": \"SiteNavigationElement\",\n            \"@id\": \"#pagination\",\n            \"name\": \"Previous page\",\n            \"url\": \"https://www.example.com/page1\"\n        },\n        {\n            \"@type\": \"SiteNavigationElement\",\n            \"@id\": \"#pagination\",\n            \"name\": \"Next page\",\n            \"url\": \"https://www.example.com/page2\"\n        }\n    ]\n}\n```\n\n## Events\n\n### Music event\n\n```html\n\u003chtml\u003e\n\n\u003chead\u003e\n    \u003ctitle\u003eThe Adventures of Kira and Morrison\u003c/title\u003e\n    \u003cscript type=\"application/ld+json\"\u003e\n    {\n      \"@context\": \"http://schema.org\",\n      \"@type\": \"MusicEvent\",\n      \"location\": {\n        \"@type\": \"MusicVenue\",\n        \"name\": \"Chicago Symphony Center\",\n        \"address\": \"220 S. Michigan Ave, Chicago, Illinois, USA\"\n      },\n      \"name\": \"Shostakovich Leningrad\",\n      \"offers\": {\n        \"@type\": \"Offer\",\n        \"url\": \"/examples/ticket/12341234\",\n        \"price\": \"40\",\n        \"priceCurrency\": \"USD\",\n        \"availability\": \"http://schema.org/InStock\"\n      },\n      \"performer\": [\n        {\n          \"@type\": \"MusicGroup\",\n          \"name\": \"Chicago Symphony Orchestra\",\n          \"sameAs\": [\n            \"http://cso.org/\",\n            \"http://en.wikipedia.org/wiki/Chicago_Symphony_Orchestra\"\n          ]\n        },\n        {\n          \"@type\": \"Person\",\n          \"image\": \"/examples/jvanzweden_s.jpg\",\n          \"name\": \"Jaap van Zweden\",\n          \"sameAs\": \"http://www.jaapvanzweden.com/\"\n        }\n      ],\n      \"startDate\": \"2014-05-23T20:00\",\n      \"workPerformed\": [\n        {\n          \"@type\": \"CreativeWork\",\n          \"name\": \"Britten Four Sea Interludes and Passacaglia from Peter Grimes\",\n          \"sameAs\": \"http://en.wikipedia.org/wiki/Peter_Grimes\"\n        },\n        {\n          \"@type\": \"CreativeWork\",\n          \"name\": \"Shostakovich Symphony No. 7 (Leningrad)\",\n          \"sameAs\": \"http://en.wikipedia.org/wiki/Symphony_No._7_(Shostakovich)\"\n        }\n      ]\n    }\n    \u003c/script\u003e\n\u003c/head\u003e\n\n\u003cbody\u003e\n\u003c/body\u003e\n\n\u003c/html\u003e\n```\n\n### Event\n\n```html\n\u003chtml\u003e\n\n\u003chead\u003e\n    \u003ctitle\u003eThe Adventures of Kira and Morrison\u003c/title\u003e\n    \u003cscript type=\"application/ld+json\"\u003e\n    {\n      \"@context\": \"https://schema.org\",\n      \"@type\": \"Event\",\n      \"name\": \"The Adventures of Kira and Morrison\",\n      \"startDate\": \"2025-07-21T19:00-05:00\",\n      \"endDate\": \"2025-07-21T23:00-05:00\",\n      \"eventStatus\": \"https://schema.org/EventScheduled\",\n      \"location\": {\n        \"@type\": \"Place\",\n        \"name\": \"Snickerpark Stadium\",\n        \"address\": {\n          \"@type\": \"PostalAddress\",\n          \"streetAddress\": \"100 West Snickerpark Dr\",\n          \"addressLocality\": \"Snickertown\",\n          \"postalCode\": \"19019\",\n          \"addressRegion\": \"PA\",\n          \"addressCountry\": \"US\"\n        }\n      },\n      \"image\": [\n        \"https://example.com/photos/1x1/photo.jpg\",\n        \"https://example.com/photos/4x3/photo.jpg\",\n        \"https://example.com/photos/16x9/photo.jpg\"\n       ],\n      \"description\": \"The Adventures of Kira and Morrison is coming to Snickertown in a can't miss performance.\",\n      \"offers\": {\n        \"@type\": \"Offer\",\n        \"url\": \"https://www.example.com/event_offer/12345_202403180430\",\n        \"price\": 30,\n        \"priceCurrency\": \"USD\",\n        \"availability\": \"https://schema.org/InStock\",\n        \"validFrom\": \"2024-05-21T12:00\"\n      },\n      \"performer\": {\n        \"@type\": \"PerformingGroup\",\n        \"name\": \"Kira and Morrison\"\n      },\n      \"organizer\": {\n        \"@type\": \"Organization\",\n        \"name\": \"Kira and Morrison Music\",\n        \"url\": \"https://kiraandmorrisonmusic.com\"\n      }\n    }\n    \u003c/script\u003e\n\u003c/head\u003e\n\n\u003cbody\u003e\n\u003c/body\u003e\n\n\u003c/html\u003e\n```\n\n## Indexing robots.txt\n\n## Index\n\n```sh\nUser-agent: *\nDisallow:\nSitemap: https://example.com/sitemap.xml\n```\n\n### No index\n\n```sh\nUser-agent: Googlebot\nUser-agent: AdsBot-Google\nUser-agent: Googlebot-Image\nDisallow: /\n\nSitemap: https://example.com/sitemap.xml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomjoy%2Fseo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatomjoy%2Fseo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomjoy%2Fseo/lists"}