| 1 | <% content_for :meta_head do %> |
| 2 | <title><%= @meta_title %></title> |
| 3 | <meta name="description" content="<%= @meta_description %>"> |
| 4 | <meta property="og:title" content="<%= @meta_title %>" /> |
| 5 | <meta property="og:description" content="<%= @meta_description %>" /> |
| 6 | <meta property="og:url" content="<%= request.base_url %>/ketentuan-penggunaan" /> |
| 7 | <% end %> |
| 8 | |
| 9 | <% content_for :breadcrumb do %> |
| 10 | <script type="application/ld+json"> |
| 11 | { |
| 12 | "@context": "http://schema.org", |
| 13 | "@type": "BreadcrumbList", |
| 14 | "itemListElement": [{ |
| 15 | "@type": "ListItem", |
| 16 | "position": 1, |
| 17 | "item": { |
| 18 | "@id": "<%= request.base_url %>", |
| 19 | "name": "Musik 88" |
| 20 | } |
| 21 | },{ |
| 22 | "@type": "ListItem", |
| 23 | "position": 2, |
| 24 | "item": { |
| 25 | "@id": "<%= request.base_url %>/ketentuan-penggunaan", |
| 26 | "name": "Ketentuan Penggunaan" |
| 27 | } |
| 28 | }] |
| 29 | } |
| 30 | </script> |
| 31 | <% end %> |
| 32 | |
| 33 | <iframe src="https://termsfeed.com/terms-service/71a61af8b7605208f3e7dbd95bb6c113" style="border: 0; width: 100%; height: 1000px"></iframe> |
| 34 | |
| 35 | <%= render "shared/partial_breadcrumbs" do %> |
| 36 | <li class="breadcrumb-item"><%= link_to t("nav_footer_term"), term_of_use_path %></li> |
| 37 | <% end %> |