Skip to content

Commit 88491f7

Browse files
authored
Update server.go
change meta descriptions to reflect Platform Engineering focus
1 parent 00b5b92 commit 88491f7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

server.go

+8-8
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func Run(ctx context.Context, site Site) error {
6666
pageInfo := PageInfo{
6767
RequestURI: r.RequestURI,
6868
Title: "Verifa",
69-
Description: "We are an elite crew of experienced DevOps consultants bridging the gap between software development and operations by building Developer Experiences that enable flow.",
69+
Description: "We are an expert crew of Platform Engineering consultants helping you improve value stream efficiency through user-centric internal developer platforms.",
7070
Image: verifaLogoPNG,
7171
ImageAlt: "Verifa Logo",
7272
}
@@ -82,7 +82,7 @@ func Run(ctx context.Context, site Site) error {
8282
// TODO
8383
RequestURI: r.RequestURI,
8484
Title: "Verifa",
85-
Description: "We are an elite crew of experienced DevOps consultants bridging the gap between software development and operations by building Developer Experiences that enable flow.",
85+
Description: "We are an expert crew of Platform Engineering consultants helping you improve value stream efficiency through user-centric internal developer platforms.",
8686
Image: verifaLogoPNG,
8787
ImageAlt: "Verifa Logo",
8888
}
@@ -195,7 +195,7 @@ func Run(ctx context.Context, site Site) error {
195195
// TODO
196196
RequestURI: r.RequestURI,
197197
Title: "Verifa",
198-
Description: "We are an elite crew of experienced DevOps consultants bridging the gap between software development and operations by building Developer Experiences that enable flow.",
198+
Description: "We are an expert crew of Platform Engineering consultants helping you improve value stream efficiency through user-centric internal developer platforms.",
199199
Image: verifaLogoPNG,
200200
ImageAlt: "Verifa Logo",
201201
}
@@ -211,7 +211,7 @@ func Run(ctx context.Context, site Site) error {
211211
// TODO
212212
RequestURI: r.RequestURI,
213213
Title: "Verifa",
214-
Description: "We are an elite crew of experienced DevOps consultants bridging the gap between software development and operations by building Developer Experiences that enable flow.",
214+
Description: "We are an expert crew of Platform Engineering consultants helping you improve value stream efficiency through user-centric internal developer platforms.",
215215
Image: verifaLogoPNG,
216216
ImageAlt: "Verifa Logo",
217217
}
@@ -243,7 +243,7 @@ func Run(ctx context.Context, site Site) error {
243243
// TODO
244244
RequestURI: r.RequestURI,
245245
Title: "Verifa",
246-
Description: "We are an elite crew of experienced DevOps consultants bridging the gap between software development and operations by building Developer Experiences that enable flow.",
246+
Description: "We are an expert crew of Platform Engineering consultants helping you improve value stream efficiency through user-centric internal developer platforms.",
247247
Image: verifaLogoPNG,
248248
ImageAlt: "Verifa Logo",
249249
}
@@ -259,7 +259,7 @@ func Run(ctx context.Context, site Site) error {
259259
// TODO
260260
RequestURI: r.RequestURI,
261261
Title: "Verifa",
262-
Description: "We are an elite crew of experienced DevOps consultants bridging the gap between software development and operations by building Developer Experiences that enable flow.",
262+
Description: "We are an expert crew of Platform Engineering consultants helping you improve value stream efficiency through user-centric internal developer platforms.",
263263
Image: verifaLogoPNG,
264264
ImageAlt: "Verifa Logo",
265265
}
@@ -274,7 +274,7 @@ func Run(ctx context.Context, site Site) error {
274274
pageInfo := PageInfo{
275275
RequestURI: r.RequestURI,
276276
Title: "Contact Us",
277-
Description: "We are an elite crew of experienced DevOps consultants bridging the gap between software development and operations by building Developer Experiences that enable flow.",
277+
Description: "We are an expert crew of Platform Engineering consultants helping you improve value stream efficiency through user-centric internal developer platforms.",
278278
Image: verifaLogoPNG,
279279
ImageAlt: "Verifa Logo",
280280
}
@@ -545,7 +545,7 @@ func Run(ctx context.Context, site Site) error {
545545
pageInfo := PageInfo{
546546
RequestURI: r.RequestURI,
547547
Title: "Thank you",
548-
Description: "We are an elite crew of experienced DevOps consultants bridging the gap between software development and operations by building Developer Experiences that enable flow.",
548+
Description: "We are an expert crew of Platform Engineering consultants helping you improve value stream efficiency through user-centric internal developer platforms.",
549549
Image: verifaLogoPNG,
550550
ImageAlt: "Verifa Logo",
551551
}

0 commit comments

Comments
 (0)