# Landing Page Metadata & Social Preview Check

**Use case:** 

Validate the title, meta description, and Open Graph tags for a critical landing page to ensure proper display on search results and social media. Optimize your

## Input

```json
{
  "startUrl": "https://www.salesforce.com/solutions/small-business-solutions/",
  "crawlSitemap": false,
  "followInternalLinks": false,
  "maxPages": 1,
  "extractMedia": true,
  "extractTechStack": false
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "techStack": {
    "label": "Tech stack",
    "format": "array"
  },
  "imageCount": {
    "label": "Images",
    "format": "number"
  },
  "discoveredVia": {
    "label": "Discovered via",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Site Researcher](https://apify.com/crawlerbros/site-researcher) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/site-researcher) to learn more, explore other use cases, and run it yourself.