Actor Website Review Actor Website Review
benbaur.com
Last scanned 7 hours ago
62
100
Rank: 16 of 18 Decent

This website scored 62 out of 100 - 23 of 40 checks passed, with 17 issues identified for improvement.

Visit site
3 high issues8%
5 medium issues13%
9 low issues23%
23 passed58%
2.04 seconds
820.5 KB
Secure
24 resources
This is the number of external JavaScript files, images, and CSS stylesheets loaded by the page - each one is a separate request the browser has to make, which is why fewer, combined resources generally load faster.
Screenshot of benbaur.com
Actor Essentials
1 high priority 1 medium priority
Demo Reel
No demo reel or video embed was found.
An embedded YouTube or Vimeo reel gives visitors a fast, no-download way to see you act. It should be one click from the homepage, not buried in a separate media page.
IMDb Link
A link to an IMDb profile was found.
https://www.imdb.com/name/nm3553654/?ref_=nv_sr_1?ref_=nv_sr_1
Headshot / Photo
A prominent headshot or photo was found.
image present, size unconfirmed
A clear, recent headshot should be visible without scrolling. Casting directors and agents decide in seconds, and a missing or hard-to-find photo is often an instant pass.
Representation Contact
No agent/manager representation contact info was found.
We check the homepage and, if there's a link to a Contact page, that page too, for phrases like "Agent:", "Manager:", or "represented by". If your representation is listed under a different heading or page, adding a clear "Agent:" / "Manager:" label near the contact info will help this pass.
SEO
1 high priority 2 medium priorities 1 low priority
Title
The title tag is present and well-formed.

Home | Ben Baur

