Open hsuanchi opened 3 years ago
@hsuanchi For the Organization Schema
part, I wonder what will happen if multiple scripts of the organization schema are existing on our website (e.g. two different versions of schema on the 2021 website & 2022 website)?
@hsuanchi For the
Organization Schema
part, I wonder what will happen if multiple scripts of the organization schema are existing on our website (e.g. two different versions of schema on the 2021 website & 2022 website)?
ooo, It will be ok if we remove the info of year in the schema.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name":"PyCon Taiwan",
"url": "https://tw.pycon.org/",
"logo": "{{use logo image on cdn**}}"
}
</script>
1
-4
are resolved by #112.
we'll implement 5
after we get the data from sponsors
Describe
1. Open Graph - All pages
Update the code under
section of the page.2. Herflang 多國語系 - All pages
Ref. https://www.maxlist.xyz/2020/10/04/hreflang-seo-optimize/
3. Image Alt Text - All pages
Apply below image tags for all pages, only when an image is uploaded:
4. Organization Schema - Homepage
For homepage, please use organisation schema: Ref. https://developers.google.com/search/docs/data-types/logo
5. Job Posting part
Ref. https://developers.google.com/search/docs/data-types/job-posting