Skip to content

Commit ea016e4

Browse files
save file
1 parent 62051cf commit ea016e4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

blog/25-07-29/make-cloud-run-service-public/make-cloud-run-service-public.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,23 @@
2020
<link rel=canonical href='https://ext-code.com/blog/25-07-29/make-cloud-run-service-public/make-cloud-run-service-public.html'>
2121

2222

23+
<script type='application/ld+json'>
24+
25+
{
26+
"@context" : "https://schema.org",
27+
"@type" : "TechArticle",
28+
"headline" : "Make Cloud Run Service Public",
29+
"description" : "Learn how to make a Google Cloud Run service publicly accessible using Node.js and the HTTP REST API. This guide covers setting IAM permissions, configuring service visibility, and deploying with gcloud and direct API calls.",
30+
"author" : {"@type":"Person","name":"Matthew Richards"},
31+
"datePublished" : "2025-07-29",
32+
"dateModified" : "2025-10-22",
33+
"mainEntityOfPage" : {"@type":"WebPage","@id":"https://ext-code.com/blog/25-07-29/make-cloud-run-service-public/make-cloud-run-service-public.html"},
34+
"publisher" : {"@type":"Organization","name":"ext-code.com","logo":{"@type":"ImageObject","url":"https://ext-code.com/favicon.ico"}},
35+
}
36+
37+
</script>
38+
39+
2340
<script src='https://libs.ext-code.com/js/dom/component/component.js'></script>
2441
<script src='https://libs.ext-code.com/js/dom/init-hdr/init-hdr.js'></script>
2542

0 commit comments

Comments
 (0)