seoexpate.com Open in urlscan Pro
2606:4700:3032::6815:2469  Public Scan

Submitted URL: http://seoexpate.com/contact.php
Effective URL: https://seoexpate.com/contact
Submission: On November 03 via api from US — Scanned from US

Form analysis 5 forms found in the DOM

<form action="">
  <input type="text" name="" placeholder="Type of Seo Expate ">
</form>

POST contact-form.php

<form action="contact-form.php" method="post" class="row g-3" enctype="multipart/form-data">
  <div class="col-12">
    <input type="hidden" name="type" value="Career" id="">
    <label for="fullname" class="form-label">Your Name <span>*</span></label>
    <input type="text" name="name" class="form-control" id="fullname" placeholder="Your Full Name" required="">
  </div>
  <div class="col-md-6">
    <label for="inputEmail4" class="form-label">Email <span>*</span></label>
    <input type="email" name="email" class="form-control" id="inputEmail4" placeholder="info@seoexpate.com" required="">
  </div>
  <div class="col-md-6">
    <label for="inputPassword4" class="form-label">Phone Number <span>*</span></label>
    <input type="text" name="phone" class="form-control" id="inputPassword4" placeholder="+8801409957451" required="">
  </div>
  <div class="col-md-6">
    <label for="CompanyName" class="form-label">Company Name</label>
    <input type="text" class="form-control" name="company_name" id="CompanyName" placeholder="Company Name" required="">
  </div>
  <div class="col-md-6">
    <label for="CompanyWebsite" class="form-label">Company Website</label>
    <input type="text" name="company_website" class="form-control" id="CompanyWebsite" placeholder="Company Website" required="">
  </div>
  <div class="col-12">
    <label for="type" class="form-label">Briefly Describe Your Requirements <span>*</span></label>
    <textarea type="text" name="description" class="form-control" id="type" placeholder="Start Typing Here..."></textarea>
  </div>
  <div class="col-12">
    <label for="type" class="form-label">Attachment(Optional)</label>
    <input type="file" name="attachments[]" class="form-control" id="type" accept="image/*, application/pdf, .doc, .docx" multiple="">
  </div>
  <div class="col-12 text-center">
    <button type="submit" class="btn">Submit &amp; Schedule a Meeting</button>
  </div>
</form>

POST contact-form.php

<form action="contact-form.php" method="post" class="row g-3" id="hireForm" enctype="multipart/form-data">
  <div class="col-12">
    <input type="hidden" name="type" value="hire" id="">
    <label for="fullname" class="form-label">Your Name <span>*</span></label>
    <input type="text" name="name" class="form-control" id="fullname" placeholder="Your Full Name" required="">
  </div>
  <div class="col-md-6">
    <label for="inputEmail4" class="form-label">Email <span>*</span></label>
    <input type="email" name="email" class="form-control" id="inputEmail4" placeholder="info@seoexpate.com" required="">
  </div>
  <div class="col-md-6">
    <label for="inputPassword4" class="form-label">Phone Number <span>*</span></label>
    <input type="text" name="phone" class="form-control" id="inputPassword4" placeholder="+8801409957451" required="">
  </div>
  <div class="col-md-6">
    <label for="CompanyName" class="form-label">Company Name</label>
    <input type="text" class="form-control" name="company_name" id="CompanyName" placeholder="Company Name" required="">
  </div>
  <div class="col-md-6">
    <label for="CompanyWebsite" class="form-label">Company Website</label>
    <input type="text" name="company_website" class="form-control" id="CompanyWebsite" placeholder="Company Website" required="">
  </div>
  <div class="col-12">
    <label for="stuf" class="form-label">Number of Staff Required <span>*</span></label>
    <input type="text" name="stuf" class="form-control" id="stuf" placeholder="Number of Staff Required" required="">
  </div>
  <div class="col-12">
    <label for="type" class="form-label">Briefly Describe Your Requirements <span>*</span></label>
    <textarea type="text" name="description" class="form-control" id="type" placeholder="Start Typing Here..."></textarea>
  </div>
  <div class="col-12">
    <label for="type" class="form-label">Attachment(Optional)</label>
    <input type="file" name="attachments[]" class="form-control" id="type" accept="image/*, application/pdf, .doc, .docx" multiple="">
  </div>
  <div class="col-12 text-center">
    <button type="submit" class="btn submitBtn">Submit &amp; Schedule a Meeting</button>
  </div>
</form>

POST contact-form.php

