# Boost New Blog Post SEO Ranking Signals

**Use case:** 

Generate initial organic-like traffic to a freshly published blog post to signal relevance to search engines. This helps accelerate indexing and improve early r

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.apify.com/blog/how-to-scrape-youtube-comments"
    }
  ],
  "mode": "PAGEVIEW",
  "enableCrawling": true,
  "crawlingLinkSelector": "a[href]",
  "maxPagesPerUrl": 3,
  "waitOnPage": 45,
  "endAfterSeconds": 900,
  "enableYoutube": false,
  "enableAdvancedFingerprinting": true
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "pageTitle": {
    "label": "Page Title",
    "format": "text"
  },
  "loadTimeMs": {
    "label": "Load (ms)",
    "format": "number"
  },
  "timeOnPageSec": {
    "label": "Time (s)",
    "format": "number"
  },
  "scrollDepthPercent": {
    "label": "Scroll %",
    "format": "number"
  },
  "linksFound": {
    "label": "Links",
    "format": "number"
  },
  "linksFollowed": {
    "label": "Followed",
    "format": "number"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "text"
  }
}
```

## About this Actor

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