Skip to content

Commit 5d1a50c

Browse files
authored
Add SEO meta description to title (#3311)
1 parent 48dc865 commit 5d1a50c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc-src/templates/default/layout/html/layout.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!-- Docs Metrics + Cookie Consent Script -->
66
<meta name="guide-name" content="API Reference">
77
<meta name="service-name" content="AWS SDK For Ruby V3">
8+
<meta name="description" content="<%= @page_title %>">
89
<script type="text/javascript" src="/assets/js/awsdocs-boot.js"></script>
910
</head>
1011
<body>

0 commit comments

Comments
 (0)