<form action="contact-form.php" method="post" class="row g-3" enctype="multipart/form-data">
  <div class="col-12">
    <input type="hidden" name="type" value="project" id="">
    <label for="fullname" class="form-label">Your Name <span>*</span></label>
    <input type="text" name="name" class="form-control" id="fullname" placeholder="Your Full Name" required="">
  </div>
  <div class="col-md-6">
    <label for="inputEmail4" class="form-label">Email <span>*</span></label>
    <input type="email" name="email" class="form-control" id="inputEmail4" placeholder="info@seoexpate.com" required="">
  </div>
  <div class="col-md-6">
    <label for="inputPassword4" class="form-label">Phone Number <span>*</span></label>
    <input type="text" name="phone" class="form-control" id="inputPassword4" placeholder="+8801409957451" required="">
  </div>
  <div class="col-md-6">
    <label for="CompanyName" class="form-label">Company Name</label>
    <input type="text" class="form-control" name="company_name" id="CompanyName" placeholder="Company Name" required="">
  </div>
  <div class="col-md-6">
    <label for="CompanyWebsite" class="form-label">Company Website</label>
    <input type="text" name="company_website" class="form-control" id="CompanyWebsite" placeholder="Company Website" required="">
  </div>
  <div class="col-12">
    <label for="type" class="form-label">Briefly Describe Your Requirements <span>*</span></label>
    <textarea type="text" name="description" class="form-control" id="type" placeholder="Start Typing Here..."></textarea>
  </div>
  <div class="col-12">
    <label for="type" class="form-label">Attachment(Optional)</label>
    <input type="file" name="attachments[]" class="form-control" id="type" accept="image/*, application/pdf, .doc, .docx" multiple="">
  </div>
  <div class="col-12 text-center">
    <button type="submit" class="btn">Submit &amp; Schedule a Meeting</button>
  </div>
</form>

POST contact-form.php

<form action="contact-form.php" method="post" class="row g-3" enctype="multipart/form-data">
  <div class="col-12">
    <input type="hidden" name="type" value="partnership" id="">
    <label for="fullname" class="form-label">Your Name <span>*</span></label>
    <input type="text" name="name" class="form-control" id="fullname" placeholder="Your Full Name" required="">
  </div>
  <div class="col-md-6">
    <label for="inputEmail4" class="form-label">Email <span>*</span></label>
    <input type="email" name="email" class="form-control" id="inputEmail4" placeholder="info@seoexpate.com" required="">
  </div>
  <div class="col-md-6">
    <label for="inputPassword4" class="form-label">Phone Number <span>*</span></label>
    <input type="text" name="phone" class="form-control" id="inputPassword4" placeholder="+8801409957451" required="">
  </div>
  <div class="col-md-6">
    <label for="CompanyName" class="form-label">Company Name</label>
    <input type="text" name="company_name" class="form-control" id="CompanyName" placeholder="Company Name" required="">
  </div>
  <div class="col-md-6">
    <label for="CompanyWebsite" class="form-label">Company Website</label>
    <input type="text" name="company_website" class="form-control" id="CompanyWebsite" placeholder="Company Website" required="">
  </div>
  <div class="col-12">
    <label for="type" class="form-label">Briefly Describe Your Requirements <span>*</span></label>
    <textarea type="text" name="description" class="form-control" id="type" placeholder="Start Typing Here..."></textarea>
  </div>
  <div class="col-12">
    <label for="type" class="form-label">Attachment(Optional)</label>
    <input type="file" name="attachments[]" class="form-control" id="type" accept="image/*, application/pdf, .doc, .docx" multiple="">
  </div>
  <div class="col-12 text-center">
    <button type="submit" class="btn">Submit &amp; Schedule a Meeting</button>
  </div>
</form>

