www.hoppost.com Open in urlscan Pro
91.121.103.164  Public Scan

URL: https://www.hoppost.com/
Submission: On September 07 via automatic, source certstream-suspicious

Form analysis 4 forms found in the DOM

POST /users/submitearlyaccess/

<form id="create-provider-form" method="post" action="/users/submitearlyaccess/">
  <input type="hidden" name="csrfmiddlewaretoken" value="2zFy5v8JqQFJgcjuDGWlWe8pPol972txmBIVxOGgtBUkfVt0Kt9UM0a4eiqez2J9">
  <div id="modal-body-jrb" class="modal-body">
    <div class="form-group">
      <div class="input-group">
        <div class="input-group-addon">
          <i class="fa fa-desktop"></i>
        </div>
        <input class="form-control earlyaccessinput" id="id_website" maxlength="100" name="website" placeholder="Your website URL" type="text" required="">
      </div>
    </div>
    <div class="form-group">
      <div class="input-group">
        <div class="input-group-addon">
          <i class="fa fa-at fa-fw"></i>
        </div>
        <input class="form-control earlyaccessinput" id="id_email" maxlength="100" name="email" placeholder="Enter your email" type="email" required="">
      </div>
    </div>
    <div class="form-group">
      <input class="btn btn-success btn-block" type="submit" value="Sign up" style="letter-spacing:2px;height:3.8em;">
    </div>
  </div>
</form>

POST /users/submitearlyaccess/

<form id="create-provider-form" method="post" action="/users/submitearlyaccess/">
  <input type="hidden" name="csrfmiddlewaretoken" value="2zFy5v8JqQFJgcjuDGWlWe8pPol972txmBIVxOGgtBUkfVt0Kt9UM0a4eiqez2J9">
  <div id="modal-body-jrb" class="modal-body">
    <div class="form-group">
      <div class="input-group">
        <div class="input-group-addon">
          <i class="fa fa-user"></i>
        </div>
        <input class="form-control earlyaccessinput" id="id_firstname" maxlength="20" name="firstname" placeholder="Firstname" type="text" required="">
      </div>
    </div>
    <div class="form-group">
      <div class="input-group">
        <div class="input-group-addon">
          <i class="fa fa-user"></i>
        </div>
        <input class="form-control earlyaccessinput" id="id_lastname" maxlength="20" name="lastname" placeholder="Lastname" type="text" required="">
      </div>
    </div>
    <div class="form-group">
      <div class="input-group">
        <div class="input-group-addon">
          <i class="fa fa-at"></i>
        </div>
        <input class="form-control earlyaccessinput" id="id_email" maxlength="100" name="email" placeholder="Enter your email" type="email" required="">
      </div>
    </div>
    <div class="form-group">
      <div class="input-group">
        <div class="input-group-addon">
          <i class="fa fa-desktop"></i>
        </div>
        <input class="form-control earlyaccessinput" id="id_website" maxlength="100" name="website" placeholder="Your website URL" type="text" required="">
      </div>
    </div>
    <div class="form-group">
      <input class="btn btn-success btn-block" type="submit" value="Sign up" style="letter-spacing:2px;height:3em;">
    </div>
  </div>
</form>

POST /users/login/

<form id="" method="post" action="/users/login/">
  <input type="hidden" name="csrfmiddlewaretoken" value="2zFy5v8JqQFJgcjuDGWlWe8pPol972txmBIVxOGgtBUkfVt0Kt9UM0a4eiqez2J9">
  <div class="modal-header">
    <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
    <h5 class="modal-title" id="myModalLabel" style="text-align:center;font-size:1.5em;padding:5px;color:#78A419">Log in<span style="font-size:0.8em;color:green"></span></h5>
  </div>
  <div id="modal-body-jrb" class="modal-body">
    <div class="form-group">
      <div class="input-group">
        <div class="input-group-addon">
          <i class="fa fa-user"></i>
        </div>
        <input class="form-control earlyaccessinput" id="id_username" maxlength="100" name="username" placeholder="Your email" type="text" required="">
      </div>
    </div>
    <div class="form-group">
      <div class="input-group">
        <div class="input-group-addon">
          <i class="fa fa-lock"></i>
        </div>
        <input class="form-control earlyaccessinput" id="id_password" maxlength="100" name="password" placeholder="Password" type="password" required="">
      </div>
    </div>
    <div class="form-group">
      <input class="btn btn-success btn-block" type="submit" value="Submit" style="letter-spacing:2px;height:3.8em;">
    </div>
  </div>
