shipfa.st Audit Results
β³ 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
analysis of the content
analysis of the code (meta,tags, etc.)
total score of all on-page metrics
SEO Optimization Strategy π
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.
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:
- Open the HTML file for your page.
- Locate the
<head>
section. -
Add the missing meta tags inside the
<head>
section using the appropriate syntax. For example:<meta name="robots" content="index, follow">
- 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
Your Current Meta Information ▼ (click me)
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.
Link Structure π
- Internal Links: 20
- External Links: 33
- Total Links: 53
Your page has a good number of links. β
Tips to Improve Link Structure
- Ensure all internal links are working and lead to relevant content.
- Use descriptive anchor text for links to improve SEO and user experience.
- Regularly check for and fix broken links.
- Consider adding a sitemap to help search engines index your pages.
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 π±
Warning:
Your design may not be responsive. Consider implementing a responsive design for better mobile user experience.
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.
Number of Links π
- Number of Links: 50
Tips to Optimize Links
- Ensure all links are relevant and add value to the content.
- Use descriptive anchor text for links to improve SEO and user experience.
- Regularly check for and fix broken links.
- Consider adding a sitemap to help search engines index your pages.
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.
Internal Links π
- #pricing
- #demo
- #testimonials
- /leaderboard
- /#testimonials
- mailto:marc@shipfa.st
- mailto:marc@shipfa.st?subject=PayPal%20payment%20for%20ShipFast
- /#
- /
- /index#pricing
- /leaderboard
- /docs
- mailto:marc@shipfa.st
- /affiliates
- /tos
- /privacy-policy
- /license
- /tools/fake-it-till-you-make-it
- /tools/logo-fast
- /logo-idea
Tips to Optimize Internal Links
- Ensure all internal links are relevant and lead to valuable content.
- Use descriptive anchor text for internal links to improve SEO and user experience.
- Regularly check for and fix broken internal links.
- Use internal links to guide users to related content and improve site navigation.
- Aim for at least 2-3 internal links per 1000 words to maintain a good link density.
External Links π
- https://www.producthunt.com/posts/shipfast-2?utm_source=badge-top-post-badge&utm_medium=badge&utm_souce=badge-shipfast-2
- https://news.ycombinator.com/item?id=37333976
- https://www.producthunt.com/products/shipfast-2
- https://twitter.com/marc_louvion/status/1697165875957449084?s=20
- https://www.reddit.com/r/SideProject/comments/1664vqe/i_made_a_code_boilerplate_to_ship_projects_in/
- https://www.mailgun.com/
- https://marclou.com?ref=shipfast_intro
- https://twitter.com/marc_louvion
- https://www.producthunt.com/golden-kitty-awards/hall-of-fame#maker-of-the-year
- https://twitter.com/marc_louvion
- mailto:marc@shipfa.st
- https://marclou.com?ref=shipfast_faq
- https://www.paypal.com/paypalme/marclouvion
- mailto:marc@shipfa.st?subject=PayPal%20payment%20for%20ShipFast
- https://twitter.com/marc_louvion
- https://www.producthunt.com/posts/shipfast-2?comment=2707228
- https://twitter.com/VicPivots/status/1697352442986250413?ref_src=twsrc%5Etfw
- https://twitter.com/marc_louvion?ref_src=twsrc%5Etfw
- https://t.co/Uoai6fpAh6
- https://twitter.com/imgyf/status/1697549891080532236?ref_src=twsrc%5Etfw
- https://www.producthunt.com/products/shipfast-2/reviews?review=667971
- https://www.producthunt.com/posts/shipfast-2?comment=2707061
- mailto:marc@shipfa.st
- https://launchvir.al/template
- https://marclou.beehiiv.com/
- https://byedispute.com/
- https://indiepa.ge/
- https://zenvoice.io/
- https://gamifylist.com/
- https://workbookpdf.com/
- https://habitsgarden.com/
- https://poopup.co/
- https://datafa.st
Warning:
Your external link density is 19.82 links per 1000 words. The recommended range is 1-2 links per 1000 words.
You may have too many external links. Consider reducing them to maintain focus on your content.
Tips to Optimize External Links
- Ensure all external links are relevant and lead to reputable sources.
- Use descriptive anchor text for external links to improve SEO and user experience.
- Regularly check for and fix broken external links.
- Use external links to provide additional resources and support your content.
- Aim for 1-2 external links per 1000 words to maintain a good balance.
Broken Links π€¨
- #pricing
- /leaderboard
- #testimonials
- #demo
- https://www.reddit.com/r/SideProject/comments/1664vqe/i_made_a_code_boilerplate_to_ship_projects_in/
- https://news.ycombinator.com/item?id=37333976
- /#testimonials
- mailto:marc@shipfa.st
- mailto:marc@shipfa.st?subject=PayPal%20payment%20for%20ShipFast
- /#
- /
- /index#pricing
- /leaderboard
- /docs
- mailto:marc@shipfa.st
- /affiliates
- /tos
- /privacy-policy
- /license
- /tools/fake-it-till-you-make-it
- /tools/logo-fast
- /logo-idea
Tips to Fix Broken Links
- Regularly check for broken links using tools like Google Search Console or Screaming Frog.
- Fix broken links by updating the URL or removing the link if it's no longer relevant.
- Use 301 redirects to guide users from broken links to the correct pages.
- Monitor your website's link structure to ensure all links are functional and relevant.
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 πΌοΈ
Tips to Avoid Duplicate Images
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.
Social Media Links π±
Tips to Optimize Social Media Links