Skip to content

Commit b77cdf2

Browse files
committed
Add some seo metadata
1 parent d8d9e9e commit b77cdf2

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

index.html

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,22 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Spock Framework - Expressive Testing for Java & Groovy</title>
6+
<title>Spock Framework - the enterprise ready specification framework</title>
7+
<meta name="description" content="Spock is an expressive testing and specification framework for Java and Groovy applications. Write highly readable, maintainable BDD-style tests with powerful mocking.">
8+
<meta name="keywords" content="Spock Framework, Groovy, Java, Kotlin, JVM, testing, specification, BDD, Behavior-Driven Development, unit testing, mocking, JUnit, JUnit 5">
9+
<meta name="author" content="Spock Framework Team">
10+
<link rel="canonical" href="https://spockframework.org/">
11+
<meta name="robots" content="index, follow">
12+
13+
<meta property="og:type" content="website">
14+
<meta property="og:url" content="https://spockframework.org/"> <meta property="og:title" content="Spock Framework - the enterprise ready specification framework">
15+
<meta property="og:description" content="Spock is a testing, specification, and mocking framework for JVM developers that emphasizes readability and clarity. By blending BDD concepts and Groovy's concise syntax, Spock helps teams write tests that are easy to understand and enjoyable to maintain.">
16+
<meta property="og:image" content="spock-main-logo.svg">
17+
<meta property="twitter:card" content="summary">
18+
<meta property="twitter:url" content="https://spockframework.org/"> <meta property="twitter:title" content="Spock Framework - the enterprise ready specification framework">
19+
<meta property="twitter:description" content="Spock is a testing, specification, and mocking framework for JVM developers that emphasizes readability and clarity. By blending BDD concepts and Groovy's concise syntax, Spock helps teams write tests that are easy to understand and enjoyable to maintain.">
20+
<meta property="twitter:image" content="spock-main-logo.svg">
21+
722
<script src="https://cdn.tailwindcss.com"></script>
823
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"
924
integrity="sha384-/rJKQnzOkEo+daG0jMjU1IwwY9unxt1NBw3Ef2fmOJ3PW/TfAg2KXVoWwMZQZtw9"
@@ -229,7 +244,7 @@ <h3 class="text-xl font-semibold text-gray-100 mb-2">Powerful Mocking</h3>
229244
<div class="feature-card" data-aos="fade-up" data-aos-delay="200">
230245
<svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" /><path d="M12 6v6l4 2" /></svg>
231246
<h3 class="text-xl font-semibold text-gray-100 mb-2">JUnit Platform</h3>
232-
<p class="text-gray-300">Seamless integration with JUnit Platform and build tools.</p>
247+
<p class="text-gray-300">Seamless integration with JUnit 5+ and build tools.</p>
233248
</div>
234249
<div class="feature-card" data-aos="fade-up" data-aos-delay="250">
235250
<svg viewBox="0 0 24 24"><path d="M3 3h18v6H3zM3 15h18v6H3z" /><path d="M9 9v6" /></svg>

0 commit comments

Comments
 (0)