The title tag is the HTML element that specifies the title of a webpage. It is displayed at the top of the browser tab, in search results, and in bookmarks. Aim for a unique, descriptive title between 10 and 70 characters that includes the name and what the page is about.
Learn more Google
Robots.txt
The webpage can be accessed by search engines.
text/plain; charset=utf-8
robots.txt tells search engine crawlers which parts of a site they may access. It should be served as plain text and should not block pages you want indexed.
Learn more Google
Favicon
The webpage has a favicon.
https://static.parastorage.com/client/pfavico.ico
The favicon is the small icon shown in the browser tab, bookmarks, and sometimes in search results. Every page should link one via a <link rel="icon"> tag.
Learn more Google
Noindex
The webpage does not have a noindex tag set.
A noindex meta tag explicitly tells search engines not to show this page in results - often left over from a staging site. Remove it if you want this page to be found on Google.
404 Page
The website has a proper 404 error page.
404
When a page does not exist, the server should respond with an HTTP 404 status. If it instead returns 200 (a "soft 404"), search engines may index broken URLs as if they were real pages.
Headings
The heading structure could be improved.
H1: 2
H2: 4
H3: 0
H4: 1
H5: 0
H6: 1
A page should have exactly one H1 (the main heading), with H2-H6 used underneath it to structure content in a logical hierarchy. This helps both search engines and screen readers understand what the page is about.
Learn more MDN
Language
The webpage has the language declared.
en
The lang attribute on the <html> tag tells browsers and search engines what language the page is written in, which affects screen readers, translation prompts, and search targeting.
In-page Links
The number of links on the webpage is okay.
External: 5
Internal: 9
Image Keywords
Some images are missing alt attributes.
Total: 13
Missing Alt: 7
The alt attribute describes an image for search engines and screen readers. Every meaningful image (headshots especially) should have a short, descriptive alt text - not just the filename.
Learn more Google
Content Keywords
The content has relevant keywords.
writer, actor, funny, stories, series
Search engines look at the words that appear most often on a page to understand its topic. If no clear keywords emerge, the page likely has too little text, or the text is too generic to signal what it is about.
Meta Description
The meta description tag is missing or empty.
The meta description is a short summary shown under the title in search results. It does not directly affect ranking, but a clear, compelling one (roughly 50-160 characters) improves click-through from search.
Learn more Google
SEO Friendly URL
The URL is SEO friendly.
https://www.benbaur.com/
Clean URLs without query strings or underscores are easier for both users and search engines to read. Use hyphens instead of underscores, and keep URLs short and descriptive.
Keyword Consistency
The page's top keywords are not well reflected in the title, description or headings.
Top Keywords: writer, actor, funny, stories, series
Matched In Title Desc Headings: 0
The words that appear most in the body content should also show up in the title, meta description and headings - that consistency is a strong, simple relevance signal to search engines.
Performance
1 high priority 1 medium priority 2 low priorities
DOM Size
The DOM size is optimal.
545
A very large number of HTML elements makes the page slower to render and to update with JavaScript. Simplifying nested wrapper divs and page-builder bloat usually brings this down.
JavaScript Defer
Some JavaScript resources are missing the defer attribute.
3
Without defer or async, the browser stops rendering the page to download and execute each script tag in order. Adding defer lets the page render immediately while scripts load in the background.
Load Time
The webpage takes a while to load.
2.04
Slow load times increase the chance a visitor - or a casting director skimming dozens of sites - leaves before the page even finishes loading. Aim for under 2 seconds.
Page Size
The size of the HTML webpage is reasonable.
820.5 KB
A large HTML document (usually from oversized inline scripts, styles, or uncompressed markup) takes longer to download and parse before the page can render.
Image Format
Some images are not using modern formats (AVIF/WebP).
12
JPEG/PNG/GIF are older formats. Modern formats like WebP and AVIF produce visually similar images at a fraction of the file size - especially valuable for headshot-heavy actor sites.
HTTP Requests
There are a reasonable number of HTTP requests on the webpage.
Images: 13
Javascripts: 11
Every script and image is a separate network request. Combining/lazy-loading resources and trimming unused scripts reduces the number of round-trips needed to render the page.
Text Compression
The HTML file is not compressed.
Enabling gzip or brotli compression on the server can shrink HTML/CSS/JS transfer size dramatically, speeding up load time for every visitor at essentially no cost.
Security
3 low priorities
HTTPS Encryption
The webpage uses HTTPS encryption.
https://www.benbaur.com/
HTTPS encrypts traffic between the visitor and the server. Browsers actively flag non-HTTPS sites as "Not Secure", and Google uses HTTPS as a ranking signal. Most hosts offer free certificates via Let's Encrypt.
Mixed Content
There are no mixed content resources on the webpage.
0
When an HTTPS page loads an image, script, or stylesheet over plain HTTP, browsers block or flag it. Update those resource URLs to https:// (or protocol-relative //).
Plaintext Email
The webpage contains plaintext emails that could be scraped by spammers.
Team@ragetalent.com, Team@RageTalent.com, ben@benbaur.com, Ben@BenBaur.com, 605a7baede844d278b89dc95ae0a9123@sentry-next.wixpress.com
Email addresses written directly in the page HTML get harvested by spam bots. A contact form, or an obfuscated/JS-rendered address, avoids exposing it directly.
Server Signature
The webpage has a public server signature.
Pepyaka
The Server response header can reveal the exact web server software and version in use, which makes it slightly easier for an attacker to target known vulnerabilities. Most servers let you suppress or generalize this header.
Unsafe Cross-origin Links
The webpage has links with target="_blank" missing rel="noopener".
6
Miscellaneous
1 medium priority 3 low priorities
Social Links
The webpage links to social profiles.
Twitter.com: 2
Instagram.com: 2
Linking to active social profiles (Instagram, TikTok, etc.) gives visitors - and casting directors researching you - another way to verify you're a real, active professional.
Character Set
The webpage has a charset value set.
utf-8
Declaring a charset (almost always UTF-8) tells the browser how to decode the page's bytes into text, preventing garbled characters especially in names with accents.
Sitemap
A sitemap was found.
https://www.benbaur.com/sitemap.xml
A sitemap.xml lists every page on the site so search engines can discover them efficiently, especially pages with few internal links pointing to them (like an older press or credits page).
Learn more Google
Inline CSS
The webpage contains a lot of inline CSS code.
106
Heavy use of style="..." attributes bloats the HTML and can't be cached the way an external stylesheet can. Moving repeated styles into a CSS file keeps pages smaller and easier to maintain.
Meta Viewport
The webpage has a meta viewport tag set.
width=device-width, initial-scale=1
Without a viewport meta tag, mobile browsers render the page at desktop width and shrink it down, making text unreadable without zooming. Add <meta name="viewport" content="width=device-width, initial-scale=1">.
Content Length
The webpage has less than 500 words on the page.
211
Very thin pages give search engines little to go on. A bio paragraph, a few credits, and some context around the headshot/reel typically clears this easily.
Deprecated HTML
There are no deprecated HTML tags on the webpage.
Tags like <marquee>, <blink>, <font>, <center> and <applet> were removed from the HTML standard years ago. Modern browsers still render some of them, but they signal an outdated site and should be replaced with CSS.
Social Presence
A social media presence was detected.
instagram.com, twitter.com
This checks for at least two distinct social platforms linked from the page, as a signal of an established, cross-platform presence rather than a single stale link.
Structured Data
The webpage has structured data.
Og: 4
Json Ld: 2
Twitter: 2
Structured data (Open Graph tags, Twitter Cards, or JSON-LD) controls how a page looks when shared on social media and can enable rich results in search. For a person, a "Person" JSON-LD block is a good starting point.
Learn more Google
Text to HTML Ratio
The text to HTML ratio is low.
0.2
A low ratio of visible text to markup usually means heavy page-builder bloat (deeply nested divs, inline styles) relative to actual content.
Analytics
No analytics/tracking tool was detected.
Without analytics (Google Analytics, etc.), there is no way to know how many people actually visit the site or where they come from - useful data when deciding where to invest promotion effort.