Skip to content

Commit

Permalink
Merge pull request #1212 from alliance-genome/fix_json_data
Browse files Browse the repository at this point in the history
Added fixes for search console
  • Loading branch information
oblodgett authored Oct 11, 2023
2 parents b778e6b + cdd3a72 commit 8b2e1fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/main-app/src/containers/genePage/GeneMetaTags.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const GeneMetaTags = ({gene}) => {
datePublished: dateProduced,
dateModified: dateProduced,
description: [
gene.name,
gene.automatedGeneSynopsis,
gene.geneSynopsis,
gene.geneSynopsisUrl
Expand All @@ -40,7 +41,7 @@ const GeneMetaTags = ({gene}) => {
'name': 'Alliance of Genome Resources'
},
version: '2.0',
license: 'CC BY 4.0',
license: "https://creativecommons.org/licenses/by/4.0",
},
// based on this: https://github.com/BioSchemas/specifications/tree/master/Gene/examples
// bioschemas section
Expand Down

0 comments on commit 8b2e1fd

Please sign in to comment.