Get Site Metadata

The Get Site Metadata node allows you to fetch metadata for a given site URL from Google Search Console. This enables you to retrieve important information like the site's latest update time, type of update, and the update URL.

Loading...

Inputs

The Get Site Metadata node takes the following input:

  • Site URL (siteUrl): This is the base URL of the website for which you want to fetch metadata.

Sample Input

https://docs.buildship.com/basics/trigger

Output

The output of the node is an object containing site metadata information. The structure of the output is as follows:

  • URL (url): The base URL of the website.
  • Latest Update (latestUpdate): An object containing details about the latest update on the site.
    • Notify Time (notifyTime): Timestamp of the latest update notification.
    • Type (type): Type of the latest update.
    • URL (url): URL related to the latest update.

Sample Output

{
  "url": "https://docs.buildship.com/basics/trigger",
  "latestUpdate": {
    "notifyTime": "2023-10-01T12:00:00Z",
    "type": "update",
    "url": "https://docs.buildship.com/basics/update-log"
  }
}

Need Help?

  • 💬
    Join BuildShip Community

    An active and large community of no-code / low-code builders. Ask questions, share feedback, showcase your project and connect with other BuildShip enthusiasts.

  • 🙋
    Hire a BuildShip Expert

    Need personalized help to build your product fast? Browse and hire from a range of independent freelancers, agencies and builders - all well versed with BuildShip.

  • 🛟
    Send a Support Request

    Got a specific question on your workflows / project or want to report a bug? Send a us a request using the "Support" button directly from your BuildShip Dashboard.

  • ⭐️
    Feature Request

    Something missing in BuildShip for you? Share on the #FeatureRequest channel on Discord. Also browse and cast your votes on other feature requests.