-
Notifications
You must be signed in to change notification settings - Fork 0
/
smm.html
443 lines (378 loc) · 35.1 KB
/
smm.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<title>
Digitery-A Place of Digital Marketing
</title>
</head>
<body>
<!-- NavBar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark" style="font-size:22px; padding-left:2rem;">
<a class="navbar-brand" href="./index.html">
<div style="height: 150px; background-color: rgba(255,0,0,0.1);">
<div class="h-100 d-inline-block" style="width: 100px; background-color: rgba(0,0,255,.1)">
<img src="digitery.jpg" style="width:120px; height:150px; border-radius: 12px;"/>
</div>
</div></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02" style="padding-left:2rem;">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item active" style="padding-left:2rem;">
<a class="nav-link" href="./index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item" style="padding-left:2rem;">
<a class="nav-link" href="./about.html">About</a>
</li>
<li class="nav-item dropdown" style="padding-left:2rem;">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Services
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="./smm.html">Social Media Marketing</a>
<a class="dropdown-item" href="./seo.html">Search Engine Optimization</a>
<a class="dropdown-item" href="./cw.html">Content Writing</a>
</div>
</li>
<li class="nav-item" style="padding-left:2rem;">
<a class="nav-link" href="./blog.html">Blog</a>
</li>
<li class="nav-item" style="padding-left:2rem;">
<a class="nav-link" href="./contact.html">Contact</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
<!-- Body Content -->
<div class="w-100 p-3" style="background-color:rgb(212, 211, 211);"><h1 style="text-align:center;font-size:62px;"><b>Social Media Marketing</b></h1></div>
<div class="w-100 p-3" style="background-color:rgb(212, 211, 211);"><h2 style="text-align:center;font-size:32px;">Tweet, Like, Connect... don't worry, we know what it all means.
</h2></div>
<div class="w-100 p-3" style="background-color:rgb(212, 211, 211);"><a class="nav-link" href="./contact.html"><h2 style="text-align: center;color: black;font-size:40px;">Get My Free Proposal</h2></a></div>
<div class="w-100 p-3" style="background-color:yellow;"><h3 style="text-align: center;color:black;font-size:40px;">We're a social media marketing agency</h3></div>
<div clas="w-100 p-3" style="background-color: rgb(255, 255, 255);"><h4 style="text-align: center; font-size:22px">Social media sites and blogs reach 8 out of 10 of all U.S. Internet users.<br>71% of Internet users are more likely to purchase from a brand that they<br>are following on a social networking site such as Twitter or Facebook.</h4>
<p>
<h3 style="padding-left: 5rem;background-color:yellow;font-size:40px;">Does your business have the votes of <br>confidence it needs from social media<br>networks?
</h3>
</p>
<p>
<div class="w-100 p-3" style="background-color:rgb(212, 211, 211);"><h1 style="padding-left: 5rem;font-size:22px;">
Social media marketing (SMM) is continually progressing and adapting, becoming a powerful online marketing resource for companies and brands. Social media platforms like Facebook, Twitter, LinkedIn, and Instagram can dynamically increase exposure and interest in your company.</p>
<p>
Search engines like Google and Bing are beginning to integrate updates, Tweets, profiles, and comments into their results pages, recognizing the importance of social interaction. As the internet community grows and changes, social media campaigns and tactics have to stay one step ahead.</p>
<p>
Digitery is a social media marketing company with extensive experience in social media services and our specialists know how to creatively design and implement effective social media marketing campaigns for businesses.
</p>
</h1>
</div>
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active" style="background-color: rgb(255, 255, 255); padding-left: 25rem;">
<img src="d11.jpg" style="align-items: center;width: 20rem; height:20rem;">
</div>
<div class="carousel-item" style=" padding-left: 25rem; background-color:rgb(255, 255, 255);">
<img class="card-img-top" src="d9.jpg" style="align-items: center;width: 40rem; height:20rem;">
</div>
<div class="carousel-item" style="padding-left: 25rem; background-color: rgb(255, 255, 255);">
<img class="card-img-top" src="d10.jpeg" style="align-items: center;width: 40rem; height:20rem;">
</div>
<div class="carousel-item" style="padding-left: 25rem; background-color: rgb(255, 255, 255);">
<img class="card-img-top" src="d12.jpg" style="align-items: center;width: 40rem; height:20rem;">
</div>
<div class="carousel-item" style="padding-left: 25rem; background-color: rgb(255, 255, 255);">
<img class="card-img-top" src="d13.png" style="align-items: center;width: 40rem; height:20rem;">
</div>
<div class="carousel-item" style="padding-left: 25rem; background-color: rgb(255, 255, 255);">
<img class="card-img-top" src="d14.jpg" style="align-items: center;width: 40rem; height:20rem;">
</div>
<div class="carousel-item" style="padding-left: 25rem; background-color: rgb(255, 255, 255);">
<img class="card-img-top" src="d15.png" style="align-items: center;width: 40rem; height:20rem;">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!--
<div class="w-100 p-3" style="background-color:rgb(212, 211, 211);"><h1 style="padding-left: 25rem;font-size:32px;"><b>Get your free instant SEO Audit Report now</b></h1></div>
<div class="row" style="padding: 3rem;">
<div class="col-md-6" style="padding:3rem;background-color:#343A40; color:antiquewhite;">
<form method="POST" action="./emessage.php">
<div class="form-group row">
<label for="web" class="col-sm-2 col-form-label">Website</label>
<div class="col-sm-10">
<input type="text" class="form-control" name="web" id="web" placeholder="Website">
</div>
</div>
<div class="form-group row">
<label for="First Name" class="col-sm-2 col-form-label">First Name</label>
<div class="col-sm-10">
<input type="text" class="form-control" name="fname" id="fname" placeholder="First Name">
</div>
</div>
<div class="form-group row">
<label for="Last Name" class="col-sm-2 col-form-label">Last Name</label>
<div class="col-sm-10">
<input type="text" class="form-control" name="lname" id="lname" placeholder="Last Name">
</div>
</div>
<div class="form-group row">
<label for="emailid" class="col-sm-2 col-form-label">Email</label>
<div class="col-sm-10">
<input type="email" class="form-control" name="emailid" id="emailid" placeholder="Email">
</div>
</div>
<div class="form-group row">
<div class="col-sm-10">
<button type="submit" class="btn btn-primary">Send</button>
</div>
</div>
</form>
</div>
<div class="col-md-6">
<img class="card-img-top" src="ak.jpg" style=" padding: 1rem; width: 40rem;border-radius: 200px; " alt="Card image cap">
</div>
</div>-->
<div class="w-100 p-3" style="background-color:rgb(212, 211, 211);"><h1 style="padding-left: 4rem;font-size:50px;">What sets Digitery SMM Services apart from the rest?</h1></div>
<div class="row">
<div class="col-12 col-md-12" style="padding:5rem; font-size:18px;">
As an award-winning social media management company, we maintain full transparency so you can see first-hand how our efforts are increasing your online revenue. Our custom, in-depth reporting measures include:
<ul>
<li>Social media campaign reports that give a full overview of your social media performance</li>
<li>Monthly breakdown of the social media tasks we’ve performed and the hours we’ve spent to help you monitor your ROI.</li>
<li>Dedicated account manager is available by email or phone to respond to any questions or discussions you would like to have.</li>
<li>Social media consulting is also available to work alongside your team and help them optimize your social campaigns.</li>
</ul>
<p>Our commitment to effective social media management and marketing strategies will create a valuable network resource for your online marketing needs. Get a free social media quote today!
</p>
</div>
</div>
<!--
<div class="row">
<div class="col-sm-3">
<div class="card">
<div class="card-body">
<h5 class="card-title" style=" color:rgb(212, 211, 211); background-color:#343A40; font-size:23px;"><b>We Have Proven Results</b></h5>
<p class="card-text">Why would you work with an SEO services firm that doesn’t provide you with the results you are looking for? Stop throwing away your hard-earned money on a strategy that isn’t converting.</p>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="card">
<div class="card-body">
<h5 class="card-title" style=" color:rgb(212, 211, 211); background-color:#343A40; font-size:23px;"><b>We Are Honest & Ethical</b></h5>
<p class="card-text">At Digitery, we believe in honesty, integrity, and respecting our clients. We don’t believe in “selling” a service that you don’t need or applying a one-size-fits-all approach to each client.</p>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="card">
<div class="card-body">
<h5 class="card-title" style=" color:rgb(212, 211, 211); background-color:#343A40; font-size:23px;"><b>We Know Digital Marketing</b></h5>
<p class="card-text">Working with an digital marketing company that actually knows digital marketing seems obvious, but unfortunately, many firms fail to deliver positive results. Our strategies are proven to work.</p>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="card">
<div class="card-body">
<h5 class="card-title" style=" color:rgb(212, 211, 211); background-color:#343A40; font-size:23px;"><b>We Put Customers First</b></h5>
<p class="card-text">Maintaining a customer-centric focus is a priority for many marketing agencies, however, few actually follow through. As a SEO Agency, Thrive is different.</p>
</div>
</div>
</div>
</div>
<div class="w-100 p-3" style="background-color:rgb(212, 211, 211);"><h1 style="padding-left: 24rem;font-size:52px;">Learn The Basics of SEO</h1></div>
<div class="row">
<div class="col-12 col-md-12" style="padding:2rem; font-size:18px;">
<h3 style="font-size: 22px;">What is SEO?</h3>
SEO stands for “search engine optimization.” SEO is the process of getting traffic from the organic or free search results on search engines like Google and Bing. When you hire an SEO company, you’re partnering with an experienced team as an extension of your own business to implement techniques on and off your website to help you rank higher in search results.</div>
<div class="col-12 col-md-12" style="padding:2rem; font-size:18px;">
The SEO team at Thrive always starts with a list of target keywords, then we do our research and determine which ones make the most sense based on competition and search volume. Next, we’ll tap into link building opportunities, write SEO-friendly content and work hard to bring more traffic and more qualified leads to your door—or website.</div>
<div class="col-12 col-md-12" style="padding:2rem; font-size:18px;">
<h3 style="font-size: 22px;">Our SEO Services</h3>
<div class="row">
<div class="col-6 col-md-6" style="padding-left:5rem">
<h4>Keyword Research & Strategy</h4>
<p>Your dedicated SEO specialist will review the keywords your website is currently ranking for, take your keyword wishlist and conduct additional keyword research to build a list that makes the most sense for your website and the competitive landscape.</p>
</div>
<div class="col-6 col-md-6" style="padding-left:5rem">
<h4>Keyword Research & Strategy</h4>
<p>Your dedicated SEO specialist will review the keywords your website is currently ranking for, take your keyword wishlist and conduct additional keyword research to build a list that makes the most sense for your website and the competitive landscape.</p>
</div>
</div>
<div class="row">
<div class="col-6 col-md-6" style="padding-left:5rem">
<h4>Keyword Research & Strategy</h4>
<p>Your dedicated SEO specialist will review the keywords your website is currently ranking for, take your keyword wishlist and conduct additional keyword research to build a list that makes the most sense for your website and the competitive landscape.</p>
</div>
<div class="col-6 col-md-6" style="padding-left:5rem">
<h4>Keyword Research & Strategy</h4>
<p>Your dedicated SEO specialist will review the keywords your website is currently ranking for, take your keyword wishlist and conduct additional keyword research to build a list that makes the most sense for your website and the competitive landscape.</p>
</div>
</div>
<div class="row">
<div class="col-6 col-md-6" style="padding-left:5rem">
<h4>Keyword Research & Strategy</h4>
<p>Your dedicated SEO specialist will review the keywords your website is currently ranking for, take your keyword wishlist and conduct additional keyword research to build a list that makes the most sense for your website and the competitive landscape.</p>
</div>
<div class="col-6 col-md-6" style="padding-left:5rem">
<h4>Keyword Research & Strategy</h4>
<p>Your dedicated SEO specialist will review the keywords your website is currently ranking for, take your keyword wishlist and conduct additional keyword research to build a list that makes the most sense for your website and the competitive landscape.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-md-12" style="padding:2rem; font-size:18px;">
<h3 style="font-size: 22px;">What can you expect from Digitery.</h3>
As a full-service digital marketing company, Thrive offers a comprehensive array of professional SEO services to get your business more visibility in search using only trustworthy, future-proof, white-hat SEO techniques, such as:
<ul>
<li>Custom SEO Strategy - we will customize our services to fit your needs. We'll use the tactics that will make the most impact for your unique business.</li>
<li>Thorough keyword and market research.</li>
<li>In-depth evaluation of the competition.</li>
<li>Organic SEO tactics for long-term results coupled with paid ads for quick boosts (if PPC is something you're interested in pursuing).</li>
<li>Comprehensive onsite SEO – title tags, meta descriptions, alt tags, original quality web content creation, internal linking, etc.</li>
<li>Quality copywriting to keep your site content fresh and encourage return traffic.</li>
<li>Careful link building – by hand, on diverse domains with high domain authority.</li>
<li>Syndication of articles on social media, curated sites, and news outlets.</li>
</ul>
</div>
<div class="col-12 col-md-12" style="padding:2rem;font-size:18px;">
<h3 style="font-size:22px;">Agile SEO methodology</h3>
By using a proven, efficient and effective methodology, we are able to create high quality, measurable results. Agile SEO is built around the following steps:
<ol>
<li>Discover</li>
<li>Analyze</li>
<li>Strategies</li>
<li>Execute</li>
<li>Measure</li>
<li>Report</li>
<li>Adjust</li>
</ol>
</div>
<div class="col-12 col-md-12" style="padding:2rem; font-size:18px;">
<h3 style="font-size: 22px;">Digitery’s SEO code of ethics</h3>
At Digitery's, we commit ourselves to honesty and personal accountability in our work. Not all firms adhere to these types of principals, and their clients often pay the price. As a provider of internet marketing and Search Engine Optimization (SEO) services to our clients, we constantly strive to achieve higher rankings, improved traffic and conversions, and positive ROI for our clients’ websites while adhering to our Code of Ethics.</div>
</div>
-->
<div class="w-100 p-3" style="background-color:rgb(212, 211, 211);"><h1 style="text-align: center;font-size:52px;">An SMM company that delivers results</h1></div>
<div class="w-100 p-3" style="background-color:rgb(212, 211, 211);"><h1 style="text-align:center ;font-size:20px;">DIGITERY is an award-winning internet marketing agency that provides effective search engine optimization services to clients throughout INDIA</h1></div>
<center><video width="1280";height="720"; controls>
<source src="SMM.mp4" poster="Capture.png" type="video/mp4">
<source src="SMM.ogg" poster="Capture.png" type="video/ogg">
</video></center>
<div class="row" style="padding: 5rem;">
<div class="col-md-8" >
<h1>Contact Us</h1>
<form method="POST" action="./contact.php">
<div class="form-row">
<div class="form-group col-md-6">
<label for="firstname">First Name</label>
<input type="text" class="form-control" id="firstname" placeholder="First Name">
</div>
<div class="form-group col-md-6">
<label for="lastname">Last Name</label>
<input type="text" class="form-control" id="lastname" placeholder="Last Name">
</div>
</div>
<div class="form-row">
<div class="form-group col-md-6">
<label for="emailid">Email</label>
<input type="email" class="form-control" id="emailid" placeholder="something@example.com">
</div>
<div class="form-group col-md-6">
<label for="phone">Phone</label>
<input type="number" class="form-control" id="phone" placeholder="+91-12345567890">
</div>
</div>
<div class="form-group">
<label for="company">Company/Organisation</label>
<input type="text" class="form-control" id="company">
</div>
<div class="form-group">
<label for="web">Website</label>
<input type="text" class="form-control" id="web" placeholder="https://">
</div>
<div class="form-group">
<div class="form-check">
<label class="form-check-label" for="gridCheck">
What services can we provide you?
</label>
<br/><input class="form-check-input" type="checkbox" id="seo" value="SEO">Optimization(SEO)
<br/>
<input class="form-check-input" type="checkbox" id="webd" value="WebD">Social Media Marketing(SMM)
<br/>
<input class="form-check-input" type="checkbox" id="cw" value="ContentW">Content Writing
</div>
<label>Message</label>
<input type="text" class="form-control" id="msg">
</div>
<button type="submit" class="btn btn-dark" value="Submit">Submit</button>
</form>
</div>
</div>
<!-- Footer -->
<div class="row justify-content-around" style="padding:5rem;">
<div class="col-4">
<img src="digitery.jpg" style="width:120px; height:160px; border-radius: 12px;"/>
<p>Digitery Internet Marketing Agency is a full-service digital marketing agency. Attract, Impress, and Convert more leads online and get results with Digitery.</p>
</div>
<div class="col-4" style="padding-left:5.5rem;">
<img src="digitery.jpg" style="width:300px; height:380px; border-radius: 12px;"/>
</div>
<div class="col-4">
<div style="padding-left: 5rem;">
<a href="https://www.facebook.com/cafe_Dekho-538749219908056/"><img src="facebook.png" style=" border-radius: 12px;display: inline; width:50px"> </a>
<a href="https://www.instagram.com/cafe_dekho/"><img src="insta1.png" style="border-radius:12px;display: inline; width:50px"> </a>
</div>
<div style="padding-left:5rem;">
<h3>CALL +91-1234567890</h3>
<h5>Contact Us> Give Us Your Response</h5>
</div>
</div>
</div>
<footer style="width:100%;background-color:#343A40; color:antiquewhite;">
<div class="w-100 p-3" style="background-color:#343A40;"><h1 style="text-align: center;font-size:52px;">Growing Businesses Since 2019</b></h1></div>
<div class="w-100 p-3" style="background-color:#343A40;"><h2 style="text-align:center;font-size:32px;">Made with <img style="width:32px;height:30px" alt="Favorite Heart Button" src="https://thriveagency.com/wp-content/themes/thrive-agency/images/favorite-heart-buttonfinal.svg" data-lazy-src="https://thriveagency.com/wp-content/themes/thrive-agency/images/favorite-heart-buttonfinal.svg" class="lazyloaded" data-was-processed="true"> in 12 cities around the India</h2></div>
<div class="container" style="background-color:#343A40 ;">
<div class="row">
<div class="col-md-4">
<h3>Jodhpur</h3>
<h3>Jaipur</h3>
<h3>Ajmer</h3>
<h3>Udaipur</h3>
</div>
<div class="col-md-4">
<h3>Delhi</h3>
<h3>Gurgaon</h3>
<h3>Noida</h3>
<h3>Faridabad</h3>
</div>
<div class="col-md-4">
<h3>Chennai</h3>
<h3>Bangalore</h3>
<h3>Mumbai</h3>
<h3>Lucknow</h3>
</div>
</div>
</div>
<div class="w-100 p-3" style=" color:rgb(0, 0, 0);background-color:rgb(253, 207, 4);"><h3 style="text-align: center;font-size:18px;">©2019 DIGITERY-Internet Marketing Agency</h3></div>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>