It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://liftmyseo.com

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.    <meta charset="UTF-8">
  5.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.    <title>LiftMySEO - Rise Above the Crowd | Premium SEO Services</title>
  7.    <meta name="description" content="Professional SEO services that deliver real results. Boost your website's Domain Rating (DR) and Domain Authority (DA) with our premium backlink packages. 5000+ websites boosted with 98% success rate.">
  8.    <meta name="keywords" content="SEO services, backlinks, domain rating, domain authority, PBN links, website ranking, link building, SEO boost">
  9.    <link rel="icon" type="image/svg+xml" href="/favicon.svg">
  10.    <style>
  11. /* Reset and Base Styles */
  12. * {
  13.  margin: 0;
  14.  padding: 0;
  15.  box-sizing: border-box;
  16. }
  17.  
  18. body {
  19.  font-family: Arial, sans-serif;
  20.  line-height: 1.6;
  21.  color: #333;
  22.  background: linear-gradient(135deg, #8B4A8B 0%, #6B4A8B 50%, #4A4A8B 100%);
  23.  min-height: 100vh;
  24. }
  25.  
  26. .container {
  27.  max-width: 1200px;
  28.  margin: 0 auto;
  29.  padding: 0 20px;
  30. }
  31.  
  32. /* Typography */
  33. h1, h2, h3, h4 {
  34.  font-family: 'Trebuchet MS', sans-serif;
  35.  font-weight: bold;
  36.  font-style: italic;
  37. }
  38.  
  39. h1 {
  40.  font-size: 2.5rem;
  41.  color: #2c3e50;
  42.  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  43. }
  44.  
  45. h2 {
  46.  font-size: 2rem;
  47.  margin-bottom: 1rem;
  48.  color: #2c3e50;
  49. }
  50.  
  51. h3 {
  52.  font-size: 1.5rem;
  53.  margin-bottom: 1.5rem;
  54.  color: #c0392b;
  55.  text-align: center;
  56. }
  57.  
  58. h4 {
  59.  font-size: 1.3rem;
  60.  color: #c0392b;
  61.  margin-bottom: 0.5rem;
  62. }
  63.  
  64. /* Header */
  65. .header {
  66.  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  67.  padding: 2rem 0;
  68.  text-align: center;
  69.  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  70.  border-bottom: 4px solid #c0392b;
  71. }
  72.  
  73. .logo h1 {
  74.  color: #D4AF37;
  75.  margin-bottom: 0.5rem;
  76. }
  77.  
  78. .tagline {
  79.  color: #ecf0f1;
  80.  font-size: 1.2rem;
  81.  font-style: italic;
  82. }
  83.  
  84. /* Hero Section */
  85. .hero {
  86.  padding: 4rem 0;
  87.  text-align: center;
  88.  background: rgba(255,255,255,0.15);
  89.  backdrop-filter: blur(10px);
  90.  margin: 2rem 0;
  91.  border-radius: 15px;
  92.  box-shadow: inset 0 2px 4px rgba(255,255,255,0.3), 0 4px 8px rgba(0,0,0,0.2);
  93.  border: 2px solid rgba(212, 175, 55, 0.3);
  94. }
  95.  
  96. .hero h2 {
  97.  color: #2c3e50;
  98.  margin-bottom: 1.5rem;
  99.  font-size: 2.8rem;
  100. }
  101.  
  102. .hero p {
  103.  font-size: 1.3rem;
  104.  color: #34495e;
  105.  margin-bottom: 1rem;
  106.  max-width: 800px;
  107.  margin-left: auto;
  108.  margin-right: auto;
  109. }
  110.  
  111. .hero-stats {
  112.  display: flex;
  113.  justify-content: center;
  114.  gap: 3rem;
  115.  margin-top: 2rem;
  116.  flex-wrap: wrap;
  117. }
  118.  
  119. .stat-item {
  120.  text-align: center;
  121. }
  122.  
  123. .stat-number {
  124.  font-size: 2.5rem;
  125.  font-weight: bold;
  126.  color: #D4AF37;
  127.  display: block;
  128. }
  129.  
  130. .stat-label {
  131.  font-size: 1rem;
  132.  color: #555;
  133.  text-transform: uppercase;
  134.  letter-spacing: 1px;
  135. }
  136.  
  137. /* Why Choose Us Section */
  138. .why-choose-us {
  139.  background: rgba(255,255,255,0.9);
  140.  padding: 3rem 0;
  141.  margin: 2rem 0;
  142.  border-radius: 15px;
  143.  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  144.  border: 2px solid #8B4A8B;
  145. }
  146.  
  147. .features-grid {
  148.  display: grid;
  149.  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  150.  gap: 2rem;
  151.  margin-top: 2rem;
  152. }
  153.  
  154. .feature-card {
  155.  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  156.  padding: 2rem;
  157.  border-radius: 12px;
  158.  text-align: center;
  159.  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  160.  border: 2px solid #D4AF37;
  161.  transition: all 0.3s ease;
  162. }
  163.  
  164. .feature-card:hover {
  165.  transform: translateY(-5px);
  166.  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  167. }
  168.  
  169. .feature-icon {
  170.  font-size: 3rem;
  171.  margin-bottom: 1rem;
  172.  display: block;
  173. }
  174.  
  175. .feature-card h4 {
  176.  color: #8B4A8B;
  177.  margin-bottom: 1rem;
  178.  font-size: 1.4rem;
  179. }
  180.  
  181. .feature-card p {
  182.  color: #555;
  183.  line-height: 1.6;
  184. }
  185.  
  186. /* Reviews Section */
  187. .reviews {
  188.  background: rgba(255,255,255,0.9);
  189.  padding: 3rem 0;
  190.  margin: 2rem 0;
  191.  border-radius: 15px;
  192.  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  193.  border: 2px solid #8B4A8B;
  194. }
  195.  
  196. .reviews-grid {
  197.  display: grid;
  198.  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  199.  gap: 2rem;
  200.  margin-top: 2rem;
  201. }
  202.  
  203. .review-card {
  204.  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  205.  padding: 2rem;
  206.  border-radius: 12px;
  207.  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  208.  border-left: 4px solid #D4AF37;
  209.  position: relative;
  210. }
  211.  
  212. .review-stars {
  213.  color: #D4AF37;
  214.  font-size: 1.2rem;
  215.  margin-bottom: 1rem;
  216. }
  217.  
  218. .review-text {
  219.  font-style: italic;
  220.  color: #555;
  221.  margin-bottom: 1.5rem;
  222.  line-height: 1.6;
  223. }
  224.  
  225. .review-author {
  226.  font-weight: bold;
  227.  color: #8B4A8B;
  228. }
  229.  
  230. .review-company {
  231.  color: #777;
  232.  font-size: 0.9rem;
  233. }
  234.  
  235. .quote-icon {
  236.  position: absolute;
  237.  top: 1rem;
  238.  right: 1rem;
  239.  font-size: 2rem;
  240.  color: #D4AF37;
  241.  opacity: 0.3;
  242. }
  243.  
  244. /* Package Sections */
  245. .packages {
  246.  padding: 2rem 0;
  247. }
  248.  
  249. .package-category {
  250.  margin-bottom: 3rem;
  251.  background: rgba(255,255,255,0.9);
  252.  padding: 2rem;
  253.  border-radius: 15px;
  254.  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  255.  border: 2px solid #c0392b;
  256. }
  257.  
  258. .package-grid {
  259.  display: grid;
  260.  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  261.  gap: 2rem;
  262.  margin-top: 2rem;
  263. }
  264.  
  265. .package-card {
  266.  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  267.  border: 3px solid #c0392b;
  268.  border-radius: 12px;
  269.  padding: 2rem;
  270.  text-align: center;
  271.  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
  272.  transition: all 0.3s ease;
  273.  position: relative;
  274.  overflow: hidden;
  275. }
  276.  
  277. .package-card::before {
  278.  content: '';
  279.  position: absolute;
  280.  top: 0;
  281.  left: 0;
  282.  right: 0;
  283.  height: 4px;
  284.  background: linear-gradient(90deg, #c0392b, #e74c3c, #c0392b);
  285. }
  286.  
  287. .package-card:hover {
  288.  transform: translateY(-5px);
  289.  box-shadow: 0 12px 24px rgba(0,0,0,0.25);
  290.  border-color: #e74c3c;
  291. }
  292.  
  293. .package-card.featured {
  294.  border-color: #f39c12;
  295.  background: linear-gradient(135deg, #fff9e6 0%, #fff 100%);
  296. }
  297.  
  298. .package-card.featured {
  299.  border-color: #D4AF37;
  300.  background: linear-gradient(135deg, #fff9e6 0%, #fff 100%);
  301. }
  302.  
  303. .package-card.featured::before {
  304.  background: linear-gradient(90deg, #D4AF37, #F4D03F, #D4AF37);
  305. }
  306.  
  307. .price {
  308.  font-size: 2.5rem;
  309.  font-weight: bold;
  310.  color: #c0392b;
  311.  margin: 1rem 0;
  312.  text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  313. }
  314.  
  315. .features {
  316.  margin: 1.5rem 0;
  317. }
  318.  
  319. .features p {
  320.  margin: 0.5rem 0;
  321.  color: #555;
  322.  font-size: 0.95rem;
  323. }
  324.  
  325. /* Buttons */
  326. .buy-btn {
  327.  background: linear-gradient(135deg, #8B4A8B 0%, #6B4A8B 50%, #8B4A8B 100%);
  328.  color: white;
  329.  border: none;
  330.  padding: 12px 30px;
  331.  font-size: 1.1rem;
  332.  font-weight: bold;
  333.  border-radius: 25px;
  334.  cursor: pointer;
  335.  transition: all 0.3s ease;
  336.  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  337.  text-transform: uppercase;
  338.  letter-spacing: 1px;
  339. }
  340.  
  341. .buy-btn:hover {
  342.  background: linear-gradient(135deg, #7A3F7A 0%, #5A3F7A 50%, #7A3F7A 100%);
  343.  transform: translateY(-2px);
  344.  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
  345. }
  346.  
  347. .buy-btn:active {
  348.  transform: translateY(0);
  349.  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  350. }
  351.  
  352. .buy-btn:disabled {
  353.  opacity: 0.7;
  354.  cursor: not-allowed;
  355.  transform: none;
  356. }
  357.  
  358. /* Contact Section */
  359. .contact {
  360.  background: rgba(255,255,255,0.9);
  361.  padding: 3rem 0;
  362.  margin: 2rem 0;
  363.  border-radius: 15px;
  364.  text-align: center;
  365.  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  366.  border: 2px solid #8B4A8B;
  367. }
  368.  
  369. .contact-methods {
  370.  display: flex;
  371.  justify-content: center;
  372.  gap: 3rem;
  373.  margin-top: 2rem;
  374.  flex-wrap: wrap;
  375. }
  376.  
  377. .contact-method {
  378.  display: flex;
  379.  flex-direction: column;
  380.  align-items: center;
  381.  padding: 2rem;
  382.  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  383.  border-radius: 12px;
  384.  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  385.  border: 2px solid #D4AF37;
  386.  transition: all 0.3s ease;
  387.  min-width: 200px;
  388. }
  389.  
  390. .contact-method:hover {
  391.  transform: translateY(-5px);
  392.  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  393. }
  394.  
  395. .contact-icon {
  396.  font-size: 3rem;
  397.  margin-bottom: 1rem;
  398.  color: #8B4A8B;
  399. }
  400.  
  401. .contact-method h4 {
  402.  color: #8B4A8B;
  403.  margin-bottom: 0.5rem;
  404.  font-size: 1.3rem;
  405. }
  406.  
  407. .contact-method p {
  408.  color: #555;
  409.  font-size: 1.1rem;
  410.  margin-bottom: 1rem;
  411. }
  412.  
  413. .contact-link {
  414.  background: linear-gradient(135deg, #8B4A8B 0%, #6B4A8B 100%);
  415.  color: white;
  416.  padding: 10px 20px;
  417.  border-radius: 20px;
  418.  text-decoration: none;
  419.  font-weight: bold;
  420.  transition: all 0.3s ease;
  421.  text-transform: uppercase;
  422.  letter-spacing: 1px;
  423.  font-size: 0.9rem;
  424. }
  425.  
  426. .contact-link:hover {
  427.  background: linear-gradient(135deg, #7A3F7A 0%, #5A3F7A 100%);
  428.  transform: translateY(-2px);
  429.  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  430. }
  431.  
  432. /* Footer */
  433. .footer {
  434.  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  435.  color: #ecf0f1;
  436.  padding: 3rem 0 2rem 0;
  437.  margin-top: 2rem;
  438. }
  439.  
  440. .footer-content {
  441.  display: grid;
  442.  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  443.  gap: 2rem;
  444.  margin-bottom: 2rem;
  445. }
  446.  
  447. .footer-section h4 {
  448.  color: #D4AF37;
  449.  margin-bottom: 1rem;
  450.  font-size: 1.3rem;
  451. }
  452.  
  453. .footer-section p,
  454. .footer-section a {
  455.  color: #bdc3c7;
  456.  text-decoration: none;
  457.  line-height: 1.8;
  458. }
  459.  
  460. .footer-section a:hover {
  461.  color: #D4AF37;
  462. }
  463.  
  464. .footer-bottom {
  465.  text-align: center;
  466.  padding-top: 2rem;
  467.  border-top: 1px solid #34495e;
  468.  color: #95a5a6;
  469. }
  470.  
  471. .social-links {
  472.  display: flex;
  473.  justify-content: center;
  474.  gap: 1rem;
  475.  margin-top: 1rem;
  476. }
  477.  
  478. .social-link {
  479.  display: inline-block;
  480.  width: 40px;
  481.  height: 40px;
  482.  background: #8B4A8B;
  483.  color: white;
  484.  text-align: center;
  485.  line-height: 40px;
  486.  border-radius: 50%;
  487.  transition: all 0.3s ease;
  488.  text-decoration: none;
  489. }
  490.  
  491. .social-link:hover {
  492.  background: #D4AF37;
  493.  transform: translateY(-2px);
  494. }
  495.  
  496. /* Modal */
  497. .modal {
  498.  display: none;
  499.  position: fixed;
  500.  z-index: 1000;
  501.  left: 0;
  502.  top: 0;
  503.  width: 100%;
  504.  height: 100%;
  505.  background-color: rgba(0,0,0,0.7);
  506.  backdrop-filter: blur(5px);
  507. }
  508.  
  509. .modal-content {
  510.  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  511.  margin: 10% auto;
  512.  padding: 0;
  513.  border: 3px solid #c0392b;
  514.  border-radius: 15px;
  515.  width: 90%;
  516.  max-width: 500px;
  517.  box-shadow: 0 12px 24px rgba(0,0,0,0.3);
  518.  animation: modalSlideIn 0.3s ease;
  519. }
  520.  
  521. @keyframes modalSlideIn {
  522.  from {
  523.    transform: translateY(-50px);
  524.    opacity: 0;
  525.  }
  526.  to {
  527.    transform: translateY(0);
  528.    opacity: 1;
  529.  }
  530. }
  531.  
  532. .modal-body {
  533.  padding: 2rem;
  534.  text-align: center;
  535. }
  536.  
  537. .modal-body h3 {
  538.  color: #c0392b;
  539.  margin-bottom: 1rem;
  540.  font-size: 1.8rem;
  541. }
  542.  
  543. .modal-body p {
  544.  margin-bottom: 2rem;
  545.  font-size: 1.1rem;
  546.  color: #555;
  547.  line-height: 1.6;
  548. }
  549.  
  550. .close {
  551.  color: #c0392b;
  552.  float: right;
  553.  font-size: 28px;
  554.  font-weight: bold;
  555.  padding: 1rem;
  556.  cursor: pointer;
  557.  transition: color 0.3s ease;
  558. }
  559.  
  560. .close:hover {
  561.  color: #e74c3c;
  562. }
  563.  
  564. .modal-buttons {
  565.  display: flex;
  566.  gap: 1rem;
  567.  justify-content: center;
  568.  flex-wrap: wrap;
  569. }
  570.  
  571. .contact-btn {
  572.  display: inline-block;
  573.  padding: 12px 25px;
  574.  border-radius: 25px;
  575.  text-decoration: none;
  576.  font-weight: bold;
  577.  font-size: 1rem;
  578.  transition: all 0.3s ease;
  579.  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  580.  text-transform: uppercase;
  581.  letter-spacing: 1px;
  582. }
  583.  
  584. .contact-btn.whatsapp {
  585.  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  586.  color: white;
  587. }
  588.  
  589. .contact-btn.telegram {
  590.  background: linear-gradient(135deg, #0088cc 0%, #005580 100%);
  591.  color: white;
  592. }
  593.  
  594. .contact-btn:hover {
  595.  transform: translateY(-2px);
  596.  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
  597. }
  598.  
  599. /* Responsive Design */
  600. @media (max-width: 768px) {
  601.  .container {
  602.    padding: 0 15px;
  603.  }
  604.  
  605.  h1 {
  606.    font-size: 2rem;
  607.  }
  608.  
  609.  h2 {
  610.    font-size: 1.5rem;
  611.  }
  612.  
  613.  .package-grid {
  614.    grid-template-columns: 1fr;
  615.    gap: 1.5rem;
  616.  }
  617.  
  618.  .package-card {
  619.    padding: 1.5rem;
  620.  }
  621.  
  622.  .price {
  623.    font-size: 2rem;
  624.  }
  625.  
  626.  .hero {
  627.    padding: 2rem 0;
  628.    margin: 1rem 0;
  629.  }
  630.  
  631.  .modal-content {
  632.    margin: 20% auto;
  633.    width: 95%;
  634.  }
  635.  
  636.  .modal-buttons {
  637.    flex-direction: column;
  638.    align-items: center;
  639.  }
  640.  
  641.  .contact-btn {
  642.    width: 200px;
  643.  }
  644. }
  645.  
  646. @media (max-width: 480px) {
  647.  .header {
  648.    padding: 1.5rem 0;
  649.  }
  650.  
  651.  h1 {
  652.    font-size: 1.8rem;
  653.  }
  654.  
  655.  .tagline {
  656.    font-size: 1rem;
  657.  }
  658.  
  659.  .hero h2 {
  660.    font-size: 2rem;
  661.  }
  662.  
  663.  .hero-stats {
  664.    gap: 1.5rem;
  665.  }
  666.  
  667.  .stat-number {
  668.    font-size: 1.8rem;
  669.  }
  670.  
  671.  .package-category {
  672.    padding: 1.5rem;
  673.    margin-bottom: 2rem;
  674.  }
  675.  
  676.  .package-card {
  677.    padding: 1.2rem}
  678.  
  679.  .buy-btn {
  680.    padding: 10px 25px;
  681.    font-size: 1rem;
  682.  }
  683.  
  684.  .feature-card {
  685.    padding: 1.5rem;
  686.  }
  687.  
  688.  .feature-icon {
  689.    font-size: 2.5rem;
  690.  }
  691.  
  692.  .review-card {
  693.    padding: 1.5rem;
  694.  }
  695.  
  696.  .contact-method {
  697.    padding: 1.5rem;
  698.    min-width: auto;
  699.    width: 100%;
  700.  }
  701.  
  702.  .contact-icon {
  703.    font-size: 2.5rem;
  704.  }
  705.  
  706.  .modal-body {
  707.    padding: 1.5rem;
  708.  }
  709. }
  710.    </style>
  711.    
  712.    <!-- Google Tag Manager -->
  713.    <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  714.    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  715.    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  716.    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  717.    })(window,document,'script','dataLayer','GTM-XXXXXXX');</script>
  718.    <!-- End Google Tag Manager -->
  719. </head>
  720. <body>
  721.    <!-- Google Tag Manager (noscript) -->
  722.    <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-XXXXXXX"
  723.    height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  724.    <!-- End Google Tag Manager (noscript) -->
  725.  
  726.    <header class="header">
  727.        <div class="container">
  728.            <div class="logo">
  729.                <h1>LiftMySEO</h1>
  730.                <p class="tagline">Rise Above the Crowd</p>
  731.            </div>
  732.        </div>
  733.    </header>
  734.  
  735.    <main class="main">
  736.        <section class="hero">
  737.            <div class="container">
  738.                <h2>Premium SEO Services That Deliver Results</h2>
  739.                <p>Boost your website's authority with our proven backlink packages and watch your rankings soar to new heights</p>
  740.                <div class="hero-stats">
  741.                    <div class="stat-item">
  742.                        <span class="stat-number">5000+</span>
  743.                        <span class="stat-label">Websites Boosted</span>
  744.                    </div>
  745.                    <div class="stat-item">
  746.                        <span class="stat-number">98%</span>
  747.                        <span class="stat-label">Success Rate</span>
  748.                    </div>
  749.                    <div class="stat-item">
  750.                        <span class="stat-number">24/7</span>
  751.                        <span class="stat-label">Support</span>
  752.                    </div>
  753.                </div>
  754.            </div>
  755.        </section>
  756.  
  757.        <section class="why-choose-us">
  758.            <div class="container">
  759.                <h3>Why Choose LiftMySEO?</h3>
  760.                <div class="features-grid">
  761.                    <div class="feature-card">
  762.                        <span class="feature-icon">🚀</span>
  763.                        <h4>Fast Results</h4>
  764.                        <p>See improvements in your domain authority and rankings within 30 days. Our proven strategies deliver quick, measurable results.</p>
  765.                    </div>
  766.                    <div class="feature-card">
  767.                        <span class="feature-icon">🔒</span>
  768.                        <h4>Safe & White-Hat</h4>
  769.                        <p>All our backlinks are from high-quality, relevant websites. We follow Google's guidelines to ensure your site stays safe.</p>
  770.                    </div>
  771.                    <div class="feature-card">
  772.                        <span class="feature-icon">📈</span>
  773.                        <h4>Proven Track Record</h4>
  774.                        <p>Over 5000 websites boosted with a 98% success rate. Our clients see average ranking improvements of 3-5 positions.</p>
  775.                    </div>
  776.                    <div class="feature-card">
  777.                        <span class="feature-icon">💎</span>
  778.                        <h4>Premium Quality</h4>
  779.                        <p>Hand-picked domains with high DA/DR scores. Every backlink is manually reviewed for quality and relevance.</p>
  780.                    </div>
  781.                    <div class="feature-card">
  782.                        <span class="feature-icon">🎯</span>
  783.                        <h4>Targeted Approach</h4>
  784.                        <p>Custom link building strategies tailored to your niche and target keywords for maximum SEO impact.</p>
  785.                    </div>
  786.                    <div class="feature-card">
  787.                        <span class="feature-icon">🛡️</span>
  788.                        <h4>Money-Back Guarantee</h4>
  789.                        <p>If you don't see improvements in your DR/DA within 60 days, we'll refund your investment completely.</p>
  790.                    </div>
  791.                </div>
  792.            </div>
  793.        </section>
  794.  
  795.        <section class="packages">
  796.            <div class="container">
  797.                <div class="package-category">
  798.                    <h3>DR Boost Packages</h3>
  799.                    <div class="package-grid">
  800.                        <div class="package-card">
  801.                            <h4>DR-40</h4>
  802.                            <div class="price">$49</div>
  803.                            <div class="features">
  804.                                <p>+15 High-Quality Backlinks</p>
  805.                                <p>Domain Rating Boost to 40+</p>
  806.                                <p>30-Day Delivery</p>
  807.                            </div>
  808.                            <button class="buy-btn" data-package="DR-40" data-price="49">Buy Now</button>
  809.                        </div>
  810.                        <div class="package-card">
  811.                            <h4>DR-50</h4>
  812.                            <div class="price">$99</div>
  813.                            <div class="features">
  814.                                <p>+35 High-Quality Backlinks</p>
  815.                                <p>Domain Rating Boost to 50+</p>
  816.                                <p>30-Day Delivery</p>
  817.                            </div>
  818.                            <button class="buy-btn" data-package="DR-50" data-price="99">Buy Now</button>
  819.                        </div>
  820.                        <div class="package-card">
  821.                            <h4>DR-60</h4>
  822.                            <div class="price">$149</div>
  823.                            <div class="features">
  824.                                <p>+55 High-Quality Backlinks</p>
  825.                                <p>Domain Rating Boost to 60+</p>
  826.                                <p>30-Day Delivery</p>
  827.                            </div>
  828.                            <button class="buy-btn" data-package="DR-60" data-price="149">Buy Now</button>
  829.                        </div>
  830.                        <div class="package-card">
  831.                            <h4>DR-70</h4>
  832.                            <div class="price">$199</div>
  833.                            <div class="features">
  834.                                <p>+120 High-Quality Backlinks</p>
  835.                                <p>Domain Rating Boost to 70+</p>
  836.                                <p>30-Day Delivery</p>
  837.                            </div>
  838.                            <button class="buy-btn" data-package="DR-70" data-price="199">Buy Now</button>
  839.                        </div>
  840.                        <div class="package-card featured">
  841.                            <h4>DR-80</h4>
  842.                            <div class="price">$799</div>
  843.                            <div class="features">
  844.                                <p>+220 High-Quality Backlinks</p>
  845.                                <p>Domain Rating Boost to 80+</p>
  846.                                <p>30-Day Delivery</p>
  847.                            </div>
  848.                            <button class="buy-btn" data-package="DR-80" data-price="799">Buy Now</button>
  849.                        </div>
  850.                    </div>
  851.                </div>
  852.  
  853.                <div class="package-category">
  854.                    <h3>DA Boost Packages</h3>
  855.                    <div class="package-grid">
  856.                        <div class="package-card">
  857.                            <h4>DA-20</h4>
  858.                            <div class="price">$49</div>
  859.                            <div class="features">
  860.                                <p>+12 High-Quality Backlinks</p>
  861.                                <p>Domain Authority Boost to 20+</p>
  862.                                <p>30-Day Delivery</p>
  863.                            </div>
  864.                            <button class="buy-btn" data-package="DA-20" data-price="49">Buy Now</button>
  865.                        </div>
  866.                        <div class="package-card">
  867.                            <h4>DA-30</h4>
  868.                            <div class="price">$99</div>
  869.                            <div class="features">
  870.                                <p>+60 High-Quality Backlinks</p>
  871.                                <p>Domain Authority Boost to 30+</p>
  872.                                <p>30-Day Delivery</p>
  873.                            </div>
  874.                            <button class="buy-btn" data-package="DA-30" data-price="99">Buy Now</button>
  875.                        </div>
  876.                        <div class="package-card">
  877.                            <h4>DA-40</h4>
  878.                            <div class="price">$199</div>
  879.                            <div class="features">
  880.                                <p>+110 High-Quality Backlinks</p>
  881.                                <p>Domain Authority Boost to 40+</p>
  882.                                <p>30-Day Delivery</p>
  883.                            </div>
  884.                            <button class="buy-btn" data-package="DA-40" data-price="199">Buy Now</button>
  885.                        </div>
  886.                    </div>
  887.                </div>
  888.  
  889.                <div class="package-category">
  890.                    <h3>PBN Link Packages</h3>
  891.                    <div class="package-grid">
  892.                        <div class="package-card">
  893.                            <h4>Starter</h4>
  894.                            <div class="price">$49</div>
  895.                            <div class="features">
  896.                                <p>25 PBN Links</p>
  897.                                <p>High DA/DR Domains</p>
  898.                                <p>14-Day Delivery</p>
  899.                            </div>
  900.                            <button class="buy-btn" data-package="PBN-25" data-price="49">Buy Now</button>
  901.                        </div>
  902.                        <div class="package-card">
  903.                            <h4>Growth</h4>
  904.                            <div class="price">$99</div>
  905.                            <div class="features">
  906.                                <p>60 PBN Links</p>
  907.                                <p>High DA/DR Domains</p>
  908.                                <p>14-Day Delivery</p>
  909.                            </div>
  910.                            <button class="buy-btn" data-package="PBN-60" data-price="99">Buy Now</button>
  911.                        </div>
  912.                        <div class="package-card">
  913.                            <h4>Professional</h4>
  914.                            <div class="price">$249</div>
  915.                            <div class="features">
  916.                                <p>220 PBN Links</p>
  917.                                <p>High DA/DR Domains</p>
  918.                                <p>14-Day Delivery</p>
  919.                            </div>
  920.                            <button class="buy-btn" data-package="PBN-220" data-price="249">Buy Now</button>
  921.                        </div>
  922.                        <div class="package-card">
  923.                            <h4>Enterprise</h4>
  924.                            <div class="price">$599</div>
  925.                            <div class="features">
  926.                                <p>550 PBN Links</p>
  927.                                <p>High DA/DR Domains</p>
  928.                                <p>14-Day Delivery</p>
  929.                            </div>
  930.                            <button class="buy-btn" data-package="PBN-550" data-price="599">Buy Now</button>
  931.                        </div>
  932.                        <div class="package-card featured">
  933.                            <h4>Ultimate</h4>
  934.                            <div class="price">$999</div>
  935.                            <div class="features">
  936.                                <p>1100 PBN Links</p>
  937.                                <p>High DA/DR Domains</p>
  938.                                <p>14-Day Delivery</p>
  939.                            </div>
  940.                            <button class="buy-btn" data-package="PBN-1100" data-price="999">Buy Now</button>
  941.                        </div>
  942.                    </div>
  943.                </div>
  944.            </div>
  945.        </section>
  946.  
  947.        <section id="packages" class="packages">
  948.  
  949.        <section class="reviews">
  950.            <div class="container">
  951.                <h3>What Our Clients Say</h3>
  952.                <div class="reviews-grid">
  953.                    <div class="review-card">
  954.                        <div class="quote-icon">"</div>
  955.                        <div class="review-stars">★★★★★</div>
  956.                        <p class="review-text">"LiftMySEO increased our DR from 15 to 45 in just 6 weeks! Our organic traffic has doubled and we're ranking on page 1 for our main keywords. Absolutely incredible results!"</p>
  957.                        <div class="review-author">Sarah Johnson</div>
  958.                        <div class="review-company">E-commerce Store Owner</div>
  959.                    </div>
  960.                    <div class="review-card">
  961.                        <div class="quote-icon">"</div>
  962.                        <div class="review-stars">★★★★★</div>
  963.                        <p class="review-text">"Professional service with real results. My website's DA went from 8 to 32, and I'm now getting 10x more leads. The team is responsive and delivers exactly what they promise."</p>
  964.                        <div class="review-author">Mike Chen</div>
  965.                        <div class="review-company">Digital Marketing Agency</div>
  966.                    </div>
  967.                    <div class="review-card">
  968.                        <div class="quote-icon">"</div>
  969.                        <div class="review-stars">★★★★★</div>
  970.                        <p class="review-text">"Best investment I've made for my business. The PBN links package boosted my local rankings significantly. Now I'm dominating my local market and getting calls daily!"</p>
  971.                        <div class="review-author">Jennifer Martinez</div>
  972.                        <div class="review-company">Local Service Business</div>
  973.                    </div>
  974.                    <div class="review-card">
  975.                        <div class="quote-icon">"</div>
  976.                        <div class="review-stars">★★★★★</div>
  977.                        <p class="review-text">"Fast, reliable, and effective. My blog's authority skyrocketed and I'm now earning 5x more from affiliate marketing. LiftMySEO delivers on their promises!"</p>
  978.                        <div class="review-author">David Thompson</div>
  979.                        <div class="review-company">Affiliate Marketer</div>
  980.                    </div>
  981.                </div>
  982.            </div>
  983.        </section>
  984.  
  985.        <section class="contact">
  986.            <div class="container">
  987.                <h3>Ready to Boost Your Rankings?</h3>
  988.                <p style="font-size: 1.2rem; color: #555; margin-bottom: 2rem;">Get in touch with our SEO experts and start your journey to the top of search results</p>
  989.                <div class="contact-methods">
  990.                    <div class="contact-method">
  991.                        <div class="contact-icon">📱</div>
  992.                        <h4>WhatsApp</h4>
  993.                        <p>+1 514 221 3872</p>
  994.                        <a href="https://wa.me/15142213872" class="contact-link" target="_blank">Message Now</a>
  995.                    </div>
  996.                    <div class="contact-method">
  997.                        <div class="contact-icon">💬</div>
  998.                        <h4>Telegram</h4>
  999.                        <p>@liftmyseo</p>
  1000.                        <a href="https://t.me/liftmyseo" class="contact-link" target="_blank">Chat Now</a>
  1001.                    </div>
  1002.                    <div class="contact-method">
  1003.                        <div class="contact-icon">✉️</div>
  1004.                        <h4>Email</h4>
  1005.                        <p><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="3a495b565f497a56535c4e5743495f5514595557">[email&#160;protected]</a></p>
  1006.                        <a href="/cdn-cgi/l/email-protection#6714060b0214270b0e01130a1e1402084904080a" class="contact-link">Send Email</a>
  1007.                    </div>
  1008.                </div>
  1009.            </div>
  1010.        </section>
  1011.    </main>
  1012.  
  1013.    <footer class="footer">
  1014.        <div class="container">
  1015.            <div class="footer-content">
  1016.                <div class="footer-section">
  1017.                    <h4>LiftMySEO</h4>
  1018.                    <p>Professional SEO services that deliver real results. We help businesses rise above the competition with proven link building strategies.</p>
  1019.                    <div class="social-links">
  1020.                        <a href="https://wa.me/15142213872" class="social-link" target="_blank">📱</a>
  1021.                        <a href="https://t.me/liftmyseo" class="social-link" target="_blank">💬</a>
  1022.                        <a href="/cdn-cgi/l/email-protection#7102101d1402311d1817051c0802141e5f121e1c" class="social-link">✉️</a>
  1023.                    </div>
  1024.                </div>
  1025.                <div class="footer-section">
  1026.                    <h4>Our Services</h4>
  1027.                    <p><a href="#packages">DR Boost Packages</a></p>
  1028.                    <p><a href="#packages">DA Boost Packages</a></p>
  1029.                    <p><a href="#packages">PBN Link Building</a></p>
  1030.                    <p><a href="#packages">Custom SEO Solutions</a></p>
  1031.                </div>
  1032.                <div class="footer-section">
  1033.                    <h4>Contact Info</h4>
  1034.                    <p>WhatsApp: +1 514 221 3872</p>
  1035.                    <p>Telegram: @liftmyseo</p>
  1036.                    <p>Email: <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="b1c2d0ddd4c2f1ddd8d7c5dcc8c2d4de9fd2dedc">[email&#160;protected]</a></p>
  1037.                    <p>Response Time: Within 1 hour</p>
  1038.                </div>
  1039.                <div class="footer-section">
  1040.                    <h4>Why Choose Us</h4>
  1041.                    <p>✓ 5000+ Websites Boosted</p>
  1042.                    <p>✓ 98% Success Rate</p>
  1043.                    <p>✓ 24/7 Customer Support</p>
  1044.                    <p>✓ Money-Back Guarantee</p>
  1045.                </div>
  1046.            </div>
  1047.            <div class="footer-bottom">
  1048.                <p>&copy; 2024 LiftMySEO. All rights reserved. | Rise Above the Crowd</p>
  1049.            </div>
  1050.        </div>
  1051.    </footer>
  1052.  
  1053.    <!-- Modal -->
  1054.    <div id="modal" class="modal">
  1055.        <div class="modal-content">
  1056.            <span class="close">&times;</span>
  1057.            <div class="modal-body">
  1058.                <h3>🚀 Great choice!</h3>
  1059.                <p id="modal-text"></p>
  1060.                <div class="modal-buttons">
  1061.                    <a id="whatsapp-link" class="contact-btn whatsapp" target="_blank">
  1062.                        WhatsApp
  1063.                    </a>
  1064.                    <a id="telegram-link" class="contact-btn telegram" target="_blank">
  1065.                        Telegram
  1066.                    </a>
  1067.                </div>
  1068.            </div>
  1069.        </div>
  1070.    </div>
  1071.  
  1072.    <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
  1073. // Modal functionality
  1074. document.addEventListener('DOMContentLoaded', function() {
  1075.  const modal = document.getElementById('modal');
  1076.  const modalText = document.getElementById('modal-text');
  1077.  const whatsappLink = document.getElementById('whatsapp-link');
  1078.  const telegramLink = document.getElementById('telegram-link');
  1079.  const closeBtn = document.querySelector('.close');
  1080.  const buyButtons = document.querySelectorAll('.buy-btn');
  1081.  
  1082.  // Package slug mapping
  1083.  const packageSlugs = {
  1084.    'DR-40': 'dr40',
  1085.    'DR-50': 'dr50',
  1086.    'DR-60': 'dr60',
  1087.    'DR-70': 'dr70',
  1088.    'DR-80': 'dr80',
  1089.    'DA-20': 'da20',
  1090.    'DA-30': 'da30',
  1091.    'DA-40': 'da40',
  1092.    'PBN-25': 'pbn25',
  1093.    'PBN-60': 'pbn60',
  1094.    'PBN-220': 'pbn220',
  1095.    'PBN-550': 'pbn550',
  1096.    'PBN-1100': 'pbn1100'
  1097.  };
  1098.  
  1099.  // Add click event to all buy buttons
  1100.  buyButtons.forEach(button => {
  1101.    button.addEventListener('click', function() {
  1102.      const packageName = this.getAttribute('data-package');
  1103.      const packagePrice = this.getAttribute('data-price');
  1104.      const packageSlug = packageSlugs[packageName] || packageName.toLowerCase();
  1105.      
  1106.      // Update modal text
  1107.      modalText.textContent = `To purchase ${packageName} for $${packagePrice}, please message us on WhatsApp or Telegram.`;
  1108.      
  1109.      // Update WhatsApp link
  1110.      const whatsappMessage = encodeURIComponent(`Hi LiftMySEO, I want the ${packageName} package for $${packagePrice}`);
  1111.      whatsappLink.href = `https://wa.me/15142213872?text=${whatsappMessage}`;
  1112.      
  1113.      // Update Telegram link
  1114.      telegramLink.href = `https://t.me/liftmyseo?start=${packageSlug}`;
  1115.      
  1116.      // Show modal
  1117.      modal.style.display = 'block';
  1118.      document.body.style.overflow = 'hidden';
  1119.    });
  1120.  });
  1121.  
  1122.  // Close modal when clicking the X
  1123.  closeBtn.addEventListener('click', function() {
  1124.    modal.style.display = 'none';
  1125.    document.body.style.overflow = 'auto';
  1126.  });
  1127.  
  1128.  // Close modal when clicking outside of it
  1129.  window.addEventListener('click', function(event) {
  1130.    if (event.target === modal) {
  1131.      modal.style.display = 'none';
  1132.      document.body.style.overflow = 'auto';
  1133.    }
  1134.  });
  1135.  
  1136.  // Close modal with Escape key
  1137.  document.addEventListener('keydown', function(event) {
  1138.    if (event.key === 'Escape' && modal.style.display === 'block') {
  1139.      modal.style.display = 'none';
  1140.      document.body.style.overflow = 'auto';
  1141.    }
  1142.  });
  1143.  
  1144.  // Smooth scrolling for internal links
  1145.  document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  1146.    anchor.addEventListener('click', function (e) {
  1147.      e.preventDefault();
  1148.      const target = document.querySelector(this.getAttribute('href'));
  1149.      if (target) {
  1150.        target.scrollIntoView({
  1151.          behavior: 'smooth',
  1152.          block: 'start'
  1153.        });
  1154.      }
  1155.    });
  1156.  });
  1157.  
  1158.  // Add loading animation to buy buttons
  1159.  buyButtons.forEach(button => {
  1160.    button.addEventListener('click', function() {
  1161.      const originalText = this.textContent;
  1162.      this.textContent = 'Loading...';
  1163.      this.disabled = true;
  1164.      
  1165.      setTimeout(() => {
  1166.        this.textContent = originalText;
  1167.        this.disabled = false;
  1168.      }, 1000);
  1169.    });
  1170.  });
  1171.  
  1172.  // Add hover effects to package cards
  1173.  const packageCards = document.querySelectorAll('.package-card');
  1174.  packageCards.forEach(card => {
  1175.    card.addEventListener('mouseenter', function() {
  1176.      this.style.transform = 'translateY(-5px) scale(1.02)';
  1177.    });
  1178.    
  1179.    card.addEventListener('mouseleave', function() {
  1180.      this.style.transform = 'translateY(0) scale(1)';
  1181.    });
  1182.  });
  1183.  
  1184.  // Add click tracking for analytics (placeholder)
  1185.  function trackEvent(eventName, packageName, price) {
  1186.    // GTM/GA4 event tracking would go here
  1187.    if (typeof gtag !== 'undefined') {
  1188.      gtag('event', eventName, {
  1189.        'package_name': packageName,
  1190.        'package_price': price,
  1191.        'currency': 'USD'
  1192.      });
  1193.    }
  1194.    
  1195.    // GTM dataLayer push
  1196.    if (typeof dataLayer !== 'undefined') {
  1197.      dataLayer.push({
  1198.        'event': eventName,
  1199.        'package_name': packageName,
  1200.        'package_price': price,
  1201.        'currency': 'USD'
  1202.      });
  1203.    }
  1204.  }
  1205.  
  1206.  // Track buy button clicks
  1207.  buyButtons.forEach(button => {
  1208.    button.addEventListener('click', function() {
  1209.      const packageName = this.getAttribute('data-package');
  1210.      const packagePrice = this.getAttribute('data-price');
  1211.      trackEvent('package_click', packageName, packagePrice);
  1212.    });
  1213.  });
  1214.  
  1215.  // Track contact link clicks
  1216.  document.querySelectorAll('.contact-btn').forEach(btn => {
  1217.    btn.addEventListener('click', function() {
  1218.      const platform = this.classList.contains('whatsapp') ? 'whatsapp' : 'telegram';
  1219.      trackEvent('contact_click', platform, null);
  1220.    });
  1221.  });
  1222. });
  1223.    </script>
  1224. </body>
  1225. </html>
  1226.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda