shipfa.st Audit Results

SEO Score: 75 / 100

⏳ Estimated time for implementing the fixes: 5 minutes

Look only for the warnings to quickly identify areas for improvement. Warnings are either in red or orange

78
Content SEO Score
analysis of the content
67
Code SEO Score
analysis of the code (meta,tags, etc.)
75
Overall SEO Score
total score of all on-page metrics

SEO Optimization Strategy πŸ“ˆ

Warning: First, fix all the issues that hurt your on-page SEO and code SEO, and get your SEO score as high as possible.

Once you get the SEO Score to 100, all you will have to do is:

  • Collect backlinks: These are links from other websites to your website. The more backlinks you have, the better you'll rank.
  • Write blog articles: This will help you rank for more keywords and improve your website's authority.

Meta Information πŸ“ (copy-paste the missing tags into your HTML + change them)

This is the code-SEO part of the audit. It represents the information that is not visible to the user, but it is important for Search Engines.

Incomplete meta information. Missing 7 key meta tags.

Missing Meta Tags

The following essential meta tags are missing from your page:

  • robots
  • author
  • link[rel="alternate"][hreflang="en"]
  • link[rel="alternate"][hreflang="es"]
  • twitter:description
  • twitter:image
  • twitter:title

To add these meta tags, follow these steps:

  1. Open the HTML file for your page.
  2. Locate the <head> section.
  3. Add the missing meta tags inside the <head> section using the appropriate syntax. For example:
    • <meta name="robots" content="index, follow">
  4. Save the HTML file.

Base Meta Tags

These tags are essential for basic SEO and page functionality.

  • <meta name="viewport" content="width=device-width, initial-scale=1.0">
  • <title>Your Page Title</title>
  • <meta name="description" content="Your page description">
  • <meta name="robots" content="index, follow"> Missing
  • <meta charset="UTF-8">

Open Graph Tags (for Social Media)

These tags are used to control how your page is shared on social media platforms.

  • <meta property="og:title" content="Your OG Title">
  • <meta property="og:description" content="Your OG Description">
  • <meta property="og:image" content="https://example.com/your-image-thumbnail.jpg">
  • <meta property="og:url" content="https://example.com">
  • <meta property="og:type" content="article">

Twitter Card Tags

These tags help control how your content is displayed when shared on Twitter.

  • <meta name="twitter:card" content="summary_large_image">
  • <meta name="twitter:title" content="Twitter Tag Title"> Missing
  • <meta name="twitter:description" content="Twitter Tag Description"> Missing
  • <meta name="twitter:image" content="https://example.com/your-image-thumbnail.jpg"> Missing

Hreflang Tags (for Multilingual Sites)

Used if you have multiple language versions of your website, this helps search engines display the correct language version to users.

  • <link rel="alternate" href="https://example.com/" hreflang="en"> Missing
  • <link rel="alternate" href="https://example.com/es/" hreflang="es"> Missing

Favicon Tag

Adds a small icon in the browser tab and is part of branding that may affect user experience.

  • <link rel="icon" href="https://example.com/favicon.ico">

Author Tag (optional)

Specifies the author of the webpage. This is rarely used for ranking but can be useful for information purposes.

  • <meta name="author" content="Your Name"> Missing

Page Quality πŸ‘

  • Word Count: 1551
  • Stop Word Percentage: 12.31%
  • Text Quality: Good βœ…

Your text quality is good, with a low percentage of stop words. Keep up the good work!

Tips to Improve Page Quality

  • Use tools like Grammarly to check for grammar and spelling errors.
  • Break up long paragraphs into shorter ones to improve readability.
  • Use bullet points and numbered lists to make content easier to scan.
  • Incorporate relevant images and videos to enhance the content.

Page Structure πŸ“š

  • h1: 1
  • h2: 4
  • h3: 0
  • h4: 0
  • h5: 0
  • h6: 0
  • Total Headings: 5

Your page has a good structure with multiple headings. βœ…

Tips to Improve Page Structure

  • Use a clear and logical hierarchy for your headings (e.g., H1 for main title, H2 for sections, H3 for subsections).
  • Ensure each page has only one H1 tag to represent the main topic.
  • Use descriptive and keyword-rich headings to improve SEO.
  • Consider using a table of contents for long articles to help users navigate.

Server Information πŸ’»

  • Server: Vercel

Tips to Improve Server Performance

  • Ensure your server is properly configured and optimized for performance.
  • Use a content delivery network (CDN) to reduce server load and improve load times.
  • Regularly update your server software to the latest versions.
  • Monitor server performance and address any issues promptly.
  • Consider using a load balancer to distribute traffic evenly across multiple servers.
  • Implement caching strategies to reduce the load on your server.
  • Optimize your database queries to improve response times.
  • Use server monitoring tools to keep track of server health and performance metrics.

External Factors πŸ“±

  • Social Media Links: 8
  • Backlinks: Backlinks analysis

Your page has social media links. βœ…

Tips to Improve External Factors

  • Encourage users to share your content on social media to increase visibility.
  • Build high-quality backlinks from reputable websites to improve SEO.
  • Engage with your audience on social media to build a community around your content.
  • Regularly monitor your backlink profile and disavow any harmful links.

Response Time πŸ•’

  • Response Time: 0.307429 seconds

Your page has a good response time. βœ…

Tips to Improve Response Time

  • Optimize images by compressing them and using appropriate formats.
  • Minimize the use of JavaScript and CSS files, and consider combining them to reduce HTTP requests.
  • Use browser caching to store static resources locally on users' devices.
  • Consider using a content delivery network (CDN) to distribute content more efficiently.

File Size πŸ“¦

  • File Size: 0.18 MB

Your page has a good file size. βœ…

Tips to Reduce File Size

  • Compress images using tools like TinyPNG or ImageOptim.
  • Use modern image formats like WebP for better compression.
  • Minimize CSS and JavaScript files to reduce their size.
  • Remove any unused code or resources from your pages.

Page Load Time πŸ•’

  • Load Time: 0.307429 seconds

βœ… Page load time is good.

Tips to Improve Page Load Time

  • Optimize and compress images further.
  • Implement browser caching for static resources.
  • Use a Content Delivery Network (CDN) to serve assets.
  • Minify and combine CSS and JavaScript files.
  • Consider using lazy loading for images and videos.

Number of Words πŸ“

  • Number of Words: 1665

βœ… Your content length is good for long-form content.

Tips to Optimize Word Count

  • For standard pages, aim for 300-1000 words.
  • For long-form content, aim for 1500-2500 words.
  • Ensure your content is comprehensive and covers the topic in depth.
  • Avoid unnecessary filler words and focus on delivering value to the reader.
  • Break up long articles into sections with clear headings.
  • Use bullet points and numbered lists to make content easier to read.

Responsive Design and Viewport πŸ“±

Tips for Responsive Design

  • Use flexible layouts and CSS media queries to adapt to different screen sizes.
  • Optimize images for different devices to improve load times.
  • Ensure text is readable without zooming on mobile devices.
  • Test your site on various devices and browsers to ensure compatibility.

Number of Media Files πŸ“·

  • Number of Media Files: 44

Tips to Optimize Media Files

  • Ensure all media files are relevant and add value to the content.
  • Optimize images and videos for faster loading times.
  • Use descriptive file names and alt text for images to improve SEO.
  • Consider lazy loading for images and videos to improve initial load times.

Keyword Density βœ’οΈ

A good keyword density for SEO on a landing page typically falls between 1% to 2%

  • shipfast: 1.550%
  • made: 1.343%
  • boilerplate: 1.343%
  • first: 1.136%
  • launch: 0.930%
  • get: 0.930%
  • ship: 0.930%
  • up: 0.930%
  • time: 0.930%
  • like: 0.930%
  • build: 0.826%
  • hrs: 0.826%
  • days: 0.723%
  • app: 0.723%
  • fast: 0.723%
  • code: 0.723%
  • ve: 0.723%
  • startup: 0.620%
  • stripe: 0.620%
  • what: 0.620%
  • access: 0.620%
  • use: 0.620%
  • nextjs: 0.517%
  • need: 0.517%
  • saas: 0.517%
  • make: 0.517%
  • online: 0.517%
  • hours: 0.517%
  • got: 0.517%
  • week: 0.517%
  • project: 0.517%
  • browser: 0.517%
  • support: 0.517%
  • video: 0.517%
  • tag: 0.517%
  • ai: 0.413%
  • customers: 0.413%
  • makers: 0.413%
  • set: 0.413%
  • emails: 0.413%
  • users: 0.413%
  • marc: 0.413%
  • startups: 0.413%
  • save: 0.413%
  • community: 0.413%
  • once: 0.413%
  • router: 0.413%
  • instead: 0.413%
  • how: 0.413%
  • really: 0.413%
  • new: 0.413%
  • best: 0.413%
  • thanks: 0.413%

If you're looking for a keyword and it's not here - it has a density lower than average

SEO Tips

  • Use keywords with higher density more frequently in your content to improve SEO.
  • Ensure that your keywords are naturally integrated into your content to avoid keyword stuffing.
  • Focus on long-tail keywords that are more specific and less competitive.
  • Use keywords in headings and subheadings to improve their visibility to search engines.
  • Optimize your meta tags and descriptions with relevant keywords.

Key Phrases πŸ“‘

  • the boilerplate: 0.144%
  • browser does: 0.120%
  • support the: 0.120%
  • the video: 0.120%
  • browser does not support the: 0.120%
  • does not support the video: 0.120%
  • not support the video tag: 0.120%
  • your startup: 0.096%
  • to build: 0.096%
  • hrs for: 0.096%
  • to launch: 0.096%
  • access to: 0.096%
  • instead of: 0.096%
  • startup in: 0.072%
  • in days: 0.072%
  • days not: 0.072%
  • first online: 0.072%
  • set up: 0.072%
  • hours of: 0.072%
  • your app: 0.072%
  • pricing section: 0.072%
  • on twitter: 0.072%
  • comes with: 0.072%
  • easy to: 0.072%
  • of time: 0.072%
  • the repo: 0.072%
  • ve made: 0.072%
  • your startup in days not: 0.072%
  • to see: 0.048%
  • boilerplate with: 0.048%

If you're looking for a key phrase and it's not here - it has a density lower than average

SEO Tips for Key Phrases

  • Identify key phrases that are relevant to your content and use them naturally throughout your text.
  • Focus on long-tail key phrases that are more specific and less competitive.
  • Use key phrases in headings, subheadings, and meta descriptions to improve their visibility to search engines.
  • Ensure that your key phrases are contextually relevant and provide value to the reader.
  • Analyze your competitors' key phrases and identify opportunities to target less competitive phrases.

Image Alt Text πŸ–ΌοΈ

  • https://www.facebook.com/tr?id=625616693072486&ev=PageView&noscript=1: ⚠️ Missing alt text
  • /_next/static/media/logoAndName_transparent.9c74ebc0.png: ShipFast logo
  • /_next/static/media/lennard.a8caddd5.jpeg: Lennard
  • /_next/static/media/wahab.c0419676.jpeg: Wahab Shaikh's testimonial for ShipFast
  • /_next/static/media/naveen.311d3eb1.jpeg: Naveen's testimonial for ShipFast
  • /_next/static/media/artificery.ba1049ef.jpeg: Artificery
  • /_next/static/media/dunsin.c7d35d82.jpeg: dunsin
  • /_next/static/media/demo.a9a3174c.png: Mongo + Mailgun + Stripe + NextJS + Tailwind + NextAuth = ShipFast
  • /_next/static/media/mailgun.459dea11.png: Mailgun
  • /_next/static/media/maker-of-the-year-2023.285fe739.png: Marc Lou β€” Product Hunt Maker of the Year 2023
  • /_next/static/media/yifan.d4b261ef.jpeg: Yifan testimonial for ShipFast
  • /_next/static/media/mateus.576bf51a.webp: Mateus De Nardo's testimonial for ShipFast
  • /_next/static/media/discordSuccess.7e624b13.jpg: ShipFast Discord conversation of a maker sharing a success
  • /_next/static/media/discord_testimonials.6ef28f93.png: ShipFast Discord conversations of makers earning money with ShipFast
  • /_next/static/media/sergiu.9d908463.jpeg: Sergiu Chiriac's testimonial for ShipFast
  • /_next/static/media/yazdun.3ff75dd6.jpeg: Yazdun's testimonial for ShipFast
  • /_next/static/media/silvestro.6ca9fe35.jpg: Silvestro's testimonial for ShipFast
  • /_next/static/media/christian.165e0f47.png: Christian Hatch's testimonial for ShipFast
  • /_next/static/media/juanjomrr.c149586f.jpeg: Juanjo's testimonial for ShipFast
  • /_next/static/media/juanjo.da6ad787.png: Juanjo ValiΓ±o's testimonial for ShipFast
  • /_next/static/media/grabriel.5bc4a207.jpg: Gabriel's testimonial for ShipFast
  • /_next/static/media/plmrr.a04d83df.jpg: Stripe chart
  • /_next/static/media/plpfp.8782e18a.jpg: PL Bombard's testimonial for ShipFast
  • /_next/static/media/deepak.d097c675.jpg: Deepak's testimonial for ShipFast
  • /_next/static/media/jaya.378a189f.jpg: Jaya B.'s testimonial for ShipFast
  • /_next/static/media/jackrrr.413f6831.png: Jack's $800 MRR
  • /_next/static/media/jackpfp.38e84582.jpg: Jack Friks's testimonial for ShipFast
  • /_next/static/media/zawwad.c710afb5.jpg: Zawwad Ul Sami's testimonial for ShipFast
  • /_next/static/media/shivam.63e398e3.jpeg: Shivam's testimonial for ShipFast
  • /_next/static/media/mattmrr.60bc9b57.jpg: Matt's testimonial for ShipFast
  • /_next/static/media/mattpfp.e0db8ea0.jpg: Matt Merrick's testimonial for ShipFast
  • /_next/static/media/vladislackmrr.ab2d8ecb.jpg: Vladislav's testimonial for ShipFast
  • /_next/static/media/vladislackpfp.fe8b00af.jpg: Vladislav Smolyanoy's testimonial for ShipFast
  • /_next/static/media/krishna.0aaaee52.jpeg: Krishna Kant's testimonial for ShipFast
  • /_next/static/media/logo_transparent.2aa1e5a5.png: ShipFast logo

Tips to Optimize Image Alt Text

  • Ensure all images have descriptive and relevant alt text.
  • Use keywords in alt text where appropriate to improve SEO. (don't use alt tags like: "review 1", instead do this: "positive review of product X")
  • Keep alt text under 70 characters for optimal length.
  • Avoid keyword stuffing in alt text to maintain readability and relevance.

Redirects πŸ”„

βœ… No redirects found

Security Headers πŸ”’

  • Content-Security-Policy: Not Set
  • Strict-Transport-Security: max-age=63072000
  • X-Content-Type-Options: Not Set
  • X-Frame-Options: Not Set
  • X-XSS-Protection: Not Set

Tips to Improve Security Headers

  • Content-Security-Policy (CSP): Not Set

    This header helps prevent cross-site scripting (XSS) and other code injection attacks by specifying which resources are allowed to load on your site (e.g., scripts, styles).

    Example Header:

    Content-Security-Policy: default-src 'self'; script-src 'self'; style-src 'self'; img-src 'self' data:;

    How to set it:

    Nginx:

    add_header Content-Security-Policy "default-src 'self';";

    Apache:

    Header set Content-Security-Policy "default-src 'self';"
  • Strict-Transport-Security (HSTS): Not Set

    This header forces the browser to use HTTPS only, even if the user tries to access your site via HTTP.

    Example Header:

    Strict-Transport-Security: max-age=31536000; includeSubDomains; preload

    How to set it:

    Nginx:

    add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload";

    Apache:

    Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
  • X-Content-Type-Options: Not Set

    This header prevents browsers from trying to detect a file’s MIME type and forces them to use the declared Content-Type. It helps protect against certain types of attacks, such as MIME-type sniffing.

    Example Header:

    X-Content-Type-Options: nosniff

    How to set it:

    Nginx:

    add_header X-Content-Type-Options "nosniff";

    Apache:

    Header set X-Content-Type-Options "nosniff"
  • X-Frame-Options: Not Set

    This header prevents your website from being embedded in a frame or iframe, which can help mitigate clickjacking attacks.

    Example Header:

    X-Frame-Options: DENY

    How to set it:

    Nginx:

    add_header X-Frame-Options "DENY";

    Apache:

    Header always set X-Frame-Options "DENY"
  • X-XSS-Protection: Not Set

    This header enables the Cross-Site Scripting (XSS) filter in modern web browsers. While modern browsers have built-in protections, setting this header can help.

    Example Header:

    X-XSS-Protection: 1; mode=block

    How to set it:

    Nginx:

    add_header X-XSS-Protection "1; mode=block";

    Apache:

    Header set X-XSS-Protection "1; mode=block"

Duplicate Content πŸ”

  • Text: ' $100 off for the first 4900 customers (14 left)'
  • Text: 'Pay once. Build unlimited projects!'
  • Text: 'Both! You can choose once you get access'

Tips to Avoid Duplicate Content

  • Ensure each page has unique and original content.
  • Use canonical tags to specify the preferred version of a page.
  • Use 301 redirects to consolidate duplicate pages.
  • Regularly audit your website for duplicate content and remove or consolidate as needed.

Duplicate Images πŸ–ΌοΈ

  • /_next/static/media/wahab.c0419676.jpeg:
  • /_next/static/media/naveen.311d3eb1.jpeg:
  • /_next/static/media/mateus.576bf51a.webp:
  • /_next/static/media/logo_transparent.2aa1e5a5.png:
  • Tips to Avoid Duplicate Images

  • Ensure each image is unique and relevant to the content.
  • Use descriptive file names and alt text for images to improve SEO.
  • Regularly audit your website for duplicate images and replace them with unique ones.
  • Consider using image compression tools to reduce file size and improve load times.
  • Duplicate Videos πŸŽ₯

    βœ… No duplicate videos found

    Tips to Avoid Duplicate Videos

    • Ensure each video is unique and relevant to the content.
    • Use descriptive file names and alt text for videos to improve SEO.
    • Regularly audit your website for duplicate videos and replace them with unique ones.
    • Consider using video compression tools to reduce file size and improve load times.

    Duplicate Audios πŸ”Š

    βœ… No duplicate audios found

    Tips to Avoid Duplicate Audios

    • Ensure each audio file is unique and relevant to the content.
    • Use descriptive file names and alt text for audio files to improve SEO.
    • Regularly audit your website for duplicate audio files and replace them with unique ones.
    • Consider using audio compression tools to reduce file size and improve load times.

    Duplicate Documents πŸ“„

    βœ… No duplicate documents found

    Tips to Avoid Duplicate Documents

    • Ensure each document is unique and relevant to the content.
    • Use descriptive file names and alt text for documents to improve SEO.
    • Regularly audit your website for duplicate documents and replace them with unique ones.
    • Consider using document compression tools to reduce file size and improve load times.

    Duplicate Files πŸ“

    βœ… No duplicate files found

    Tips to Avoid Duplicate Files

    • Ensure each file is unique and relevant to the content.
    • Use descriptive file names and alt text for files to improve SEO.
    • Regularly audit your website for duplicate files and replace them with unique ones.
    • Consider using file compression tools to reduce file size and improve load times.

    Duplicate Folders πŸ“‚

    βœ… No duplicate folders found

    Tips to Avoid Duplicate Folders

    • Ensure each folder is unique and relevant to the content.
    • Use descriptive names for folders to improve organization and SEO.
    • Regularly audit your website for duplicate folders and replace them with unique ones.
    • Consider using folder compression tools to reduce file size and improve load times.

    Additional Tips ✨

    • Install Microsoft Clarity to track user interactions and gain insights into user behavior on your site.
    • Set up Google Search Console to monitor your site's search traffic and performance, and identify search queries that bring traffic.
    • Use tools like Ubersuggest to analyze keyword traffic and discover new keyword opportunities, even with the free version.
    • Regularly update your content to keep it fresh and relevant, which can help improve search rankings.
    • Launch on Product Hunt to get more traffic, feedback, potential customers, and some nice backlinks.