Text Content

 * Hire
 * Services
   
   DOMAIN & HOSTING
   
   We count on our technically sound expert developers for the ability to
   understand your ideas and transform them into reality.
   
   SOFTWARE DEVELOPMENT
   
   We count on our technically sound expert developers for the ability to
   understand your ideas and transform them into reality.
   
   SEO
   
   We count on our technically sound expert developers for the ability to
   understand your ideas and transform them into reality.
   
   WEB DEVELOPMENT
   
   We ensure your vision for a perfect business website with a user-friendly
   design and appearance to catch emerging technologies and trends.
   
   GRAPHIC DESIGN
   
   We ensure your vision for a perfect business website with a user-friendly
   design and appearance to catch emerging technologies and trends.
   
   CONTENT WRITING
   
   We ensure your vision for a perfect business website with a user-friendly
   design and appearance to catch emerging technologies and trends.
   
   MOBILE APP DEVELOPMENT
   
   We utilize the latest software technologies to develop different custom
   software with amazing graphics.
   
   DIGITAL MARKETING
   
   We utilize the latest software technologies to develop different custom
   software with amazing graphics.
   
   TRAINING
   
   We give total instructional classes intended to give a total outline of a
   specific theme.
   
   More Services
 * Products
   
   SCHOOL MANAGEMENT SOFTWARE
   
   School Management System is an ideal way to manage complete school operation.
   This School Management
   
   ECOMMERCE SOLUTION
   
   Ecommerce Solution offers you a fresh start and fast growth in your Business.
   Buy a High-Converting
   
   ELEARNING PLATFORM
   
   We utilize the latest software technologies to develop different custom
   software with amazing graphi
   
   POS SOFTWARE
   
   We count on our technically sound expert developers for the ability to
   understand your ideas and tra
   
   RIDE SHARING MOBILE APP
   
   We ensure your vision for a perfect business website with a user-friendly
   design and appearance to c
   
   CHILD MARRIAGE CONTROLLING SYSTEM
   
   We utilize the latest software technologies to develop different custom
   software with amazing graphi
   
   JOB PORTAL
   
   We count on our technically sound expert developers for the ability to
   understand your ideas and tra
   
   WEBSITE TEMPLATE CREATE
   
   We ensure your vision for a perfect business website with a user-friendly
   design and appearance to c
   
   ONLINE BOOKING/RENTAL SOLUTION
   
   We utilize the latest software technologies to develop different custom
   software with amazing graphi

 * Company
   * About Us
   
   * --------------------------------------------------------------------------------
   
   * Branches
   
   * --------------------------------------------------------------------------------
   
   * Department
   
   * --------------------------------------------------------------------------------
   
   * Certificate
   
   * --------------------------------------------------------------------------------
   
   * Awards
   
   * --------------------------------------------------------------------------------
   
   * History
   
   * --------------------------------------------------------------------------------
   
   * Contact
   
   * --------------------------------------------------------------------------------
   
   * Jobs
   
   * --------------------------------------------------------------------------------
   
   * Notice
   
   * --------------------------------------------------------------------------------
   
   * Press Enquiry

 * Let's Talk


 * Menu

 1. Home
 2. » Contact


WE’RE JUST A

CONVERSATION AWAY!

We combine international outlook with the knowledge from across the industries
and technologies, into creating a digital masterpiece that delivers result.



Looking for Jobs?

CURRENT JOB OPENINGS

Looking for Business Collaboration or Partnership?

INFO@SEOEXPATE.COM

Press Inquiries

INFO@SEOEXPATE.COM

Everything Else

INFO@SEOEXPATE.COM

OUR OFFICES

HEAD OFFICE (BOGURA)

Floor 1, Kagjipara, SEO Expate Tower, Majhira, Shahajanpur, Bogura-5801,
Bangladesh

CORPORATE OFFICE (DHAKA)

House - 386, Level-2, Road-6, Baridhara DOHS, Dhaka- 1212, Bangladesh

SECOND BRANCH (BOGURA)

Floor 2, Mofazzal Tower, Majhira Bazar, Shahajanpur, Bogura-5801, Bangladesh

THIRD BRANCH (BOGURA)

Floor 4 & 5, Mofazzal Tower, Majhira Bazar, Shahajanpur, Bogura-5801, Bangladesh

JALESHARITOLA BRANCH (BOGURA)

Holding No- 176/2, 3rd Floor, Shahid Abdul Jabbar Road, Jalesharitola,
Bogura-5800

SHERPUR BRANCH (BOGURA)

Sherpur Bus Stand, Sherpur Bazar, SEO Expate Tower, Sherpur, Bogura � 5840,
Bangladesh

NAOGAON BRANCH (NAOGAON)

Mohadevpur Upazila Gate number 04, Hannan Tower 1st floor, Mohadevpur, Naogaon
-6530, Bangladesh

SECOND BRANCH (NAOGAON)

Mohadevpur Upazila Gate number 04, Hannan Tower 3rd floor, Mohadevpur, Naogaon
-6530, Bangladesh

ULLAPARA BRANCH (SIRAJGANJ)

Science College Road, Jhikira, Ullapara, Sirajganj -6760, Bangladesh

ULLAPARA SECOND BRANCH (SIRAJGANJ)

Science College Road, Jhikira, Ullapara, Sirajganj -6760, Bangladesh

PALASHBARI BRANCH (GAIBANDHA)

