customlps.testinglinq.com Open in urlscan Pro
203.161.60.4  Public Scan

URL: https://customlps.testinglinq.com/
Submission: On August 02 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

POST https://customlps.testinglinq.com/mail.php

<form action="https://customlps.testinglinq.com/mail.php" method="POST">
  <!-- <form class="serv-published-form" action="https://customlps.testinglinq.com/mail.php" method="POST"> -->
  <input type="hidden" name="type" value="publishing-journey">
  <input type="hidden" name="fullpageurl" value="https://customlps.testinglinq.com/">
  <div class="row">
    <div class="col-xxl-12 col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12">
      <div class="form-group">
        <select name="manuscript" class="form-select" aria-label="Default select example">
          <option selected="" disabled="">Do you have a manuscript ready?</option>
          <option value="Yes, I am ready to publish today">Yes, I'm ready to publish today</option>
          <option value="Yes, I will be ready to publish in 1 to 3 months">Yes, I'll be ready to publish in 1 to 3 months</option>
          <option value="Yes, I will be ready to publish in 3 to 6 months">Yes, I'll be ready to publish in 3 to 6 months</option>
          <option value="Yes, I will be ready to publish in 6 to 12 months">Yes, I’ll be ready to publish in 6 to 12 months</option>
          <option value="No, I do not have a book or manuscript ready">No, I do not have a book or manuscript ready</option>
        </select>
      </div>
    </div>
    <div class="col-xxl-12 col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12">
      <div class="form-group">
        <select name="published" class="form-select" aria-label="Default select example">
          <option selected="" disabled="">Have you published before?</option>
          <option value="Yes">Yes</option>
          <option value="No">No</option>
        </select>
      </div>
    </div>
    <div class="col-xxl-12 col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12">
      <div class="form-group">
        <select name="booktype" class="form-select" aria-label="Default select example">
          <option selected="" disabled="">What type of book do you plan on publishing? </option>
          <option value="Business">Business</option>
          <option value="Biography">Biography</option>
          <option value="Inspirational">Inspirational</option>
          <option value="Non-Fiction">Non-Fiction</option>
          <option value="How-To">How-To</option>
          <option value="Autobiography/Memoir">Autobiography/Memoir</option>
          <option value="Self-Help">Self-Help</option>
          <option value="Children">Children</option>
          <option value="Spiritual/Religious">Spiritual/Religious</option>
          <option value="Fiction">Fiction</option>
          <option value="Art/Photography">Art/Photography</option>
          <option value="Cookbook">Cookbook</option>
          <option value="Other">Other</option>
        </select>
      </div>
    </div>
    <div class="col-xxl-12 col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12">
      <div class="form-group-select">
        <h4>What services are you looking for?</h4>
        <div class="form-check-flex">
          <div class="form-check">
            <input class="form-check-input" type="checkbox" name="services[]" value="Self Publishing" id="selfPublishing">
            <label class="form-check-label" for="selfPublishing"> Self Publishing </label>
          </div>
          <div class="form-check">
            <input class="form-check-input" type="checkbox" name="services[]" value="Editing" id="editing">
            <label class="form-check-label" for="editing"> Editing </label>
          </div>
          <div class="form-check">
            <input class="form-check-input" type="checkbox" name="services[]" value="Cover Design" id="coverDesign">
            <label class="form-check-label" for="coverDesign"> Cover Design </label>
          </div>
          <div class="form-check">
            <input class="form-check-input" type="checkbox" name="services[]" value="Printing" id="printing">
            <label class="form-check-label" for="printing"> Printing </label>
          </div>
          <div class="form-check">
            <input class="form-check-input" type="checkbox" name="services[]" value="Interior Formatting" id="interiorFormatting">
            <label class="form-check-label" for="interiorFormatting"> Interior Formatting </label>
          </div>
          <div class="form-check">
            <input class="form-check-input" type="checkbox" name="services[]" value="Illustration" id="illustration">
            <label class="form-check-label" for="illustration"> Illustration </label>
          </div>
        </div>
      </div>
    </div>
    <div class="col-xxl-6 col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12" style="padding-right: 0;">
      <div class="form-group">
        <input type="text" name="name" placeholder="Your Name" required="">
      </div>
    </div>
    <div class="col-xxl-6 col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12">
      <div class="form-group">
        <input type="number" name="phone" placeholder="Phone Number" required="">
      </div>
    </div>
    <div class="col-xxl-12 col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12">
      <div class="form-group">
        <input type="email" name="email" placeholder="Email Address" required="">
      </div>
    </div>
    <div class="col-xxl-12 col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12">
      <div class="form-group">
        <button type="submit" class="submit-btn">Get Started</button>
      </div>
    </div>
  </div>
</form>

POST https://customlps.testinglinq.com/mail.php

<form action="https://customlps.testinglinq.com/mail.php" method="POST">
  <input type="hidden" name="type" value="formLong">
  <input type="hidden" name="fullpageurl" value="https://customlps.testinglinq.com/">
  <div class="formGroup">
    <input type="text" name="name" placeholder="Your Full Name" id="Name2" required="">
  </div>
  <div class="formGroup">
    <input type="email" name="email" placeholder="Email Address" id="Email2" required="">
  </div>
  <div class="formGroup">
    <input type="text" name="phone" placeholder="Phone Number" id="Number2" required="">
  </div>
  <div class="formGroup">
    <textarea name="message" id="Details2" placeholder="Message"></textarea>
  </div>
  <input type="submit" value="Submit" class="form-btn btn">
  <!-- <a class="form-btn btn" href="javascript:void(0)" onclick="Validate_2();">Submit</a> -->
</form>

POST ./mail.php

<form action="./mail.php" method="POST">
  <div class="popup-field">
    <span><i class="fa fa-user"></i></span>
    <input type="text" placeholder="Full Name*" onkeydown="return /[a-z]/i.test(event.key)" name="name" required="">
  </div>
  <div class="popup-field">
    <span><i class="fa fa-envelope"></i></span>
    <input type="email" name="email" placeholder="Email Address*" required="">
  </div>
  <div class="popup-field">
    <span class="popup-phone-icon"><i class="fa fa-phone"></i></span>
    <input type="tel" placeholder="Phone Number*" minlength="9" maxlength="19" name="phone" required="">
  </div>
  <!--<div class="popup-field">-->
  <!--    <span><i class="fa fa-comment-alt-dots"></i></span>-->
  <!--   <textarea style="color: black" name="Message" rows="7" placeholder="Genre of Book" required></textarea> -->
  <!--</div>-->
  <div class="popup-submit"><button type="submit">Get Started Now</button></div>
</form>

Text Content

(833) 781-8680
Start a Live Chat



PREMIUM BOOK PUBLISHING
SERVICES | PUBLISH PRINT THRIVE

Transform your words into timeless wonders. We deliver top-notch services to
aspiring writers and help them reach the best-selling charts. American Writers
Association helps you reach massive success.


 * Get 10x more readers by publishing on Amazon KDP
 * 100% Copyright with ISBN.
 * Promising higher sales and a greate ROI.
 * Publishing on all famous platforms.




View Pricing
(833) 781-8680



START YOUR PUBLISHING JOURNEY

Do you have a manuscript ready? Yes, I'm ready to publish today Yes, I'll be
ready to publish in 1 to 3 months Yes, I'll be ready to publish in 3 to 6 months
Yes, I’ll be ready to publish in 6 to 12 months No, I do not have a book or
manuscript ready
Have you published before? Yes No
What type of book do you plan on publishing? Business Biography Inspirational
Non-Fiction How-To Autobiography/Memoir Self-Help Children Spiritual/Religious
Fiction Art/Photography Cookbook Other

WHAT SERVICES ARE YOU LOOKING FOR?

Self Publishing
Editing
Cover Design
Printing
Interior Formatting
Illustration



Get Started

“American Writers Association has been the backbone of my successful book
launch. Their commitment to excellence is evident in every aspect of their
publishing services. The marketing support helped me reach a broader audience,
and the attention to detail during the production process ensured a flawless
final product. Working with AWA has been an absolute pleasure, and I
wholeheartedly recommend their services to any author looking to make a good
impression.”
Marcus. R

“As a first-time author, I was unsure what to expect when choosing a publishing
service, but the American Writers Association exceeded all my expectations!
Their team offered a perfect blend of professionalism and personal attention.
The editorial feedback was invaluable, and the design team brought my book cover
to life in a way that perfectly captured the essence of my story. AWA turned my
manuscript into a masterpiece, and I am grateful for their top-notch services.”
Vivian. E