</form>

POST /users/submitregistration/

<form id="" method="post" action="/users/submitregistration/">
  <input type="hidden" name="csrfmiddlewaretoken" value="2zFy5v8JqQFJgcjuDGWlWe8pPol972txmBIVxOGgtBUkfVt0Kt9UM0a4eiqez2J9">
  <div id="modal-body-jrb" class="modal-body">
    <div class="form-group">
      <div class="input-group">
        <div class="input-group-addon">
          <i class="fa fa-user"></i>
        </div>
        <input class="form-control" id="id_first_name" name="first_name" placeholder="Firstname" type="text">
      </div>
    </div>
    <div class="form-group">
      <div class="input-group">
        <div class="input-group-addon">
          <i class="fa fa-user"></i>
        </div>
        <input class="form-control" id="id_last_name" name="last_name" placeholder="Lastname" type="text">
      </div>
    </div>
    <div class="form-group">
      <div class="input-group">
        <div class="input-group-addon">
          <i class="fa fa-at"></i>
        </div>
        <input class="form-control" id="id_email" name="email" placeholder="Your Email" type="email">
      </div>
    </div>
    <div class="form-group">
      <div class="input-group">
        <div class="input-group-addon">
          <i class="fa fa-lock"></i>
        </div>
        <input class="form-control" id="id_password" name="password" placeholder="Password" type="password" required="">
      </div>
    </div>
    <div class="form-group">
      <div class="input-group">
        <div class="input-group-addon">
          <i class="fa fa-lock"></i>
        </div>
        <input class="form-control" id="id_confirmation_password" name="confirmation_password" placeholder="Password Confirmation" type="password" required="">
      </div>
    </div>
    <div class="form-group">
      <input class="btn btn-success btn-block" type="submit" value="Create my account" style="letter-spacing:2px;height:3.8em;">
    </div>
  </div>
</form>

Text Content

HopPost!
Menu
 * Bring Content Management to the next level
 * Why Hop|Post ?
 * Log in
 * Sign up






CREATE CONTENT WITH YOUR TEAM
ORGANIZE BLOG POSTS CREATION & WEBSITE CONTENT | MANAGE PUBLICATIONS CALENDAR|
COORDONATE WITH YOUR TEAM

The Indispensable Toolbox for Content Managers


Get early access






PART 1 : CREATE WEBSITE CONTENT AND ORGANIZE WORK YOUR TEAM




 * 
 * 
 * 




NEW IDEAS ?
CREATE ORDERS

Instantly create and save your website content, blog posts or offline content.
Affect your orders to any of your team members and get notified when a
publication has been created or updated.

Document Types are key components which enable you have to adapt to any type of
content you desire : create all blog posts fields you want, including SEO
optimization fields and other follow up fields...

Try now
 * 
 * 
 * 




CREATE YOUR
WORK PROCESS

Each team has its own process when it come to writing content. At Hoppost we
publish our content in 4 steps : Open, Written, Reviewed & Puslished. As all of
our customers you will get flexiblity.

Between each step of the process each user can follow his progress or the whole
progress of the orders, choose to receive an email notification in an order has
been updated. And much more...

Try now
 * 
 * 
 * 




DASHBOARD
PUBLICATIONS OVERVIEW

For marketing managers or CEOs the Dashboard is an extremely fluid interface
which quickly asses the state of your content operations. Access main
information and act quickly all in one click.

Besides, internal and external members as well as manager have their own
interfaces depending on the profile you select for them. For each access you
give the right information to the right member.

Try now

PART 2 : EDIT YOUR CONTENT AND GET IMMEDIATE SEO ADVICE


Quickly adapt your content towards SEO advice and web crawl analyzis

Our algorithms analyze content words and structure. You get a content quality
checker through a web marketing perspective. We apply top SEO marketers
experience to give you the 20% advice that gets 80% impact.

Post automatically content to your website into most popular Content Management
Systems : Wordpress and Drupal.



Fluid process to order and retrieve blog posts data ? Facebook publications and
website copywriting are all handled in the content management software ? Become
more efficient and make your marketing team happy.

Excellent customer support : would you have any questions regarding the use of
Hoppost solutions ? Write to customer support and get an answer in one business
day.


WHY SHOULD YOU USE HOP|POST ?



ASSIGN ORDERS TO YOUR TEAM MEMBERS (BOTH INTERNAL AND EXTERNAL). TRACK PROGRESS
OF YOUR CONTENT CREATION THROUGH POWERFUL DASHBOARDS


GATHER PUBLICATION PLANNING IN ONE PLACE. NO MORE EMAILS AND NO MORE
SPREADSHEETS...


GATHER INSTANTLY GOOGLE SUGGESTS AND TEXT MINING ANALYZIS OF TOP GOOGLE'S
RESULTS


DEAR CONTENT MARKETER,

I'm Jug. I co-founded Hop|Post after 4 years directing a web marketing division.
I am passionate about content marketing and how it can deliver a company's
message to its cherished audience.

Content marketing is essential to any website in order to get the visibility to
distribute its products or services. In Hoppost you will get a workflow and
keyword recommandations that will lead to significant results in just a few
weeks...

During my 4 years as a growth hacker then Marketing Director i have had hard
times figuring out the SEO equation, especialy in competitive sectors. After
serveral meticulous analysis and testing we got the mechanics right. At Hoppost
we are dedicated content marketers and engineers passionate about making the web
serve as many qualified content as possible.

The lessons we have learned are all executed in Hoppost : a software that can
guide you through your day to day operations and help your writers, content
managers enrich their contents through : keyword suggestions, content SEO
checking and analysis of the dominating trends on the web.

I oversee all content creation in no time for all my websites and save precious
time for my writing team.


You can start right now to put in motion your content marketing evolution in
motion and like others experience some great benefits for your people and for
your business.

We believe in customer satisfcation and support. Our customers are raving fans
and we believe that it is a core value of the company. Try Hoppost for Free,
start creating and handling content creation. We are always available for any
feedback.


WHAT MAKES HOP|POST DIFFERENT ?



THE ONLY SOFTWARE THAT HANDLES ALL CONTENT CREATION PROCESS. FROM IDEAS
GENERATION, AFFECTATION TO TEAM MEMBER AND POST WRITING ANALYSIS.


CREATE YOUR OWN WORKFLOW : DEFINE A SPECIFIC WORKFLOW FOR EACH OF YOUR TEAMS.
YOU SHOULD BE ABLE TO WORK THE WAY YOU WISH...


GIVE EXTERNAL WRITERS A SPECIFIC ACCESS. THEY CAN VIEW THE ORDERING PROCESS AND
GET SEO RECOMMANDATIONS WHILE EDITING CONTENT.


OPTIMIZE YOUR CONTENT WITH THE TEXT ANALYZER GET SEO RECOMMANDATIONS WHILE
EDITING CONTENT.



WHAT YOU GET STARTING RIGHT NOW AND FOR THE FUTUR

FILES STORED AND SAVED FOR YOU

All your files are stored in the plateform. We backup your writings. Upload and
download content related to an order directly from the web application. Give
specific permissions to your users depending on their profiles.

CUSTOMIZE YOUR WORKFLOW

Define your own writing or publication process. Create a specific process for
each of your teams. Because each team has it's own context, HopPost will be
adapted as much as possible to your organization.

SEO OPTIMIZATION

We provide search engine performance insight related to each of your
publications. Provide keywords to follow, we get the data for you.

SAAS FOR CONTENT MANAGEMENT

HopPost is a cloud bases Software As a Service plateform. Access anytime,
anywhere all your information.

USER FRIENDLY SOFWTARE

How relaxing is it to work on a beautiful desk ? We believe it should be the
same with professionnal software. Our design team shreds its mind to adapt every
aspect of the product.

GET SUPPORT IN LESS THAN 24 HOURS !

Our team is always ready to discuss your special requests in less than a
business day.

BECOME A MASTER IN CONTENT MANAGEMENT WITHIN A DAY !





Copyright 2017 © Hoppost. All rights reserved.

 * 
 * 
 * 

 * www.hoppost.com

×

SUBSCRIBE HERE...


×

SIGN UP FOR EARLY ACCESS

Get access to all features and support for free.


×

LOG IN


×

CREATE MY ACCOUNT