Website SEO & Mobile Audit — Agency Lead Review avatar

Website SEO & Mobile Audit — Agency Lead Review

Pricing

$5.00 / 1,000 completed website audits

Go to Apify Store
Website SEO & Mobile Audit — Agency Lead Review

Website SEO & Mobile Audit — Agency Lead Review

Audit public HTTPS homepages for SEO and mobile configuration signals. Evidence-based website review queue for agencies; no login or external AI key. $0.005 per completed website audit.

Pricing

$5.00 / 1,000 completed website audits

Rating

0.0

(0)

Developer

black cow

black cow

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 hours ago

Last modified

Share

Turn a list of public business homepages into a review queue with concrete server-HTML evidence. Useful after a Maps/directory export when a web or SEO agency wants to inspect websites before deciding what work to propose.

Paste up to 10 homepage addresses. Bare domains and copied http:// addresses are normalized to HTTPS; the Actor never makes an HTTP request. Get one row per unique website with title length, description, mobile viewport, noindex, H1, language, canonical-link, image-alt and contact-link observations. Findings include a fixed explanation of what to review next.

$0.005 per successfully audited website ($5 per 1,000), platform usage included. No start fee. No custom audit event for the synthetic demo, rejected input, robots blocks, failed fetches, challenge pages, or non-HTML responses. An audited site with zero findings still counts as one completed audit. A maximum of 10 unique websites means at most $0.05 of audit events per supported run. Previous successful audits can remain charged if a later storage failure stops the run. When the platform reports the spending limit reached, the Actor stops before requesting the next website; PARTIAL_SPENDING_LIMIT and deferred_count identify unprocessed sites when a summary can be saved.

Quick start

  1. Start with Synthetic demo to see an example without fetching any website.
  2. Select Audit public websites and enter homepage URLs, such as https://example.com/.
  3. Run the Actor and open Website review queue. Filter status = AUDITED and sort review_count or finding_count to select pages for manual review.
  4. Export CSV, Excel or JSON. website identifies the input and final_website shows any supported redirect destination. The findings view explains each code.

The websites input accepts an array of URL strings. If you already have a Google Maps scraper dataset, copy its website URL column; this Actor does not invoke that scraper or pay its fees for you. Duplicate normalized URLs are inspected and charged once.

{"mode":"audit","websites":["https://example.com/"],"delete_input_after_read":true}

See a result before running

Synthetic example: a repair studio has a title and H1, but no device-width viewport or description and one image without an alt attribute. The review queue reports:

{"status":"AUDITED","review_count":1,"evidence":{"title_characters":20,"device_width_viewport_observed":false,"description_observed":false,"images_without_alt_attribute":1},"recommended_next_step":"manual_review"}

This excerpt uses invented data. The full output adds all observations and fixed advice. It does not say the business will buy a service. Start with the free synthetic demo; change to Audit public websites only when you want to inspect your own list.

What the observations mean

  • Title/description: whether those fields appeared in the server HTML; page text is not returned.
  • Mobile viewport: whether width=device-width appeared. This is one configuration check, not a rendered mobile usability test.
  • Noindex: an observed generic/Googlebot instruction in HTML or X-Robots-Tag; review whether it is intentional.
  • Images: counts missing the alt attribute and counts with empty alt. Empty alt can be appropriate for decorative images.
  • Contact link: recognized mail, telephone or contact-page links. Link destinations, phone numbers and email addresses are not collected into results. A general form can be a search box, so its presence does not prove a contact route.
  • Canonical: reports presence only, without asserting that the target is correct.

No numeric SEO score, conversion forecast, company revenue or buying intent is invented. Missing server-HTML evidence may be supplied by JavaScript or a linked page. A site with no listed findings has not passed a full SEO, accessibility or security audit.

Supported sites and limits

  • Public HTTPS root requests only, standard port 443, no credentials, query, fragment or non-root path. Copied bare domains and http:// roots are upgraded to HTTPS. Sites that do not support HTTPS and redirects to HTTP or language/login paths remain unsupported.
  • Public DNS addresses are checked and pinned to the connection; private, loopback, link-local and transition addresses are rejected, including redirected targets. TLS certificate verification stays enabled.
  • Robots.txt is checked before the homepage and again for a redirected origin. Disallowed roots, unavailable policies, unsupported request-rate rules or crawl delays above 2 seconds are skipped. This conservative policy can skip sites another crawler can read.
  • No login, browser, JavaScript, cookies, CAPTCHA workaround, paid proxy, third-party AI, Maps API, forms submission or outreach.
  • Maximum 10 input URLs, 60 requests, four root attempts per site, 1 MiB HTML response, 128 KiB robots response, UTF-8 HTML only. Identity and gzip responses are supported; both compressed and decompressed bodies must fit these size limits. Other compression formats are skipped. Network time budget 85 seconds, hosted hard timeout 120 seconds. A stalled DNS lookup is ultimately bounded by the hosted timeout.
  • NOT_AUDITED includes a fixed reason code; it is not evidence that a website is broken. Unavailable targets are not classified as sales prospects.

Privacy and storage

Apify receives the URL input and performs network requests on its servers. The target receives the Actor's public-network request and User-Agent. The developer's PC files, environment secrets and browser accounts are not needed.

By default the current run's INPUT record is explicitly deleted after reading it. Disable delete_input_after_read only if you want that record retained. Deletion does not prove erasure from platform backups, caches or other copies. The dataset and OUTPUT retain website URLs, numeric/boolean observations and fixed advice; raw HTML, page title text, contacts and response headers are not stored. Keep result access private. This product does not independently verify Apify's internal administration or isolation.

Offline HTML review

The included Python package also audits an explicitly supplied UTF-8 HTML file without any network request. The core/CLI use the standard library. The Apify adapter requires the separately declared runtime extra. Output is created with owner-only permissions and cannot overwrite an existing file.

python -m site_audit examples/demo.html --output report.json

Offline analysis does not test TLS, robots or HTTP response headers. It remains a server-HTML evidence check.

For Shopify import files, use Catalog Preflight for one-file checks or CSV ChangeGuard for before/after change risks. These are separate tools and are not called or charged by this Actor.

Demo input boundary

Demo mode accepts no supplied website list. Choose mode=audit to inspect your public homepages. Rejected input is available in the dataset and OUTPUT without an audit event. Demo results describe only the synthetic example.