diff --git a/projects/editor/src/html_wrapper/index.html b/projects/editor/src/html_wrapper/index.html
index b6310db8bf45d4fddc7150d753e72275b28ae43c..6e897942eb658d2f4d7d605519f901388b4f3913 100644
--- a/projects/editor/src/html_wrapper/index.html
+++ b/projects/editor/src/html_wrapper/index.html
@@ -5,9 +5,43 @@
     <title>Verona Editor Aspect</title>
 
     <meta name="application-name" content="iqb-editor-aspect"
+          data-version="0.0.2"
+          data-api-version="2.0.0"
           data-repository-url="https://github.com/iqb-berlin/verona-modules-apect"
           data-supported-unit-definition-types="iqb-aspect-module@0.0.1"/>
+    <script type="application/ld+json">
+      {
+        "@context": "https://w3id.org/iqb/verona-modules",
+        "@type": "editor",
+        "@id": "iqb-editor-aspect",
+        "name": {
+          "de": "IQB-Editor (Aspect)",
+          "en": "IQB editor (Aspect)"
+        },
+        "maintainer": {
+          "name": {
+            "de": "IQB - Institut zur Qualitätsentwicklung im Bildungswesen",
+            "en": "IQB - Institute for Educational Quality Improvement"
+          },
+          "url": "https://www.iqb.hu-berlin.de",
+          "email": "iqb-tbadev@hu-berlin.de"
+        },
+        "description": {
+          "de": "TODO",
+          "en": "TODO"
+        },
+        "version": "0.0.2",
+        "apiVersion": "2.0",
+        "repository": {
+          "type": "git",
+          "url": "https://github.com/iqb-berlin/verona-modules-apect"
+        },
+        "notSupportedFeatures": []
+      }
+    </script>
     <link rel="stylesheet" href="editor.css">
+    <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
+    <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
   </head>
   <body>
     <script type="text/javascript" src="editor.js"></script>
diff --git a/projects/player/src/html_wrapper/index.html b/projects/player/src/html_wrapper/index.html
index c42654c5c34cec24331f6850f57832d8356ac88b..f41b9112fed5049a8af79eb08c2d16a344b21f2c 100644
--- a/projects/player/src/html_wrapper/index.html
+++ b/projects/player/src/html_wrapper/index.html
@@ -5,7 +5,7 @@
   <title>Verona Player Aspect</title>
 
   <meta name="application-name" content="iqb-player-aspect"
-        data-version="3.0.0"
+        data-version="0.0.1"
         data-repository-url="https://github.com/iqb-berlin/verona-modules-apect"
         data-api-version="3.0.0"
         data-not-supported-api-features=""
@@ -17,10 +17,10 @@
     {
       "@context": "https://w3id.org/iqb/verona-modules",
       "@type": "player",
-      "@id": "iqb-player-abi",
+      "@id": "iqb-player-aspect",
       "name": {
-        "de": "IQB-Player für Skripte (Abi)",
-        "en": "IQB player for script language"
+        "de": "IQB-Player (Aspect)",
+        "en": "IQB player (Aspect)"
       },
       "maintainer": {
         "name": {
@@ -31,14 +31,14 @@
         "email": "iqb-tbadev@hu-berlin.de"
       },
       "description": {
-        "de": "Dieser Player interpretiert eine Script-Sprache, die speziell für die effiziente Erstellung umfangreicher Befragungen entwickelt wurde. Über die gängigen Frageformate hinaus werden bedingte Formularblöcke, dynamische Wiederholungen von Blöcken und Likert-skalen unterstützt.",
-        "en": "You can use this Verona Player for surveys where you need a large number of questions. By interpreting it's own script language, the player just need one line per control definition. You can setup conditional blocks, repeating blocks or likert scale tables."
+        "de": "TODO",
+        "en": "TODO"
       },
-      "version": "3.3.3",
-      "apiVersion": "2.1",
+      "version": "0.0.1",
+      "apiVersion": "3.0.0",
       "repository": {
         "type": "git",
-        "url": "https://github.com/iqb-berlin/verona-player-abi"
+        "url": "https://github.com/iqb-berlin/verona-modules-apect"
       },
       "notSupportedFeatures": []
     }