Palashbari RDRS Bazar, SEO Expate Tower, Palashbari, Gaibandha -5730, Bangladesh

PIRGANJ BRANCH (RANGPUR)

East side of Islami Bank S, B Plaza, Pirganj, Rangpur

DROP US A LINE TO START A PROJECT WITH US

Ready to share a project?

SUBMIT A FORM

Share a detailed specification

INFO@SEOEXPATE.COM

Connect on WhatsApp

+8801409957451

Connect on Skype

SEOEXPATE


READY TO START THE JOURNEY WITH SEO EXPATE BANGLADESH LTD? HOW CAN WE HELP YOU?

TRUSTED BY



I'M LOOKING FOR

[ Please select your area of interest below ]

 * Career & Jobs
 * Hire IT Experts
 * Project Outsource
 * Partnership

Your Name *
Email *
Phone Number *
Company Name
Company Website
Briefly Describe Your Requirements *
Attachment(Optional)
Submit & Schedule a Meeting
Your Name *
Email *
Phone Number *
Company Name
Company Website
Number of Staff Required *
Briefly Describe Your Requirements *
Attachment(Optional)
Submit & Schedule a Meeting
Your Name *
Email *
Phone Number *
Company Name
Company Website
Briefly Describe Your Requirements *
Attachment(Optional)
Submit & Schedule a Meeting
Your Name *
Email *
Phone Number *
Company Name
Company Website
Briefly Describe Your Requirements *
Attachment(Optional)
Submit & Schedule a Meeting

All projects secured by NDA & IP is your's

100% Secure. Zero Spam.

--------------------------------------------------------------------------------

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of
Service apply.

USA

80 Washington Square E, New York, NY 10003, USA

1 2 3 4 5 6 7 8 9 10 11 12



BANGLADESH

Floor 1, Kagjipara, SEO Expate Tower, Majhira,
Shahajanpur, Bogura-5801, Bangladesh

Diving Into Technology
ISO 9001 & 27001 Certified

Subscribe for Updates

Subscribe

About Us

Awards

History

Contact

Notice

FAQs

Hire

Services

Products

Portfolio

Expertise

Domain & Hosting

Branches

Department

Certificate

Jobs



Press Enquiry

EMAIL

info@seoexpate.com

SERVICE RELATED CONTACT:

+8801409957451

OTHER CONTACT :

+8801409957452



SERVICES

Mobile App Development

Web Development

Software Development

Digital Marketing

SEO

Graphic Design

Content Writing

Professional Training

Outsourcing

PRODUCTS

School Management Software

E-commerce POS

Ride Sharing Mobile App

SAU Directory

Kabikha

Child Marriage Controlling System

Job Portal

TECHNOLOGIES

Mobile App

Front-end

Back-end

Database

CMS

Tools




© 2012 – SEO Expate Bangladesh Ltd. | All Rights Reserved | Serving clients
since 2012
Terms of Service Privacy Policy

Official Activities :

|

Service Activities :

Afrikaans Shqip አማርኛ العربية Հայերեն Azərbaycan dili Euskara Беларуская мова
বাংলা Bosanski Български Català Cebuano Chichewa 简体中文 繁體中文 Corsu Hrvatski
Čeština‎ Dansk Nederlands English Esperanto Eesti Filipino Suomi Français Frysk
Galego ქართული Deutsch Ελληνικά ગુજરાતી Kreyol ayisyen Harshen Hausa Ōlelo
Hawaiʻi עִבְרִית हिन्दी Hmong Magyar Íslenska Igbo Bahasa Indonesia Gaeilge
Italiano 日本語 Basa Jawa ಕನ್ನಡ Қазақ тілі ភាសាខ្មែរ 한국어 كوردی‎ Кыргызча ພາສາລາວ
Latin Latviešu valoda Lietuvių kalba Lëtzebuergesch Македонски јазик Malagasy
Bahasa Melayu മലയാളം Maltese Te Reo Māori मराठी Монгол ဗမာစာ नेपाली Norsk bokmål
پښتو فارسی Polski Português ਪੰਜਾਬੀ Română Русский Samoan Gàidhlig Српски језик
Sesotho Shona سنڌي සිංහල Slovenčina Slovenščina Afsoomaali Español Basa Sunda
Kiswahili Svenska Тоҷикӣ தமிழ் తెలుగు ไทย Türkçe Українська اردو O‘zbekcha Tiếng
Việt Cymraeg isiXhosa יידיש Yorùbá Zulu
English

Warning: Undefined array key "successMessage" in
/home/seoernke/public_html/contact.php on line 436