“American Writers Association has been the backbone of my successful book
launch. Their commitment to excellence is evident in every aspect of their
publishing services. The marketing support helped me reach a broader audience,
and the attention to detail during the production process ensured a flawless
final product. Working with AWA has been an absolute pleasure, and I
wholeheartedly recommend their services to any author looking to make a good
impression.”
Marcus. R

“As a first-time author, I was unsure what to expect when choosing a publishing
service, but the American Writers Association exceeded all my expectations!
Their team offered a perfect blend of professionalism and personal attention.
The editorial feedback was invaluable, and the design team brought my book cover
to life in a way that perfectly captured the essence of my story. AWA turned my
manuscript into a masterpiece, and I am grateful for their top-notch services.”
Vivian. E

“American Writers Association has been the backbone of my successful book
launch. Their commitment to excellence is evident in every aspect of their
publishing services. The marketing support helped me reach a broader audience,
and the attention to detail during the production process ensured a flawless
final product. Working with AWA has been an absolute pleasure, and I
wholeheartedly recommend their services to any author looking to make a good
impression.”
Marcus. R

“As a first-time author, I was unsure what to expect when choosing a publishing
service, but the American Writers Association exceeded all my expectations!
Their team offered a perfect blend of professionalism and personal attention.
The editorial feedback was invaluable, and the design team brought my book cover
to life in a way that perfectly captured the essence of my story. AWA turned my
manuscript into a masterpiece, and I am grateful for their top-notch services.”
Vivian. E

prev
next



MANUSCRIPT COMPLETED? CONGRATULATIONS! WHAT'S NEXT?

Now that you have completed your manuscript, you are on your way to
self-publishing. It is the next big step to ensure your book reaches its full
potential and captivates your readers. This is where the American Writers
Association offers professional publishing services and becomes your invaluable
partner. We deliver the expertise and experience through a streamlined process.
Providing professional presentation, market exposure, and saving your time and
energy savings.


 * Cost-effective solutions.
 * Professional publishing for all genres.

 * Greater ROI.
 * Published on all famous platforms.


Request A Quote
(833) 781-8680


OR CLICK HERE TO START A LIVE CHAT AND DISCUSS YOUR REQUIREMENTS WITH OUR AGENT.




THE FOUR STEPS OF OUR BOOK PUBLISHING PROCESS

1



MANUSCRIPT EVALUATION

The first important step is a comprehensive evaluation of your manuscript. Our
professional editorial team will review your work for content, structure, and
coherence.

2



STRATEGIC FORMAT & COVER PLANNING

With a polished manuscript, our team moves forward to the visual elements that
will make your book stand out. Our design experts work closely to offer a
captivating cover that attracts potential readers.

3



TAILORED MARKETING STRATEGY

A successful book launch needs a well-thought-out marketing strategy. Our expert
marketing professionals work with your target audience, polish your author
brand, and develop a customized plan to offer exceptional exposure.

4



STRATEGIC LAUNCH & PROMOTION

As the launch date approaches, our team executes a marketing plan that
guarantees success. We coordinate distribution on multiple platforms and ensure
your book is available where your audience is.


POPULAR PACKAGES


STANDARD PUBLISHING

$499

 * Amazon KDP Publishing
 * Formatting Check for All File Formats
 * Multiple Print-Ready Formats
 * Amazon Keyword Research
 * Amazon Listing Optimization
 * Amazon Author Central Account Creation
 * Competitive Book Pricing Advice
 * Dedicated Project Manager and Publishing Agent

Order Now


MULTI-PLATFORM PUBLISHING

Quote On Request

 * KDP, Barnes & Noble, IngramSpark Publishing
 * Formatting and File Conversions
 * Multiple Print-Ready Formats
 * Keyword Research
 * Listing Optimization
 * Amazon Author Central Account Creation
 * Competitive Book Pricing Advice
 * Dedicated Project Manager and Publishing Agent
 * ISBN Purchase Included

Request A Quote


NEED A SECOND OPINION? LET US HAVE A LOOK!

Are you looking for a second opinion to evaluate your book's potential? Think of
it reaching the heights of success when you hire American Writers Association
editorial services. We refine your book to brilliance, from mandatory edits to
meticulous proofreading—experience excellence firsthand as we uplift every page
with awe-struck impressions. We will engage your readers in an outstanding way
that's hard to resist.

Learn More
(833) 781-8680

OR CLICK HERE TO START A LIVE CHAT CHAT AND DISCUSS YOUR REQUIREMENTS WITH OUR
AGENT.


YOUR ONE-STOP SOLUTION | OUR SERVICES


 * BOOK WRITING
   
   Widen your imagination. We create compelling stories that interest readers,
   turning your vision into mesmerizing page-turners—experts in fiction and
   non-fiction. We offer you a lasting impression.
   
   Learn More


 * BOOK EDITING
   
   We offer perfection in every word! From eliminating typo errors to fixing
   grammar. We polish your manuscript until it gleams. Let pros provide you with
   a pitch-perfect book. Ready to shine in every spotlight.
   
   Learn More


 * BOOK ILLUSTRATION
   
   Bring your story to life with our captivating and eye-gazing illustrations.
   Every stroke adds magic, offering your readers a great experience on every
   page.
   
   Learn More


 * BOOK PUBLISHING
   
   Become the spotlight author with our expert publishing services. We publish
   you on renowned platforms like Amazon, Ingram Spark, and Barnes and Noble.
   Your journey begins here.
   
   Learn More


 * BOOK MARKETING
   
   We turn heads and let you gain fans with our expert book marketing services.
   Our strategy steals the spotlights and puts them on your book. Team of
   professionals ensuring you get the attention you deserve.
   
   Learn More


RULE THE DIGITAL SHELVES AND IN-STORE AISLES

As an author, you want to captivate the readers—online or in-store. From
awe-struck illustrations to inspiring stories, we at the American Writers
Association offer exceptional services. Let's publish your book unnoticed. We
are offering comprehensive support from cover to cover.°.

Request A Quote
(833) 781-8680

OR CLICK HERE TO START A LIVE CHAT AND DISCUSS YOUR REQUIREMENTS WITH OUR AGENT.




FAQS

 * WHAT ARE THE PRICES FOR BOOK PUBLISHING?
   
   The pricing for our book publishing services is tailored to meet each
   client's unique requirements. We provide personalized quotes based on our
   client's needs and budget considerations.

 * IS SELF-PUBLISHING DIFFERENT FROM TRADITIONAL PUBLISHING?
   
   Absolutely. In the realm of self-publishing, you take on the tasks of
   editing, formatting, proofreading, designing, and handling the
   distribution/marketing of your book—responsibilities typically shouldered by
   publishing houses in traditional publishing.

 * WHY SHOULD I HIRE PUBLISHING SERVICES? WHAT ARE THEY?
   
   The term "publishing services" encompasses a range of offerings such as
   manuscript editing, proofreading, formatting, design, and
   distribution/marketing. These comprehensive services facilitate aspiring
   authors, providing a smoother path to market entry with increased chances of
   success. This support allows authors and their books to realize their full
   potential, creating seamless connections with their audience.

 * HOW LONG IS THE PUBLISHING PROCESS? HOW MUCH TIME IT TAKES?
   
   The duration of the publishing process is influenced by the project scope,
   determined by the number of services required. Publication timelines can
   range from one month to several months, contingent on the manuscript's
   condition. Our agents will provide you with a comprehensive timeline
   outlining each step and its completion timeframe.

 * ARE THERE ANY ADVANTAGES OF HIRING PROFESSIONAL PUBLISHING SERVICES OVER
   SELF-PUBLISHING?
   
   Certainly! Indeed, there are. Professional publishing services not only
   expedite your time to market but also significantly enhance the quality of
   your manuscript. You gain access to services such as manuscript editing, book
   and cover design, illustration design, publication on leading platforms, and
   a strategic marketing plan designed to propel your book into the mainstream
   market.

 * DO YOU SPECIALIZE IN ALL GENRES OR SPECIFIC ONES?
   
   We hold a skilled and adaptable team proficient in both fiction and
   non-fiction writing. Our track record includes successful publications in
   various genres, such as children's books, autobiographies, memoirs, self-help
   books, and more. Regardless of your specific needs, we'll assign a qualified
   writer in the corresponding genre to collaborate on your manuscript, ensuring
   a connection with your target audience.


RECEIVE A FREE QUOTE

Looking for a free customized quote? Fill in the form below, and our support
will contact you!



 * 
 * 
 * 
 * 
 * 
 * 
 * 

American Writers Association © 2023. All rights reserved.
Privacy Policy  |  Terms & Conditions



PUBLISH YOUR BOOK WITH


AMERICAN WRITERS ASSOCIATION

Get Started Now