Readymag detector

Readymag logo

How can you detect if a website uses Readymag?

Detecting whether a website is built using Readymag can be done by examining the website’s source code for specific indicators unique to Readymag.

Here’s a step-by-step guide on how to do it:

  1. Open the Page Source: Right-click on the webpage and select “View Page Source” or press Ctrl+U (Windows) or Cmd+Option+U (Mac) to open the page source code.
  2. Search for Readymag in Meta Generator: Use Ctrl+F (Windows) or Cmd+F (Mac) to open the search function, and look for the following keyword:
    • Readymag: If you find a line like <meta name="generator" content="Readymag">, it indicates that the website is built using Readymag.
  3. Look for Readymag-Specific URLs: Check for references to Readymag in the URL. You can find links that contain readymag.com, which is indicative of Readymag resources being used. For example, look for URLs like https://readymag.com/username/project/.
  4. Check for Readymag CSS Classes: Examine the HTML elements for any Readymag-specific CSS classes. Search for class names that include rm- as many Readymag templates use this prefix for their class names.
  5. Look for Readymag JavaScript Files: Search for script tags that link to Readymag-specific JavaScript files. This can include files with URLs like https://static.readymag.com/....
  6. Check for Readymag Custom Fonts and Assets: The assets and fonts used by Readymag may have specific patterns. Look for links to fonts or images that originate from Readymag’s servers within the page source.
  7. Examine the Page Structure: Readymag websites typically have a distinct design and layout structure. If you notice a modular grid and creative animations, this may suggest the use of Readymag.