diff --git a/src/components/robot/pages/RobotCreate.tsx b/src/components/robot/pages/RobotCreate.tsx
index 98feb5fe..b014586c 100644
--- a/src/components/robot/pages/RobotCreate.tsx
+++ b/src/components/robot/pages/RobotCreate.tsx
@@ -211,6 +211,10 @@ const RobotCreate: React.FC = () => {
alt="Maxun Logo"
/>
+
+ Extract structured data from websites in a few clicks.
+
+
{/* Origin URL Input */}
{
setMarkdownRobotName(e.target.value)}
- label="Robot Name"
sx={{ mb: 2 }}
/>
setUrl(e.target.value)}
- label="URL to convert"
+ label="Website URL"
/>