Docs
MAC WebCrawler
Get Page Meta Tags

Get Page Meta Tags

Allows you to retrieve metadata from a webpage, including title, description, keywords, and other SEO-related information.

Get metags of a webpage

Input Fields

Operation Fields

  • Page URL: The webpage to fetch the meta tags for.

XML Configuration

Below is the XML configuration for this operation:

<mac-web-crawler:get-page-meta-tags
 doc:name="Get page meta tags"
 doc:id="2cd02e46-5607-43f1-9e2b-3ce624a6a68a"
 url="#[payload.url]"/>

Output Field

This operation responds with a json payload.

Example Output

{
    "og:image": "https://mac-project.ai/og.jpeg",
    "theme-color": "#fff",
    "og:type": "website",
    "og:image:width": "1200",
    "og:image:alt": "MAC Project - AI Integration",
    "twitter:card": "summary_large_image",
    "twitter:title": "The MuleSoft AI Chain (MAC) Project – MAC Project",
    "og:site_name": "MAC Project",
    "twitter:url": "https://mac-project.ai",
    "og:title": "The MuleSoft AI Chain (MAC) Project – MAC Project",
    "apple-mobile-web-app-title": "MAC Project",
    "og:image:height": "630",
    "description": "MAC Project - Integrate advanced AI capabilities into the MuleSoft Anypoint Platform.",
    "og:description": "MAC Project - Integrate advanced AI capabilities into the MuleSoft Anypoint Platform.",
    "og:image:secure_url": "https://mac-project.ai/og.jpeg",
    "twitter:image": "https://mac-project.ai/og.jpeg",
    "msapplication-TileColor": "#fff",
    "twitter:site:domain": "mac-project.ai",
    "next-head-count": "32",
    "twitter:image:alt": "MAC Project - AI Integration",
    "viewport": "width=device-width, initial-scale=1.0",
    "twitter:description": "MAC Project - Design, build and manage advanced AI agents with the MuleSoft Anypoint Platform.",
    "robots": "index,follow",
    "og:url": "https://mac-project.ai"
}