Over 10 years we help companies reach their financial and branding goals. Engitech is a values-driven technology agency dedicated.

Gallery

Contacts

411 University St, Seattle, USA

engitech@oceanthemes.net

+1 -800-456-478-23

Basic Search Engine Optimization

Sitecore (Koushik) Software Development

What is SEO?

SEO stands for Search Engine Optimization which means taking an online content and optimizing it so that search engines like Google show it towards the top of the page during search. This is a continuous practice to increasing the quantity and quality of traffic of your website through organic search engine results.

How Google Search Works?

Google gets information from many different sources, including:

  • Web pages
  • User-submitted content such as Google My Business and Maps user submissions
  • Book scanning
  • Public databases on the internet
  • Many other sources

However, this page focuses on web pages. Google follows three basic steps to generate results from web pages:

Crawling: The first step is finding out what pages exist on the web. Google constantly search for new pages and add them to its list of known pages. Other pages are discovered when Google follows a link from a known page to a new page. Still other pages are discovered when a website owner submits a sitemap for Google to crawl. Once Google discovers a page URL, it visits, or crawls, the page to find out what’s on it.

Indexing: Google analyzes both the text and non-text content like image, video and overall visual layout to decide where it can appear in Search results. This process is called Indexing.

Serving: When a user types a query, Google tries to find the most relevant answer from its index based on different factors. Google tries to determine the highest quality answers that will provide the best user experience and most appropriate answer, by considering things such as the user’s location, language, and device.

Basic Steps to implement SEO in your website

Inform Google which page you don’t want to crawl by Google

Using Robot.txt file you can block unwanted crawling from Google. A robots.txt file tells search engines whether they can access and therefore crawl parts of your site. This file, which must be named robots.txt and is placed in the root directory of your site.

For sensitive information, use more secure settings to block unwanted crawling. Robot.txt is not the ideal option to restrict sensitive information to crawl, instead you must use “noindex nofollow” metadata tag in the page.

Create unique, accurate page titles

A tag tells both search engines what the topic of a particular page is. Place the <title> tag within the <head> element of the HTML document and create a unique title for each page on your site.</p> <p class="wp-block-paragraph">Choose your page description which will describe the page uniquely and properly in your website. And use brief and descriptive title.</p> <p class="wp-block-paragraph">Avoid using same title in many pages, don’t use a title which is not related to that page, avoid using long title for a page.</p> <figure class="wp-block-image size-full"><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/lgconsultancy.wpcomstaging.com/wp-content/uploads/2021/09/Title.png?ssl=1" alt="" class="wp-image-3653" /></figure> <h3 class="wp-block-heading">Use the description meta tag</h3> <p class="wp-block-paragraph">A page’s description meta tag gives Google and other search engines a summary of what the page is about. A page’s title may be a few words or a phrase, whereas a page’s description meta tag might be a sentence or two or even a short paragraph. Like the <title> tag, the description meta tag is placed within the <head> element of your HTML document.</p> <figure class="wp-block-image size-large"><img data-recalc-dims="1" height="30" width="1024" decoding="async" src="https://i0.wp.com/lgconsultancy.wpcomstaging.com/wp-content/uploads/2021/09/description-1024x30.png?resize=1024%2C30&ssl=1" alt="" class="wp-image-3655" /></figure> <p class="wp-block-paragraph">Description meta tags are important because Google might use them as snippets for your pages. Note that we say “might” because Google may choose to use a relevant section of your page’s visible text if it does a good job of matching up with a user’s query.</p> <p class="wp-block-paragraph">Avoid the following while creating the description tag-</p> <ol class="wp-block-list"><li>Writing a description meta tag that has no relation to the content on the page.</li><li>Using generic descriptions like “This is a web page” or “Page about baseball cards”.</li><li>Filling the description with only keywords.</li><li>Copying and pasting the entire content of the document into the description meta tag.</li></ol> <h3 class="wp-block-heading">Use heading tags to emphasize important text</h3> <p class="wp-block-paragraph">Using meaningful heading help create a hierarchical structure for your content, making it easier for users to navigate through your document. Use heading tags where it make sense.</p> <p class="wp-block-paragraph">Avoid the followings-</p> <ul class="wp-block-list"><li>Placing text in heading tags that wouldn’t be helpful in defining the structure of the page.</li><li>Using heading tags where other tags like <em> and <strong> may be more appropriate.</li><li>Erratically moving from one heading tag size to another.</li><li>Excessive use of heading tags on a page.</li><li>Very long headings.</li><li>Using heading tags only for styling text and not presenting structure.</li></ul> <h3 class="wp-block-heading">Add structured data markup</h3> <p class="wp-block-paragraph">Structured data is code that you can add to your sites’ pages to describe your content to search engines, so they can better understand what’s on your pages.</p> <figure class="wp-block-image size-full"><img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/lgconsultancy.wpcomstaging.com/wp-content/uploads/2021/09/StructureData.png?ssl=1" alt="" class="wp-image-3656" /></figure> <h3 class="wp-block-heading">Understand how search engines use URLs</h3> <p class="wp-block-paragraph">Search engines need a unique URL per piece of content to be able to crawl and index that content, and to refer users to it.</p> <p class="wp-block-paragraph">URLs are generally split into multiple distinct sections:</p> <p class="has-black-color has-luminous-vivid-amber-background-color has-text-color has-background wp-block-paragraph">protocol://hostname/path/filename?querystring#fragment</p> <p class="wp-block-paragraph">Google recommends that all websites use https:// when possible. The hostname is where your website is hosted, commonly using the same domain name that you’d use for email. Google differentiates between the www and non-www version (for example, www.example.com or just example.com). When adding your website to Search Console, we recommend adding both http:// and https:// versions, as well as the www and non-www versions.</p> <p class="wp-block-paragraph">Avoid to have space in the URL, instead of space use hyphen (-).</p> <p class="wp-block-paragraph">Use breadcrumbs in the page where possible.</p> <h3 class="wp-block-heading">Consolidate duplicate URLs</h3> <p class="wp-block-paragraph">If you have a single page that’s accessible by multiple URLs, or different pages with similar content (for example, a page with both a mobile and a desktop version), Google sees these as duplicate versions of the same page. Google will choose one URL as the canonical version and crawl that, and all other URLs will be considered duplicate URLs and crawled less often.</p> <p class="wp-block-paragraph">In this senario, you can tell Google which page you want to show in the search result by using Canonical link in the page as mentioned below-</p> <p class="has-black-color has-luminous-vivid-amber-background-color has-text-color has-background wp-block-paragraph">        <link rel=”canonical” href=”https://example.com/pagename” /></p> <h3 class="wp-block-heading">Optimize your images</h3> <p class="wp-block-paragraph"><strong>Use HTML image elements</strong> <img> or <picture> to embed images in your content.</p> <p class="wp-block-paragraph">Semantic HTML markup helps crawlers find and process images. By using the <picture> element you can also specify multiple options for different screen sizes for responsive images. You might also use the loading=”lazy” attribute on images to make your page load faster for your users.</p> <p class="wp-block-paragraph"><strong>Use the alt attribute</strong></p> <p class="wp-block-paragraph">Provide a descriptive filename and alt attribute description for images. The alt attribute allows you to specify alternative text for the image if it cannot be displayed for some reason.</p> <h3 class="wp-block-heading">Implement SEO in a specific section of a Page</h3> <p class="wp-block-paragraph">Let’s assume you have a page in the website, where you are showing Heading, image, address related information and description section within a div. So, if you want to push the key information in Google search or tells Google to crawl the page these specific information you should implement this as mentioned below-</p> <figure class="wp-block-image size-large"><img data-recalc-dims="1" height="388" width="1024" decoding="async" src="https://i0.wp.com/lgconsultancy.wpcomstaging.com/wp-content/uploads/2021/09/Section-1024x388.png?resize=1024%2C388&ssl=1" alt="" class="wp-image-3657" /></figure> <p class="wp-block-paragraph"><strong>itemprop</strong></p> <p class="wp-block-paragraph">The itemprop global attribute is used to add properties to an item. Every HTML element can have an itemprop attribute specified, and an itemprop consists of a name-value pair. Each name-value pair is called a property, and a group of one or more properties forms an item. Property values are either a string or a URL and can be associated with a very wide range of elements including <audio>, <embed>, <iframe>, <img>, <link>, <object>, <source> , <track>, and <video>.</p> <h2 class="wp-block-heading">Ways to manage your resources for discovery by Google</h2> <p class="wp-block-paragraph">You can choose several approaches to help Google find your resources and data, from entirely passive to very pro-active. This section describes the general choices you might want to make to providing resource metadata—sitemaps and resource linking—to best position your content to appear in Search.</p> <h3 class="wp-block-heading">Actively manage your URLs</h3> <p class="wp-block-paragraph">You can Google a direct list of URLs to your content, known as a sitemap. These speeds up the process of Google systems discovering your content. Typically, you host the sitemap on your domain in a place accessible by Googlebot.</p> <p class="wp-block-paragraph">Advantages: Enhances the performance of your rich results in Search. Speeds up the process of ingesting new and low-referral content into the system. This approach removes one potential obstacle for getting your content quickly served by Google in a variety of forms.          </p> <p class="wp-block-paragraph">Disadvantages: You do the additional work of providing resource metadata, which is your sitemap and relationships you specify between your web pages, your app, and your AMP pages.</p> <h3 class="wp-block-heading">Submit new and updated URLs to Google</h3> <p class="wp-block-paragraph">While you can merely host your sitemap on your site for our systems to discover, you can also provide notification about new URLs or existing URLs that have changed content.</p> <p class="wp-block-paragraph">For new URLs, submitting your sitemap helps Google more quickly discover them.</p> <p class="wp-block-paragraph">You can also add the below meta tag in head section of your page. Where you can mention revisit timeline for Google bot-</p> <p class="has-black-color has-luminous-vivid-amber-background-color has-text-color has-background wp-block-paragraph"><meta name=”revisit-after” content=”7 days” /></p> <p class="wp-block-paragraph">Advantages: Submitting URLs to Google helps drive the timeliness of content updates from your domain to Search.     </p> <p class="wp-block-paragraph">Disadvantages: Not many. Once you’ve done the work of creating a sitemap, submitting it to Google is a simple process and many content management systems offer programmatic sitemap updates.</p> <h2 class="wp-block-heading">Off-page SEO</h2> <p class="wp-block-paragraph">Off-page SEO refers to anything done outside of your website with the potential to affect search engine rankings.</p> <h3 class="wp-block-heading">Creating valuable back-links</h3> <p class="wp-block-paragraph">This is the most talked about aspect of digital promotion, and for a good reason. The more efficiently the site is promoted by links, the higher it is in Search Engine Results Pages.</p> <p class="wp-block-paragraph">The more difficult it is to get a link from a site, the more efficiently it will work. With the right approach, any link acquisition method works, including outreach, blogs, scholarships, donations, press releases, as well as links from educational (.edu) and government (.gov) websites and crowd marketing.</p> <h3 class="wp-block-heading">Social Media Marketing:</h3> <p class="wp-block-paragraph">Search engines do not see social media as a strong ranking factor, but it can still dramatically impact SEO nonetheless. There are several ways in which SMM improves SEO:</p> <ol class="wp-block-list"><li>SMM ensures efficient distribution of your content across multiple outlets.</li><li>It enhances your brand reputation & recognition.</li><li>SMM helps boost your local SEO rankings.</li></ol> <h3 class="wp-block-heading">Guest Blogging</h3> <p class="wp-block-paragraph">One of the most advantageous off-page SEO activities – guest blogging – helps you to build both links and your reputation.</p> <p class="wp-block-paragraph">Whenever you are making a guest appearance as a writer on another website or blog, the site often allows you to insert a link that leads back to your own site in the post or author bio. This is an added bonus point for your brand awareness efforts as your name and brand are being featured in a new place.</p> <h3 class="wp-block-heading">Customer Reviews</h3> <p class="wp-block-paragraph">When working on off-page SEO in 2021, the role of customer reviews is very important. Reviews guide how regular users and search engine crawlers perceive your brand. Sites with positive reviews appear more credible and therefore are more likely to get to the top of search results. Google, Facebook, LinkedIn are some popular options for providing and getting reviews. For software company Glassdoor reviews are also very effective.</p> <h3 class="wp-block-heading">Local Listings</h3> <p class="wp-block-paragraph">Local SEO is a separate branch of SEO. However, there are two off-page SEO techniques that deserve a special mention in this article  — your Google My Business and citations listing.</p> <ul class="wp-block-list"><li>Google My Business</li></ul> <p class="wp-block-paragraph">Any actions focused on optimizing your webpage to get it to rank higher on the Google Map Pack are regarded as off-page SEO. An account in GMB is a powerful tool essential to boosting the digital presence of local startups and businesses. Google map pack is the general term used to describe the location based results you see on a Google search results page, where it lists local businesses and identifies their location on a map with little place marker icons.</p> <ul class="wp-block-list"><li>Citations</li></ul> <p class="wp-block-paragraph">A citation is a reference to your company or brand online that features your NAP (name, address, and phone number). These business listings on Google My Business, Facebook, LinkedIn and other online directories are considered a key tool in advancing your brand on the web.</p> <p class="wp-block-paragraph">Citations is one of the most actionable off-page SEO methods that can help you to step your game up. If you are looking to rank for keywords tied to a specific geographic location, for example, “top software company in New York”, citations are a proper way to achieve that.</p> <h2 class="wp-block-heading">Conclusion</h2> <p class="wp-block-paragraph">In the above post we discussed about the basic on page and off-page SEO which can easily be managed and maintained by the developers and designers. You  don’t need help from any SEO expert to manage these basic things in your website to rank higher in Google search.</p> <p class="wp-block-paragraph">We will discuss about some advanced SEO features mainly followed by SEO experts in a future post. The following points will cover in that-</p> <ol class="wp-block-list" type="1"><li>Journalist Keywords</li><li>Use Animated Images to Improve Time On Site</li><li>Create Content Hubs</li><li>Target Comparison Keywords</li><li>Use Dynamic Parameters for Pagination</li><li>Maximize SERP Real Estate</li><li>Embed Original Images In Your Content</li><li>Optimize Your Content For Keyword Relevance</li><li>Create a Comments Section On Your Blog</li><li>Uncover People Also Ask Keywords</li><li>Add “Content Features” To Your Page</li><li>Publish Topic + Year Content</li><li>Get Backlinks From Unlinked Brand Mentions</li><li>Optimize for Google Discover</li><li>Find Low-Competition Keywords From Reddit</li></ol> </div><!-- .entry-content --> <div class="entry-footer clearfix"> <span class="sl-wrapper"><a href="https://lng-consultancy.com/staging/5474/wp-admin/admin-ajax.php?action=process_simple_like&post_id=3649&nonce=7221029ccd&is_comment=0&disabled=true" class="sl-button sl-button-3649" data-nonce="7221029ccd" data-post-id="3649" data-iscomment="0" title="Like"><span class="sl-icon"><svg role="img" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0" y="0" viewBox="0 0 128 128" enable-background="new 0 0 128 128" xml:space="preserve"><path id="heart" d="M64 127.5C17.1 79.9 3.9 62.3 1 44.4c-3.5-22 12.2-43.9 36.7-43.9 10.5 0 20 4.2 26.4 11.2 6.3-7 15.9-11.2 26.4-11.2 24.3 0 40.2 21.8 36.7 43.9C124.2 62 111.9 78.9 64 127.5zM37.6 13.4c-9.9 0-18.2 5.2-22.3 13.8C5 49.5 28.4 72 64 109.2c35.7-37.3 59-59.8 48.6-82 -4.1-8.7-12.4-13.8-22.3-13.8 -15.9 0-22.7 13-26.4 19.2C60.6 26.8 54.4 13.4 37.6 13.4z"/>♥</svg></span><span class="sl-count">73</a><span id="sl-loader"></span></span> </div> <div class="share-post"><a class="twit" target="_blank" href="https://twitter.com/intent/tweet?text=Basic Search Engine Optimization&url=https://lng-consultancy.com/staging/5474/basic-search-engine-optimization/" title="Twitter"><i class="fab fa-twitter"></i></a><a class="face" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https://lng-consultancy.com/staging/5474/basic-search-engine-optimization/" title="Facebook"><i class="fab fa-facebook-f"></i></a><a class="pint" target="_blank" href="https://www.pinterest.com/pin/create/button/?url=https://lng-consultancy.com/staging/5474/basic-search-engine-optimization/&description=Basic Search Engine Optimization" title="Pinterest"><i class="fab fa-pinterest-p"></i></a><a class="linked" target="_blank" href="https://www.linkedin.com/shareArticle?mini=true&url=https://lng-consultancy.com/staging/5474/basic-search-engine-optimization/&title=Basic Search Engine Optimization&summary=https://lng-consultancy.com/staging/5474&source=L&G Consultancy" title="LinkedIn"><i class="fab fa-linkedin-in"></i></a><a class="reddit" href="http://reddit.com/submit?url=https://lng-consultancy.com/staging/5474/basic-search-engine-optimization/&title=Basic Search Engine Optimization" target="_blank" title="Reddit"><i class="fab fa-reddit-alien" aria-hidden="true"></i></a></div> <div class="post-nav clearfix"><div class="post-prev"><a href="https://lng-consultancy.com/staging/5474/clean-code-function/" rel="prev"><h6>Clean Code – Function</h6><span>September 21, 2021</span></a></div><div class="post-next"><a href="https://lng-consultancy.com/staging/5474/digital-body-language/" rel="next"><h6>Digital Body Language</h6><span>October 1, 2021</span></a></div></div> </div> </article> <div id="comments" class="comments-area"> <h4 class="comments-title">Comment (1)</h4> <ol class="comment-list"> <li id="comment-15" class="comment byuser comment-author-aarti-sharma even thread-even depth-1 comment-item"> <article class="comment-wrap clearfix"> <div class="gravatar"> <img alt='' src='https://secure.gravatar.com/avatar/4bc152d6e52aec6debc7aee0c5707a6ab8f84f6168eec5d3644910d6c18d8d94?s=80&d=mm&r=g' srcset='https://secure.gravatar.com/avatar/4bc152d6e52aec6debc7aee0c5707a6ab8f84f6168eec5d3644910d6c18d8d94?s=160&d=mm&r=g 2x' class='avatar avatar-80 photo' height='80' width='80' decoding='async'/> </div> <div class="comment-content"> <div class="comment-meta"> <h6 class="comment-author">Sumantra Kundu</h6> <span class="comment-time">September 24, 2021</span> <div class="comment-reply"></div> </div> <div class="comment-text"> <p>This is really informative post. Every web developer need the basic knowledge of SEO.  Thank you for sharing this information.</p> </div> </div> </article> </li> </li><!-- #comment-## --> </ol><!-- .comment-list --> <p class="no-comments">Comments are closed.</p> </div><!-- #comments --> </main><!-- #main --> </div><!-- #primary --> <aside id="primary-sidebar" class="widget-area primary-sidebar col-lg-3 col-md-3 col-sm-12 col-xs-12"> <section id="block-3" class="widget widget_block"> <div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained"></div></div> </section><section id="search-1" class="widget widget_search"><form role="search" method="get" class="search-form" action="https://lng-consultancy.com/staging/5474/" > <label><span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search …" value="" name="s" /></label> <button type="submit" class="search-submit"><i class="flaticon-search"></i></button> </form></section><section id="recent_news-1" class="widget widget_recent_news"><h5 class="widget-title">Recent Posts</h5> <ul class="recent-news clearfix"> <li class="clearfix"> <div class="entry-header"> <h6> <a href="https://lng-consultancy.com/staging/5474/playwright-creating-a-bitbucket-pipeline-for-running-automated-tests/">Playwright – Creating a Bitbucket pipeline for running automated tests</a> </h6> <span class="post-on"> <span class="entry-date">August 23, 2023</span> </span> </div> </li> <li class="clearfix"> <div class="thumb"> <a href="https://lng-consultancy.com/staging/5474/sitecore-10-2-identity-server-integration-with-azure-ad-login/"> <img width="150" height="150" src="https://i0.wp.com/lng-consultancy.com/staging/5474/wp-content/uploads/2023/07/Picture1-e1690285069387.png?resize=150%2C150&ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" srcset="https://i0.wp.com/lng-consultancy.com/staging/5474/wp-content/uploads/2023/07/Picture1-e1690285069387.png?resize=150%2C150&ssl=1 150w, https://i0.wp.com/lng-consultancy.com/staging/5474/wp-content/uploads/2023/07/Picture1-e1690285069387.png?zoom=2&resize=150%2C150&ssl=1 300w, https://i0.wp.com/lng-consultancy.com/staging/5474/wp-content/uploads/2023/07/Picture1-e1690285069387.png?zoom=3&resize=150%2C150&ssl=1 450w" sizes="(max-width: 150px) 100vw, 150px" /> </a> </div> <div class="entry-header"> <h6> <a href="https://lng-consultancy.com/staging/5474/sitecore-10-2-identity-server-integration-with-azure-ad-login/">Sitecore 10.2 Identity server Integration with Azure AD Login</a> </h6> <span class="post-on"> <span class="entry-date">July 25, 2023</span> </span> </div> </li> <li class="clearfix"> <div class="entry-header"> <h6> <a href="https://lng-consultancy.com/staging/5474/automate-deployment-ci-cd-of-react-js-application-in-aws-by-using-codepipeline-and-ebs/">Automate deployment (CI/CD) of React JS application in AWS by using CodePipeline and EBS</a> </h6> <span class="post-on"> <span class="entry-date">July 5, 2023</span> </span> </div> </li> </ul> </section><section id="tag_cloud-1" class="widget widget_tag_cloud"><h5 class="widget-title">Tags</h5><div class="tagcloud"><a href="https://lng-consultancy.com/staging/5474/tag/aws/" class="tag-cloud-link tag-link-139 tag-link-position-1" style="font-size: 8pt;" aria-label="aws (1 item)">aws</a> <a href="https://lng-consultancy.com/staging/5474/tag/aws-codepipeline/" class="tag-cloud-link tag-link-137 tag-link-position-2" style="font-size: 8pt;" aria-label="aws codepipeline (1 item)">aws codepipeline</a> <a href="https://lng-consultancy.com/staging/5474/tag/azure/" class="tag-cloud-link tag-link-98 tag-link-position-3" style="font-size: 8pt;" aria-label="Azure (1 item)">Azure</a> <a href="https://lng-consultancy.com/staging/5474/tag/azure-application-insight/" class="tag-cloud-link tag-link-37 tag-link-position-4" style="font-size: 12.2pt;" aria-label="Azure Application Insight (2 items)">Azure Application Insight</a> <a href="https://lng-consultancy.com/staging/5474/tag/books/" class="tag-cloud-link tag-link-86 tag-link-position-5" style="font-size: 12.2pt;" aria-label="books (2 items)">books</a> <a href="https://lng-consultancy.com/staging/5474/tag/business/" class="tag-cloud-link tag-link-6 tag-link-position-6" style="font-size: 15pt;" aria-label="business (3 items)">business</a> <a href="https://lng-consultancy.com/staging/5474/tag/businessintelligence/" class="tag-cloud-link tag-link-119 tag-link-position-7" style="font-size: 8pt;" aria-label="BusinessIntelligence (1 item)">BusinessIntelligence</a> <a href="https://lng-consultancy.com/staging/5474/tag/cloud/" class="tag-cloud-link tag-link-99 tag-link-position-8" style="font-size: 8pt;" aria-label="Cloud (1 item)">Cloud</a> <a href="https://lng-consultancy.com/staging/5474/tag/communication/" class="tag-cloud-link tag-link-59 tag-link-position-9" style="font-size: 15pt;" aria-label="Communication (3 items)">Communication</a> <a href="https://lng-consultancy.com/staging/5474/tag/datavisualization/" class="tag-cloud-link tag-link-121 tag-link-position-10" style="font-size: 8pt;" aria-label="DataVisualization (1 item)">DataVisualization</a> <a href="https://lng-consultancy.com/staging/5474/tag/function/" class="tag-cloud-link tag-link-100 tag-link-position-11" style="font-size: 8pt;" aria-label="Function (1 item)">Function</a> <a href="https://lng-consultancy.com/staging/5474/tag/importance-of-reading/" class="tag-cloud-link tag-link-87 tag-link-position-12" style="font-size: 8pt;" aria-label="importance of reading (1 item)">importance of reading</a> <a href="https://lng-consultancy.com/staging/5474/tag/iot/" class="tag-cloud-link tag-link-101 tag-link-position-13" style="font-size: 8pt;" aria-label="IOT (1 item)">IOT</a> <a href="https://lng-consultancy.com/staging/5474/tag/iothub/" class="tag-cloud-link tag-link-102 tag-link-position-14" style="font-size: 8pt;" aria-label="IOTHub (1 item)">IOTHub</a> <a href="https://lng-consultancy.com/staging/5474/tag/it/" class="tag-cloud-link tag-link-88 tag-link-position-15" style="font-size: 8pt;" aria-label="IT (1 item)">IT</a> <a href="https://lng-consultancy.com/staging/5474/tag/life-skills/" class="tag-cloud-link tag-link-90 tag-link-position-16" style="font-size: 12.2pt;" aria-label="life skills (2 items)">life skills</a> <a href="https://lng-consultancy.com/staging/5474/tag/marketing/" class="tag-cloud-link tag-link-7 tag-link-position-17" style="font-size: 15pt;" aria-label="marketing (3 items)">marketing</a> <a href="https://lng-consultancy.com/staging/5474/tag/onlinecommunication/" class="tag-cloud-link tag-link-63 tag-link-position-18" style="font-size: 12.2pt;" aria-label="OnlineCommunication (2 items)">OnlineCommunication</a> <a href="https://lng-consultancy.com/staging/5474/tag/people/" class="tag-cloud-link tag-link-91 tag-link-position-19" style="font-size: 8pt;" aria-label="people (1 item)">people</a> <a href="https://lng-consultancy.com/staging/5474/tag/powerbi/" class="tag-cloud-link tag-link-120 tag-link-position-20" style="font-size: 8pt;" aria-label="PowerBI (1 item)">PowerBI</a> <a href="https://lng-consultancy.com/staging/5474/tag/power-of-imagination/" class="tag-cloud-link tag-link-92 tag-link-position-21" style="font-size: 8pt;" aria-label="power of imagination (1 item)">power of imagination</a> <a href="https://lng-consultancy.com/staging/5474/tag/professional-reading/" class="tag-cloud-link tag-link-93 tag-link-position-22" style="font-size: 8pt;" aria-label="professional reading (1 item)">professional reading</a> <a href="https://lng-consultancy.com/staging/5474/tag/reading/" class="tag-cloud-link tag-link-94 tag-link-position-23" style="font-size: 8pt;" aria-label="Reading (1 item)">Reading</a> <a href="https://lng-consultancy.com/staging/5474/tag/reading-blog/" class="tag-cloud-link tag-link-95 tag-link-position-24" style="font-size: 8pt;" aria-label="Reading Blog (1 item)">Reading Blog</a> <a href="https://lng-consultancy.com/staging/5474/tag/seo/" class="tag-cloud-link tag-link-8 tag-link-position-25" style="font-size: 15pt;" aria-label="SEO (3 items)">SEO</a> <a href="https://lng-consultancy.com/staging/5474/tag/serverless/" class="tag-cloud-link tag-link-103 tag-link-position-26" style="font-size: 8pt;" aria-label="Serverless (1 item)">Serverless</a> <a href="https://lng-consultancy.com/staging/5474/tag/setup-sitecore-10-3-on-azure-paas/" class="tag-cloud-link tag-link-130 tag-link-position-27" style="font-size: 8pt;" aria-label="Setup Sitecore 10.3 on Azure PaaS (1 item)">Setup Sitecore 10.3 on Azure PaaS</a> <a href="https://lng-consultancy.com/staging/5474/tag/sitecore/" class="tag-cloud-link tag-link-108 tag-link-position-28" style="font-size: 19.2pt;" aria-label="Sitecore (5 items)">Sitecore</a> <a href="https://lng-consultancy.com/staging/5474/tag/sitecore-10-1/" class="tag-cloud-link tag-link-113 tag-link-position-29" style="font-size: 12.2pt;" aria-label="Sitecore 10.1 (2 items)">Sitecore 10.1</a> <a href="https://lng-consultancy.com/staging/5474/tag/sitecore-10-3/" class="tag-cloud-link tag-link-128 tag-link-position-30" style="font-size: 12.2pt;" aria-label="Sitecore 10.3 (2 items)">Sitecore 10.3</a> <a href="https://lng-consultancy.com/staging/5474/tag/sitecore-10-3-setup/" class="tag-cloud-link tag-link-129 tag-link-position-31" style="font-size: 12.2pt;" aria-label="Sitecore 10.3 Setup (2 items)">Sitecore 10.3 Setup</a> <a href="https://lng-consultancy.com/staging/5474/tag/sitecore-content-hub/" class="tag-cloud-link tag-link-115 tag-link-position-32" style="font-size: 12.2pt;" aria-label="Sitecore Content Hub (2 items)">Sitecore Content Hub</a> <a href="https://lng-consultancy.com/staging/5474/tag/sitecore-content-hub-one/" class="tag-cloud-link tag-link-116 tag-link-position-33" style="font-size: 8pt;" aria-label="Sitecore Content Hub One (1 item)">Sitecore Content Hub One</a> <a href="https://lng-consultancy.com/staging/5474/tag/sitecore-send/" class="tag-cloud-link tag-link-117 tag-link-position-34" style="font-size: 8pt;" aria-label="Sitecore Send (1 item)">Sitecore Send</a> <a href="https://lng-consultancy.com/staging/5474/tag/sitecore-series/" class="tag-cloud-link tag-link-124 tag-link-position-35" style="font-size: 22pt;" aria-label="Sitecore Series (7 items)">Sitecore Series</a> <a href="https://lng-consultancy.com/staging/5474/tag/sitecore-setup-in-docker-desktop/" class="tag-cloud-link tag-link-127 tag-link-position-36" style="font-size: 8pt;" aria-label="Sitecore Setup in Docker Desktop (1 item)">Sitecore Setup in Docker Desktop</a> <a href="https://lng-consultancy.com/staging/5474/tag/smm/" class="tag-cloud-link tag-link-9 tag-link-position-37" style="font-size: 12.2pt;" aria-label="SMM (2 items)">SMM</a> <a href="https://lng-consultancy.com/staging/5474/tag/softwaredevelopment/" class="tag-cloud-link tag-link-33 tag-link-position-38" style="font-size: 15pt;" aria-label="SoftwareDevelopment (3 items)">SoftwareDevelopment</a> <a href="https://lng-consultancy.com/staging/5474/tag/software-industry/" class="tag-cloud-link tag-link-96 tag-link-position-39" style="font-size: 8pt;" aria-label="Software industry (1 item)">Software industry</a> <a href="https://lng-consultancy.com/staging/5474/tag/solution/" class="tag-cloud-link tag-link-10 tag-link-position-40" style="font-size: 15pt;" aria-label="solution (3 items)">solution</a> <a href="https://lng-consultancy.com/staging/5474/tag/startup/" class="tag-cloud-link tag-link-11 tag-link-position-41" style="font-size: 12.2pt;" aria-label="startup (2 items)">startup</a> <a href="https://lng-consultancy.com/staging/5474/tag/strategy/" class="tag-cloud-link tag-link-12 tag-link-position-42" style="font-size: 12.2pt;" aria-label="strategy (2 items)">strategy</a> <a href="https://lng-consultancy.com/staging/5474/tag/tips/" class="tag-cloud-link tag-link-13 tag-link-position-43" style="font-size: 12.2pt;" aria-label="tips (2 items)">tips</a> <a href="https://lng-consultancy.com/staging/5474/tag/virtualmeetings/" class="tag-cloud-link tag-link-64 tag-link-position-44" style="font-size: 12.2pt;" aria-label="VirtualMeetings (2 items)">VirtualMeetings</a> <a href="https://lng-consultancy.com/staging/5474/tag/what-to-read/" class="tag-cloud-link tag-link-97 tag-link-position-45" style="font-size: 8pt;" aria-label="what to read (1 item)">what to read</a></div> </section><section id="block-8" class="widget widget_block"><div class="blog-side-bar"> <img decoding="async" src="https://lng-consultancy.com/staging/5474/wp-content/uploads/2022/04/cropped-g-log.png" alt=""> <p>We Carry More than Just Good Coding Skills</p> <h3>Let’s Reimagine Processes, Build Meaningful Applications! </h3> <a href="https://lng-consultancy.com/staging/5474/contacts/">contact us</a> </div></section><section id="block-10" class="widget widget_block widget_text"> <p class="wp-block-paragraph"></p> </section><section id="author_widget-1" class="widget engitech_author-widget"> <div class="author-widget_wrapper text-center"> <div class="author-widget_image-wrapper"> <img class="author-widget_image" src="http://wpdemo.archiwp.com/engitech/wp-content/uploads/sites/4/2019/12/author-widget.jpg" alt="Jina Peterson"> </div> <div class="author-widget_info"> <h5 class="author-widget_title">Jina Peterson</h5><p class="author-widget_text">She is the CEO. She's a big fan her cat Tux, & dinner parties.</p> <div class="author-widget_social"> <a class="social-twitter" href="#"><i class="fab fa-twitter"></i></a> <a class="social-facebook" href="#"><i class="fab fa-facebook-f"></i></a> <a class="social-linkedin" href="#"><i class="fab fa-linkedin-in"></i></a> <a class="social-instagram" href="#"><i class="fab fa-instagram"></i></a> </div> </div> </div> </section><section id="categories-3" class="widget widget_categories"><h5 class="widget-title">Categories</h5> <ul> <li class="cat-item cat-item-122"><a href="https://lng-consultancy.com/staging/5474/category/net-development/">.net development</a> <span class="posts-count">(1)</span> </li> <li class="cat-item cat-item-85"><a href="https://lng-consultancy.com/staging/5474/category/blockchain/">Blockchain</a> <span class="posts-count">(2)</span> </li> <li class="cat-item cat-item-58"><a href="https://lng-consultancy.com/staging/5474/category/communication/">Communication</a> <span class="posts-count">(5)</span> </li> <li class="cat-item cat-item-2"><a href="https://lng-consultancy.com/staging/5474/category/design/">Design</a> <span class="posts-count">(3)</span> </li> <li class="cat-item cat-item-3"><a href="https://lng-consultancy.com/staging/5474/category/development/">Development</a> <span class="posts-count">(8)</span> </li> <li class="cat-item cat-item-132"><a href="https://lng-consultancy.com/staging/5474/category/software-development/e-commerce/">E-commerce</a> <span class="posts-count">(4)</span> </li> <li class="cat-item cat-item-56"><a href="https://lng-consultancy.com/staging/5474/category/gaurav/">Gaurav</a> <span class="posts-count">(1)</span> </li> <li class="cat-item cat-item-118"><a href="https://lng-consultancy.com/staging/5474/category/human-resources/">Human Resources</a> <span class="posts-count">(1)</span> </li> <li class="cat-item cat-item-123"><a href="https://lng-consultancy.com/staging/5474/category/java/">Java</a> <span class="posts-count">(1)</span> </li> <li class="cat-item cat-item-89"><a href="https://lng-consultancy.com/staging/5474/category/life-skills/">Life Skills</a> <span class="posts-count">(2)</span> </li> <li class="cat-item cat-item-114"><a href="https://lng-consultancy.com/staging/5474/category/news-events/">NEWS & EVENTS</a> <span class="posts-count">(2)</span> </li> <li class="cat-item cat-item-57"><a href="https://lng-consultancy.com/staging/5474/category/people/">People</a> <span class="posts-count">(4)</span> </li> <li class="cat-item cat-item-68"><a href="https://lng-consultancy.com/staging/5474/category/quick-tips/">Quick Tips</a> <span class="posts-count">(1)</span> </li> <li class="cat-item cat-item-69"><a href="https://lng-consultancy.com/staging/5474/category/sitecore-koushik/">Sitecore (Koushik)</span></a> <span class="posts-count">(8)</span> </li> <li class="cat-item cat-item-32"><a href="https://lng-consultancy.com/staging/5474/category/software-development/">Software Development</a> <span class="posts-count">(37)</span> </li> <li class="cat-item cat-item-131"><a href="https://lng-consultancy.com/staging/5474/category/software-testing/">Software Testing</a> <span class="posts-count">(2)</span> </li> <li class="cat-item cat-item-4"><a href="https://lng-consultancy.com/staging/5474/category/startup/">Startup</a> <span class="posts-count">(1)</span> </li> <li class="cat-item cat-item-5"><a href="https://lng-consultancy.com/staging/5474/category/technology/">Technology</a> <span class="posts-count">(13)</span> </li> <li class="cat-item cat-item-1"><a href="https://lng-consultancy.com/staging/5474/category/uncategorized/">Uncategorized</a> <span class="posts-count">(6)</span> </li> <li class="cat-item cat-item-105"><a href="https://lng-consultancy.com/staging/5474/category/web-development-company-in-south-africa/">web development company in south africa</a> <span class="posts-count">(1)</span> </li> </ul> </section><section id="media_image-1" class="widget widget_media_image"><a href="http://themeforest.net/user/OceanThemes/portfolio"><img width="271" height="350" src="https://i0.wp.com/lng-consultancy.com/staging/5474/wp-content/uploads/2019/12/promo-image.jpg?fit=271%2C350&ssl=1" class="image wp-image-1301 attachment-full size-full" alt="" style="max-width: 100%; height: auto;" decoding="async" srcset="https://i0.wp.com/lng-consultancy.com/staging/5474/wp-content/uploads/2019/12/promo-image.jpg?w=271&ssl=1 271w, https://i0.wp.com/lng-consultancy.com/staging/5474/wp-content/uploads/2019/12/promo-image.jpg?resize=232%2C300&ssl=1 232w" sizes="(max-width: 271px) 100vw, 271px" /></a></section></aside><!-- #secondary --> </div> </div> </div> </div><!-- #content --> <footer id="site-footer" class="site-footer" itemscope="itemscope" itemtype="http://schema.org/WPFooter"> <div data-elementor-type="wp-post" data-elementor-id="1308" class="elementor elementor-1308"> <section class="elementor-section elementor-top-section elementor-element elementor-element-d0f9bfa elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile ot-traditional elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d0f9bfa" data-element_type="section" data-e-type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-extended"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-89daaf1 ot-flex-column-vertical" data-id="89daaf1" data-element_type="column" data-e-type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6057167 elementor-widget elementor-widget-image" data-id="6057167" data-element_type="widget" data-e-type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="143" height="40" src="https://i0.wp.com/lng-consultancy.com/staging/5474/wp-content/uploads/2019/12/logo-light.png?fit=143%2C40&ssl=1" class="attachment-large size-large wp-image-2375" alt="" /> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-e89c64b elementor-section-full_width ot-traditional elementor-section-height-default elementor-section-height-default" data-id="e89c64b" data-element_type="section" data-e-type="section"> <div class="elementor-container elementor-column-gap-extended"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8d8441e ot-flex-column-vertical" data-id="8d8441e" data-element_type="column" data-e-type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8914b33 elementor-widget elementor-widget-icontact_info" data-id="8914b33" data-element_type="widget" data-e-type="widget" data-widget_type="icontact_info.default"> <div class="elementor-widget-container"> <div class="contact-info box-style2"> <div class="box-icon"> <i class="flaticon-world-globe"></i> </div> <p>411 University St, Seattle</p> <h6>Our Address</h6> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-5ebca85 ot-flex-column-vertical" data-id="5ebca85" data-element_type="column" data-e-type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1a1bfdb elementor-widget elementor-widget-icontact_info" data-id="1a1bfdb" data-element_type="widget" data-e-type="widget" data-widget_type="icontact_info.default"> <div class="elementor-widget-container"> <div class="contact-info box-style2"> <div class="box-icon"> <i class="flaticon-envelope"></i> </div> <p>contact@oceanthemes.net</p> <h6>Our Mailbox</h6> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-c9201b5 ot-flex-column-vertical" data-id="c9201b5" data-element_type="column" data-e-type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ad7e989 elementor-widget elementor-widget-icontact_info" data-id="ad7e989" data-element_type="widget" data-e-type="widget" data-widget_type="icontact_info.default"> <div class="elementor-widget-container"> <div class="contact-info box-style2"> <div class="box-icon"> <i class="flaticon-phone-1"></i> </div> <p>+1 -800-456-478-23</p> <h6>Our Phone</h6> </div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-3b2a0b7 footer-menu elementor-hidden-phone elementor-widget elementor-widget-wp-widget-nav_menu" data-id="3b2a0b7" data-element_type="widget" data-e-type="widget" data-widget_type="wp-widget-nav_menu.default"> <div class="elementor-widget-container"> <div class="menu-footer-menu-container"><ul id="menu-footer-menu" class="menu"><li id="menu-item-1315" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1315"><a href="http://wpdemo.archiwp.com/engitech/">Home</a></li> <li id="menu-item-2676" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2676"><a href="https://lng-consultancy.com/staging/5474/dedicated-software/">Services</a></li> <li id="menu-item-2677" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2677"><a href="https://lng-consultancy.com/staging/5474/portfolio-grid/">Portfolio</a></li> <li id="menu-item-1316" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-1316"><a href="https://lng-consultancy.com/staging/5474/blog/">Blog</a></li> <li id="menu-item-1320" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1320"><a href="#">Contacts</a></li> </ul></div> </div> </div> <div class="elementor-element elementor-element-c208bbf elementor-widget elementor-widget-text-editor" data-id="c208bbf" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Copyright © 2021 Engitech by OceanThemes. All Rights Reserved.</p> </div> </div> <div class="elementor-element elementor-element-9438214 elementor-grid-4 elementor-shape-rounded e-grid-align-center elementor-widget elementor-widget-social-icons" data-id="9438214" data-element_type="widget" data-e-type="widget" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper elementor-grid" role="list"> <span class="elementor-grid-item" role="listitem"> <a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-float elementor-repeater-item-a24d46e" href="#" target="_blank"> <span class="elementor-screen-only">Twitter</span> <i aria-hidden="true" class="fab fa-twitter"></i> </a> </span> <span class="elementor-grid-item" role="listitem"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-float elementor-repeater-item-4261f62" href="#" target="_blank"> <span class="elementor-screen-only">Facebook-f</span> <i aria-hidden="true" class="fab fa-facebook-f"></i> </a> </span> <span class="elementor-grid-item" role="listitem"> <a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin-in elementor-animation-float elementor-repeater-item-b0dbeaa" href="#" target="_blank"> <span class="elementor-screen-only">Linkedin-in</span> <i aria-hidden="true" class="fab fa-linkedin-in"></i> </a> </span> <span class="elementor-grid-item" role="listitem"> <a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-float elementor-repeater-item-6b456a7" href="#" target="_blank"> <span class="elementor-screen-only">Instagram</span> <i aria-hidden="true" class="fab fa-instagram"></i> </a> </span> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-1f50cb6 ot-traditional elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1f50cb6" data-element_type="section" data-e-type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-52bedb4 ot-flex-column-vertical" data-id="52bedb4" data-element_type="column" data-e-type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-0934a9f elementor-widget elementor-widget-html" data-id="0934a9f" data-element_type="widget" data-e-type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <style> /* Footer Styles */ body.full-width-new .site-footer .elementor-section.elementor-section-boxed > .elementor-container{ max-width: 100% !important; padding: 0px !important; } body { margin: 0; padding: 0; } .fs-footer{ background-color: #0B0817; } .fs-container { max-width: 1360px; margin: 0 auto; padding: 40px 20px; font-family: Arial, sans-serif; } .fs-main { display: flex; /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */ gap: 30px; margin-bottom: 10px; justify-content: space-between; flex-wrap: wrap; } .fs-section { margin-bottom: 20px; min-width: 240px; } .fs-section-title { font-size: 16px; font-weight: 500; margin-bottom: 15px; color: #fff; } .fs-list { list-style: none; padding: 0; margin: 0; } .fs-list-item { margin-bottom: 15px; font-size: 14px; } .fs-list-link { text-decoration: none; color: #ffffffbc; transition: color 0.3s; } .fs-list-link:hover { color: #FFF; } .fs-list-link:visited{ color: #ffffffbc !important; } .fs-list-link:active{ color: #ffffffbc !important; } .fs-list-link:focus{ color: #fff !important; } .fs-list-link:focus-visible{ color: #fff !important; } .fs-contact { margin-top: 10px; } .fs-contact-email { display: flex; margin-bottom: 15px; color: #ffffffbc; text-decoration: none; gap:5px; align-items: center; font-size: 14px; } .fs-contact-location-name{ color: #ffffffbc; font-size: 14px; } .fs-contact-location { margin-bottom: 20px; display: flex; align-items: center; } .fs-contact-location figure{ margin: 0px 10px 0 0 !important; padding-right: 10px; border-right: 1px solid #fff; max-width: 50px; } .fs-contact-location-name { font-weight: bold; /*margin-bottom: 5px;*/ } .fs-contact-phone { color: #ffffffbc; text-decoration: none; font-size: 14px; } .fs-bottom { display: flex; align-items: center; border-top: 1px solid #eeeeeeb7; padding-top: 30px; flex-direction: row; justify-content: space-between; gap:10px; } .fs-copyright { color: #ffffffbc; margin-bottom: 15px; text-align: center; font-size: 14px; } .fs-social { display: flex; gap: 5px; flex-direction: column; } .fs-social-2 { display: flex; gap: 15px; } .fs-social-link { color: #1A52D7; text-decoration: none; font-weight: bold; } .fs-icon-img{ max-width: 40px; opacity: .8; } .fs-com-logo{ max-width: 155px; } @media (max-width: 768px) { .fs-main { grid-template-columns: repeat(2, 1fr); } .fs-bottom{ flex-direction: column; text-align: center; } } @media (max-width: 480px) { .fs-main { grid-template-columns: 1fr; } } </style> <footer class="fs-footer"> <div class="fs-container"> <div class="fs-main"> <div class="fs-section"> <h3 class="fs-section-title">Services</h3> <ul class="fs-list"> <li class="fs-list-item"><a href="javascript:void(0)" class="fs-list-link">Enterprise Application Development</a></li> <li class="fs-list-item"><a href="javascript:void(0)" class="fs-list-link">Product Architecture & Design</a></li> <li class="fs-list-item"><a href="javascript:void(0)" class="fs-list-link">Data Engineering & Analytics</a></li> <li class="fs-list-item"><a href="javascript:void(0)" class="fs-list-link">Cloud & DevOps Solutions</a></li> <li class="fs-list-item"><a href="javascript:void(0)" class="fs-list-link">AI Enabled Applications</a></li> <li class="fs-list-item"><a href="javascript:void(0)" class="fs-list-link">Remote Engineering Teams</a></li> </ul> </div> <div class="fs-section"> <h3 class="fs-section-title">Technologies</h3> <ul class="fs-list"> <li class="fs-list-item"><a href="https://lng-consultancy.com/azure-cloud-development/" class="fs-list-link">Azure</a></li> <li class="fs-list-item"><a href="https://lng-consultancy.com/sitecore/" class="fs-list-link">Sitecore</a></li> <li class="fs-list-item"><a href="https://lng-consultancy.com/angular/" class="fs-list-link">Angular</a></li> <li class="fs-list-item"><a href="https://lng-consultancy.com/net-development/" class="fs-list-link">C# .NET</a></li> <li class="fs-list-item"><a href="https://lng-consultancy.com/cloud-development/" class="fs-list-link">Cloud Solutions</a></li> </ul> </div> <div class="fs-section"> <h3 class="fs-section-title">Company</h3> <ul class="fs-list"> <li class="fs-list-item"><a href="https://lng-consultancy.com/about-us/" class="fs-list-link">About us</a></li> <li class="fs-list-item"><a href="https://lng-consultancy.com/our-team/" class="fs-list-link">Our Team</a></li> <li class="fs-list-item"><a href="https://lng-consultancy.com/careers/" class="fs-list-link">Careers</a></li> <li class="fs-list-item"><a href="https://lng-consultancy.com/case-studies/" class="fs-list-link">Success Stories</a></li> <li class="fs-list-item"><a href="https://lng-consultancy.com/blog/" class="fs-list-link">Blog</a></li> </ul> </div> <div class="fs-section"> <h3 class="fs-section-title">Contact us</h3> <a href="mailto:info@lingconsultancy.co.za" class="fs-contact-email"><img src="https://lng-consultancy.com/staging/5474/wp-content/uploads/2025/06/Vectormail.svg" alt="social"/>info@lngconsultancy.co.za</a> <div class="fs-contact"> <div class="fs-contact-location"> <figure> <img class="fs-icon-img" src="https://lng-consultancy.com/staging/5474/wp-content/uploads/2020/09/johannesburg.png" alt="loc-icons"/> </figure> <div> <div class="fs-contact-location-name">South Africa</div> <a href="tel:+27-849465127" class="fs-contact-phone">Phone: <span style="color:#1A52D7">+27-849465127</span></a> </div> </div> <div class="fs-contact-location"> <figure > <img class="fs-icon-img" src="https://lng-consultancy.com/staging/5474/wp-content/uploads/2020/09/eiffel-tower.png" alt="loc-icons"/> </figure> <div> <div class="fs-contact-location-name">Dubai</div> <a href="tel:+971-555079890" class="fs-contact-phone">Phone: <span style="color:#1A52D7">+971-555079890</span></a> </div> </div> <div class="fs-contact-location"> <figure> <img class="fs-icon-img" src="https://lng-consultancy.com/staging/5474/wp-content/uploads/2020/09/gate-of-india.png" alt="loc-icons"/> </figure> <div> <div class="fs-contact-location-name">India</div> <a href="tel:+91-7717305144" class="fs-contact-phone">Phone: <span style="color:#1A52D7"> +91-7717305144</span></a> </div> </div> </div> </div> </div> <div class="fs-bottom" > <figure style="margin: 0;padding: 0;max-width: 158px;"> <a href="https://lng-consultancy.com/"> <img class="fs-com-logo" src="https://i0.wp.com/lng-consultancy.com/wp-content/uploads/2020/01/footer-logo1.png?fit=250%2C90&ssl=1" alt="company-logo"/> </a> </figure> <p class="fs-copyright" style="margin-bottom:0px">Copyright © 2025 L&G Consultancy. All Rights Reserved.</p> <div class="fs-social"> <span class="fs-section-title" style="margin-bottom:0">Follow us</span> <div class="fs-social-2"> <a href="https://mobile.twitter.com/lng_consultancy" class="fs-social-link"> <img src="https://lng-consultancy.com/staging/5474/wp-content/uploads/2019/12/twitter-x-23.png" alt="social"/> </a> <a href="https://www.linkedin.com/company/l-g-consultancy/" class="fs-social-link"> <img src="https://lng-consultancy.com/staging/5474/wp-content/uploads/2025/06/Vector-1.svg" alt="social"/></a> <a href="https://www.facebook.com/lngconsultancyglobal" class="fs-social-link"> <img src="https://lng-consultancy.com/staging/5474/wp-content/uploads/2025/06/Vector-2.svg" alt="social"/></a> <a href="https://www.instagram.com/lngconsultancyglobal/" class="fs-social-link"> <img src="https://lng-consultancy.com/staging/5474/wp-content/uploads/2025/06/Vector-3.svg" alt="social"/></a> </div> </div> </div> </div> </footer> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-611dfe7 ot-traditional elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="611dfe7" data-element_type="section" data-e-type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-170d7dc ot-flex-column-vertical" data-id="170d7dc" data-element_type="column" data-e-type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-7b5bff9 elementor-widget elementor-widget-html" data-id="7b5bff9" data-element_type="widget" data-e-type="widget" data-widget_type="html.default"> <div class="elementor-widget-container"> <style> .newPop-banner { width: 100%; max-width: 1200px; background: linear-gradient(105deg, #0C1228 0%, #151D3F 50%, #0C3678 100%); border: 1px solid rgba(190, 130, 50, 0.3); border-radius: 14px; padding: 20px 24px; display: flex; align-items: center; gap: 18px; position: relative; overflow: hidden; position: fixed; bottom: 10px; z-index: 9; left: 50%; transform: translateX(-50%); } .newPop-banner::after { content: ''; position: absolute; right: 0; top: 0; bottom: 0; width: 45%; background: radial-gradient(ellipse 100% 150% at 100% 50%, rgba(190, 110, 20, 0.22) 0%, transparent 70%); pointer-events: none; } /* Shield icon */ .newPop-icon-wrap { flex-shrink: 0; width: 48px; height: 48px; position: relative; display: flex; align-items: center; justify-content: center; } .newPop-shield { width: 44px; height: 44px; } .newPop-close-x { position: absolute; top: -2px; right: -2px; width: 14px; height: 14px; background: #0e1f30; border: 1px solid #3719CA; border-radius: 3px; display: flex; align-items: center; justify-content: center; font-size: 9px; color: #3719CA; line-height: 1; font-weight: 600; } /* Text */ .newPop-text { flex: 1; min-width: 0; } .newPop-title { font-size: 20px; font-weight: 600; color: #e8edf3; line-height: 1.3; margin-bottom: 8px; } .newPop-desc { font-size: 16px; color: #8fa3b8; line-height: 1.55; } /* Button */ .newPop-got-it { flex-shrink: 0; background: linear-gradient(103deg, #3719ca 0%, #1dd1e8 100%); color: #fff; border: none; border-radius: 8px; padding: 10px 24px; font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 600; cursor: pointer; white-space: nowrap; transition: opacity 0.2s, transform 0.15s; z-index: 1; } .newPop-got-it:hover { opacity: 0.85; transform: scale(1.02); } .newPop-got-it:active { transform: scale(0.97); } /* Dismiss animation */ .newPop-banner.hide { animation: slideUp 0.3s ease forwards; } @keyframes slideUp { to { opacity: 0; transform: translateY(-10px); } } /* Mobile */ @media (max-width: 540px) { .newPop-banner { flex-wrap: wrap; padding: 16px 18px; gap: 12px; border-radius: 12px; } .newPop-got-it { width: 100%; text-align: center; } .newPop-desc { font-size: 12.5px; } } </style> <div class="newPop-banner" id="newPop-banner"> <!-- Shield Icon --> <div class="newPop-icon-wrap"> <svg class="newPop-shield" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M22 4L6 10V22C6 31 14 38.5 22 41C30 38.5 38 31 38 22V10L22 4Z" fill="none" stroke="#3719CA" stroke-width="1.5" stroke-linejoin="round"/> <text x="22" y="27" text-anchor="middle" font-family="monospace" font-size="13" fill="#3719CA" font-weight="500"></></text> </svg> <div class="newPop-close-x">×</div> </div> <!-- Text --> <div class="newPop-text"> <p class="newPop-title">Design update in progress.</p> <p class="newPop-desc">This page reflects our latest information but will receive a visual refresh soon as part of our site redesign.</p> </div> <!-- Button --> <button class="newPop-got-it" onclick="dismiss()">Got it!</button> </div> <script> function dismiss() { const b = document.getElementById('newPop-banner'); b.classList.add('hide'); b.addEventListener('animationend', () => b.remove()); } </script> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-838dae9 ot-traditional elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="838dae9" data-element_type="section" data-e-type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-38e63bd ot-flex-column-vertical" data-id="38e63bd" data-element_type="column" data-e-type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> </div> </footer></div><!-- #page --> <!-- // popup modal for user image --> <div id="user-Modal" class="lng-user-modal"> <span class="lng-close-x">×</span> <div class="modal-content"> <img class="modal-image" id="large-image"> </div> </div> <script> var main_image_url = document.getElementById("author_main_image_url"); var modal = document.getElementById("user-Modal"); var img = document.getElementById("author-series-avatar"); var modalImg = document.getElementById("large-image"); img.onclick = function() { modal.style.display = "block"; modalImg.src = main_image_url.innerHTML; }; var span = document.getElementsByClassName("lng-close-x")[0]; span.onclick = function() { modal.style.display = "none"; }</script> <script> window.RS_MODULES = window.RS_MODULES || {}; window.RS_MODULES.modules = window.RS_MODULES.modules || {}; window.RS_MODULES.waiting = window.RS_MODULES.waiting || []; window.RS_MODULES.defered = true; window.RS_MODULES.moduleWaiting = window.RS_MODULES.moduleWaiting || {}; window.RS_MODULES.type = 'compiled'; </script> <script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/staging/5474/*"},{"not":{"href_matches":["/staging/5474/wp-*.php","/staging/5474/wp-admin/*","/staging/5474/wp-content/uploads/*","/staging/5474/wp-content/*","/staging/5474/wp-content/plugins/*","/staging/5474/wp-content/themes/engitech/*","/staging/5474/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <script>window.wpsc_print_css_uri = 'https://lng-consultancy.com/staging/5474/wp-content/plugins/structured-content/dist/print.css';</script><script id='kirki-viewport-lists'>var kirkiViewports = {"md":{"value":1200,"scale":1,"minWidth":1200,"maxWidth":1200,"title":"Desktop","icon":"desktop","activeIcon":"desktop-hover","id":"md","type":"max"},"tablet":{"value":991,"scale":1,"minWidth":991,"maxWidth":991,"title":"Tablet","icon":"tablet-default","activeIcon":"tablet-hover","type":"max","id":"tablet"},"mobileLandscape":{"value":767,"scale":1,"minWidth":767,"maxWidth":767,"title":"Landscape","icon":"phone-hr-default","activeIcon":"phone-hr-hover","type":"max","id":"mobileLandscape"},"mobile":{"value":575,"scale":1,"minWidth":575,"maxWidth":575,"title":"Mobile","icon":"phone-vr-default","activeIcon":"phone-vr-hover","type":"max","id":"mobile"}};</script><script id='kirki-variable-lists'>var kirkiCSSVariable = {"data":[{"title":"Colors","key":"color","modes":[{"title":"Default","key":"default"}],"variables":[]},{"title":"Numbers","key":"size","modes":[{"title":"Default","key":"default"}],"variables":[]},{"title":"Text Styles","key":"text-style","modes":[{"title":"Default","key":"default"}],"variables":[]},{"title":"Font Family","key":"font-family","modes":[{"title":"Default","key":"default"}],"variables":[]}]};</script><script id="kirki-api-and-nonce"> window.wp_kirki = { ajaxUrl: "https://lng-consultancy.com/staging/5474/wp-admin/admin-ajax.php", restUrl: "https://lng-consultancy.com/staging/5474/wp-json/", siteUrl: "https://lng-consultancy.com/staging/5474", apiVersion: "v1", postId: "3649", nonce: "728b734b76", call_from: "", templateId: "", context: {"id":3649,"type":"post"} }; </script><a id="back-to-top" href="#" class="show"><i class="flaticon-up-arrow"></i></a> <!-- Click to Chat - https://holithemes.com/plugins/click-to-chat/ v4.39 --> <style id="ht-ctc-entry-animations">.ht_ctc_entry_animation{animation-duration:0.4s;animation-fill-mode:both;animation-delay:0s;animation-iteration-count:1;} @keyframes ht_ctc_anim_corner {0% {opacity: 0;transform: scale(0);}100% {opacity: 1;transform: scale(1);}}.ht_ctc_an_entry_corner {animation-name: ht_ctc_anim_corner;animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);transform-origin: bottom var(--side, right);} </style> <div class="ht-ctc ht-ctc-chat ctc-analytics ctc_wp_desktop style-2 ht_ctc_entry_animation ht_ctc_an_entry_corner " id="ht-ctc-chat" style="display: none; position: fixed; bottom: 15px; right: 15px;" > <div class="ht_ctc_style ht_ctc_chat_style"> <div style="display: flex; justify-content: center; align-items: center; " class="ctc-analytics ctc_s_2"> <p class="ctc-analytics ctc_cta ctc_cta_stick ht-ctc-cta ht-ctc-cta-hover " style="padding: 0px 16px; line-height: 1.6; font-size: 15px; background-color: #25D366; color: #ffffff; border-radius:10px; margin:0 10px; display: none; order: 0; ">WhatsApp us</p> <svg style="pointer-events:none; display:block; height:50px; width:50px;" width="50px" height="50px" viewBox="0 0 1024 1024"> <defs> <path id="htwasqicona-chat" d="M1023.941 765.153c0 5.606-.171 17.766-.508 27.159-.824 22.982-2.646 52.639-5.401 66.151-4.141 20.306-10.392 39.472-18.542 55.425-9.643 18.871-21.943 35.775-36.559 50.364-14.584 14.56-31.472 26.812-50.315 36.416-16.036 8.172-35.322 14.426-55.744 18.549-13.378 2.701-42.812 4.488-65.648 5.3-9.402.336-21.564.505-27.15.505l-504.226-.081c-5.607 0-17.765-.172-27.158-.509-22.983-.824-52.639-2.646-66.152-5.4-20.306-4.142-39.473-10.392-55.425-18.542-18.872-9.644-35.775-21.944-50.364-36.56-14.56-14.584-26.812-31.471-36.415-50.314-8.174-16.037-14.428-35.323-18.551-55.744-2.7-13.378-4.487-42.812-5.3-65.649-.334-9.401-.503-21.563-.503-27.148l.08-504.228c0-5.607.171-17.766.508-27.159.825-22.983 2.646-52.639 5.401-66.151 4.141-20.306 10.391-39.473 18.542-55.426C34.154 93.24 46.455 76.336 61.07 61.747c14.584-14.559 31.472-26.812 50.315-36.416 16.037-8.172 35.324-14.426 55.745-18.549 13.377-2.701 42.812-4.488 65.648-5.3 9.402-.335 21.565-.504 27.149-.504l504.227.081c5.608 0 17.766.171 27.159.508 22.983.825 52.638 2.646 66.152 5.401 20.305 4.141 39.472 10.391 55.425 18.542 18.871 9.643 35.774 21.944 50.363 36.559 14.559 14.584 26.812 31.471 36.415 50.315 8.174 16.037 14.428 35.323 18.551 55.744 2.7 13.378 4.486 42.812 5.3 65.649.335 9.402.504 21.564.504 27.15l-.082 504.226z"/> </defs> <linearGradient id="htwasqiconb-chat" gradientUnits="userSpaceOnUse" x1="512.001" y1=".978" x2="512.001" y2="1025.023"> <stop offset="0" stop-color="#61fd7d"/> <stop offset="1" stop-color="#2bb826"/> </linearGradient> <use xlink:href="#htwasqicona-chat" overflow="visible" style="fill: url(#htwasqiconb-chat)" fill="url(#htwasqiconb-chat)"/> <g> <path style="fill: #FFFFFF;" fill="#FFF" d="M783.302 243.246c-69.329-69.387-161.529-107.619-259.763-107.658-202.402 0-367.133 164.668-367.214 367.072-.026 64.699 16.883 127.854 49.017 183.522l-52.096 190.229 194.665-51.047c53.636 29.244 114.022 44.656 175.482 44.682h.151c202.382 0 367.128-164.688 367.21-367.094.039-98.087-38.121-190.319-107.452-259.706zM523.544 808.047h-.125c-54.767-.021-108.483-14.729-155.344-42.529l-11.146-6.612-115.517 30.293 30.834-112.592-7.259-11.544c-30.552-48.579-46.688-104.729-46.664-162.379.066-168.229 136.985-305.096 305.339-305.096 81.521.031 158.154 31.811 215.779 89.482s89.342 134.332 89.312 215.859c-.066 168.243-136.984 305.118-305.209 305.118zm167.415-228.515c-9.177-4.591-54.286-26.782-62.697-29.843-8.41-3.062-14.526-4.592-20.645 4.592-6.115 9.182-23.699 29.843-29.053 35.964-5.352 6.122-10.704 6.888-19.879 2.296-9.176-4.591-38.74-14.277-73.786-45.526-27.275-24.319-45.691-54.359-51.043-63.543-5.352-9.183-.569-14.146 4.024-18.72 4.127-4.109 9.175-10.713 13.763-16.069 4.587-5.355 6.117-9.183 9.175-15.304 3.059-6.122 1.529-11.479-.765-16.07-2.293-4.591-20.644-49.739-28.29-68.104-7.447-17.886-15.013-15.466-20.645-15.747-5.346-.266-11.469-.322-17.585-.322s-16.057 2.295-24.467 11.478-32.113 31.374-32.113 76.521c0 45.147 32.877 88.764 37.465 94.885 4.588 6.122 64.699 98.771 156.741 138.502 21.892 9.45 38.982 15.094 52.308 19.322 21.98 6.979 41.982 5.995 57.793 3.634 17.628-2.633 54.284-22.189 61.932-43.615 7.646-21.427 7.646-39.791 5.352-43.617-2.294-3.826-8.41-6.122-17.585-10.714z"/> </g> </svg></div> </div> </div> <span class="ht_ctc_chat_data" data-settings="{"number":"917717305144","pre_filled":"","dis_m":"show","dis_d":"show","css":"cursor: pointer; z-index: 99999999;","pos_d":"position: fixed; bottom: 15px; right: 15px;","pos_m":"position: fixed; bottom: 15px; right: 15px;","side_d":"right","side_m":"right","schedule":"no","se":150,"ani":"no-animation","page_id":3649,"url_target_d":"_blank","ga":"yes","gtm":"1","fb":"yes","webhook_format":"json","g_init":"default","g_an_event_name":"chat: {number}","gtm_event_name":"Click to Chat","pixel_event_name":"Click to Chat by HoliThemes"}" data-rest="728b734b76"></span> <script> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); </script> <link rel='stylesheet' id='elementor-frontend-css' href='https://lng-consultancy.com/staging/5474/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.0.5' media='all' /> <link rel='stylesheet' id='elementor-post-2843-css' href='https://lng-consultancy.com/staging/5474/wp-content/uploads/elementor/css/post-2843.css?ver=1779818633' media='all' /> <link rel='stylesheet' id='widget-icon-list-css' href='https://lng-consultancy.com/staging/5474/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=4.0.5' media='all' /> <link rel='stylesheet' id='widget-social-icons-css' href='https://lng-consultancy.com/staging/5474/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=4.0.5' media='all' /> <link rel='stylesheet' id='e-apple-webkit-css' href='https://lng-consultancy.com/staging/5474/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css?ver=4.0.5' media='all' /> <link rel='stylesheet' id='widget-icon-box-css' href='https://lng-consultancy.com/staging/5474/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css?ver=4.0.5' media='all' /> <link rel='stylesheet' id='elementor-post-2854-css' href='https://lng-consultancy.com/staging/5474/wp-content/uploads/elementor/css/post-2854.css?ver=1779818633' media='all' /> <link rel='stylesheet' id='elementor-post-2856-css' href='https://lng-consultancy.com/staging/5474/wp-content/uploads/elementor/css/post-2856.css?ver=1779818633' media='all' /> <link rel='stylesheet' id='widget-heading-css' href='https://lng-consultancy.com/staging/5474/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.0.5' media='all' /> <link rel='stylesheet' id='swiper-css' href='https://lng-consultancy.com/staging/5474/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=8.4.5' media='all' /> <link rel='stylesheet' id='e-swiper-css' href='https://lng-consultancy.com/staging/5474/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=4.0.5' media='all' /> <link rel='stylesheet' id='widget-image-gallery-css' href='https://lng-consultancy.com/staging/5474/wp-content/plugins/elementor/assets/css/widget-image-gallery.min.css?ver=4.0.5' media='all' /> <link rel='stylesheet' id='e-animation-float-css' href='https://lng-consultancy.com/staging/5474/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-float.min.css?ver=4.0.5' media='all' /> <link rel='stylesheet' id='elementor-post-1308-css' href='https://lng-consultancy.com/staging/5474/wp-content/uploads/elementor/css/post-1308.css?ver=1779818633' media='all' /> <link rel='stylesheet' id='widget-image-css' href='https://lng-consultancy.com/staging/5474/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.0.5' media='all' /> <link rel='stylesheet' id='elementor-icons-css' href='https://lng-consultancy.com/staging/5474/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.48.0' media='all' /> <link rel='stylesheet' id='elementor-post-6-css' href='https://lng-consultancy.com/staging/5474/wp-content/uploads/elementor/css/post-6.css?ver=1779818633' media='all' /> <link rel='stylesheet' id='elementor-gf-local-nunitosans-css' href='https://lng-consultancy.com/staging/5474/wp-content/uploads/elementor/google-fonts/css/nunitosans.css?ver=1742234567' media='all' /> <link rel='stylesheet' id='elementor-gf-local-nunito-css' href='https://lng-consultancy.com/staging/5474/wp-content/uploads/elementor/google-fonts/css/nunito.css?ver=1742234592' media='all' /> <link rel='stylesheet' id='elementor-gf-local-montserrat-css' href='https://lng-consultancy.com/staging/5474/wp-content/uploads/elementor/google-fonts/css/montserrat.css?ver=1742234620' media='all' /> <link rel='stylesheet' id='elementor-gf-local-roboto-css' href='https://lng-consultancy.com/staging/5474/wp-content/uploads/elementor/google-fonts/css/roboto.css?ver=1742234523' media='all' /> <link rel='stylesheet' id='elementor-gf-local-robotoslab-css' href='https://lng-consultancy.com/staging/5474/wp-content/uploads/elementor/google-fonts/css/robotoslab.css?ver=1742234540' media='all' /> <link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://lng-consultancy.com/staging/5474/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://lng-consultancy.com/staging/5474/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://lng-consultancy.com/staging/5474/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3' media='all' /> <link rel='stylesheet' id='rs-plugin-settings-css' href='https://lng-consultancy.com/staging/5474/wp-content/plugins/revslider/public/assets/css/rs6.css?ver=6.5.19' media='all' /> <style id="rs-plugin-settings-inline-css"> #rs-demo-id {} /*# sourceURL=rs-plugin-settings-inline-css */ </style> <script id="ce4wp_form_submit-js-extra"> var ce4wp_form_submit_data = {"siteUrl":"https://lng-consultancy.com/staging/5474","url":"https://lng-consultancy.com/staging/5474/wp-admin/admin-ajax.php","nonce":"492a9530c1","listNonce":"c279d16712","activatedNonce":"e86c8e45cb"}; //# sourceURL=ce4wp_form_submit-js-extra </script> <script id="ce4wp_form_submit-js" src="https://lng-consultancy.com/staging/5474/wp-content/plugins/creative-mail-by-constant-contact/assets/js/block/submit.js?ver=1715038782"></script> <script id="structured-content-frontend-js" src="https://lng-consultancy.com/staging/5474/wp-content/plugins/structured-content/dist/app.build.js?ver=1.7.0"></script> <script id="ht_ctc_app_js-js-extra"> var ht_ctc_chat_var = {"number":"917717305144","pre_filled":"","dis_m":"show","dis_d":"show","css":"cursor: pointer; z-index: 99999999;","pos_d":"position: fixed; bottom: 15px; right: 15px;","pos_m":"position: fixed; bottom: 15px; right: 15px;","side_d":"right","side_m":"right","schedule":"no","se":"150","ani":"no-animation","page_id":"3649","url_target_d":"_blank","ga":"yes","gtm":"1","fb":"yes","webhook_format":"json","g_init":"default","g_an_event_name":"chat: {number}","gtm_event_name":"Click to Chat","pixel_event_name":"Click to Chat by HoliThemes"}; var ht_ctc_variables = {"g_an_event_name":"chat: {number}","gtm_event_name":"Click to Chat","pixel_event_type":"trackCustom","pixel_event_name":"Click to Chat by HoliThemes","g_an_params":["g_an_param_1","g_an_param_2"],"g_an_param_1":{"key":"event_category","value":"Click to Chat for WhatsApp"},"g_an_param_2":{"key":"event_label","value":"{title}, {url}"},"pixel_params":["pixel_param_1","pixel_param_2","pixel_param_3","pixel_param_4"],"pixel_param_1":{"key":"Category","value":"Click to Chat for WhatsApp"},"pixel_param_2":{"key":"ID","value":"{number}"},"pixel_param_3":{"key":"Title","value":"{title}"},"pixel_param_4":{"key":"URL","value":"{url}"},"gtm_params":["gtm_param_1","gtm_param_2","gtm_param_3","gtm_param_4","gtm_param_5"],"gtm_param_1":{"key":"type","value":"chat"},"gtm_param_2":{"key":"number","value":"{number}"},"gtm_param_3":{"key":"title","value":"{title}"},"gtm_param_4":{"key":"url","value":"{url}"},"gtm_param_5":{"key":"ref","value":"dataLayer push"}}; //# sourceURL=ht_ctc_app_js-js-extra </script> <script data-wp-strategy="defer" defer id="ht_ctc_app_js-js" src="https://lng-consultancy.com/staging/5474/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/assets/js/app.js?ver=4.39"></script> <script id="wp-hooks-js" src="https://c0.wp.com/c/7.0/wp-includes/js/dist/hooks.min.js"></script> <script id="wp-i18n-js" src="https://c0.wp.com/c/7.0/wp-includes/js/dist/i18n.min.js"></script> <script id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); //# sourceURL=wp-i18n-js-after </script> <script id="swv-js" src="https://lng-consultancy.com/staging/5474/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.6"></script> <script id="contact-form-7-js-before"> var wpcf7 = { "api": { "root": "https:\/\/lng-consultancy.com\/staging\/5474\/wp-json\/", "namespace": "contact-form-7\/v1" }, "cached": 1 }; //# sourceURL=contact-form-7-js-before </script> <script id="contact-form-7-js" src="https://lng-consultancy.com/staging/5474/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.6"></script> <script defer async id="tp-tools-js" src="https://lng-consultancy.com/staging/5474/wp-content/plugins/revslider/public/assets/js/rbtools.min.js?ver=6.5.18"></script> <script defer async id="revmin-js" src="https://lng-consultancy.com/staging/5474/wp-content/plugins/revslider/public/assets/js/rs6.min.js?ver=6.5.19"></script> <script id="royal-preloader-js" src="https://lng-consultancy.com/staging/5474/wp-content/themes/engitech/js/royal_preloader.min.js?ver=20180910"></script> <script id="imagesloaded-js" src="https://c0.wp.com/c/7.0/wp-includes/js/imagesloaded.min.js"></script> <script id="magnific-popup-js" src="https://lng-consultancy.com/staging/5474/wp-content/themes/engitech/js/jquery.magnific-popup.min.js?ver=20180910"></script> <script id="isotope-js" src="https://lng-consultancy.com/staging/5474/wp-content/themes/engitech/js/jquery.isotope.min.js?ver=20190829"></script> <script id="slick-slider-js" src="https://lng-consultancy.com/staging/5474/wp-content/themes/engitech/js/slick.min.js?ver=20180910"></script> <script id="easypiechart-js" src="https://lng-consultancy.com/staging/5474/wp-content/themes/engitech/js/easypiechart.min.js?ver=20190829"></script> <script id="countdown-js" src="https://lng-consultancy.com/staging/5474/wp-content/themes/engitech/js/jquery.countdown.min.js?ver=20180910"></script> <script id="engitech-elementor-js" src="https://lng-consultancy.com/staging/5474/wp-content/themes/engitech/js/elementor.js?ver=20180910"></script> <script id="engitech-elementor-header-js" src="https://lng-consultancy.com/staging/5474/wp-content/themes/engitech/js/elementor-header.js?ver=20180910"></script> <script id="engitech-scripts-js" src="https://lng-consultancy.com/staging/5474/wp-content/themes/engitech/js/scripts.js?ver=20180910"></script> <script id="engitech-header-mobile-scripts-js" src="https://lng-consultancy.com/staging/5474/wp-content/themes/engitech/js/header-mobile.js?ver=20180910"></script> <script id="jetpack-stats-js-before"> _stq = window._stq || []; _stq.push([ "view", {"v":"ext","blog":"204271165","post":"3649","tz":"0","srv":"lng-consultancy.com","j":"1:15.8"} ]); _stq.push([ "clickTrackerInit", "204271165", "3649" ]); //# sourceURL=jetpack-stats-js-before </script> <script data-wp-strategy="defer" defer id="jetpack-stats-js" src="https://stats.wp.com/e-202626.js"></script> <script id="elementor-webpack-runtime-js" src="https://lng-consultancy.com/staging/5474/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=4.0.5"></script> <script id="elementor-frontend-modules-js" src="https://lng-consultancy.com/staging/5474/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.0.5"></script> <script id="jquery-ui-core-js" src="https://c0.wp.com/c/7.0/wp-includes/js/jquery/ui/core.min.js"></script> <script id="elementor-frontend-js-before"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"4.0.5","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"e_opt_in_v4_page":true,"e_components":true,"e_interactions":true,"e_widget_creation":true,"import-export-customization":true},"urls":{"assets":"https:\/\/lng-consultancy.com\/staging\/5474\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/lng-consultancy.com\/staging\/5474\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/lng-consultancy.com\/staging\/5474\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"b885ef0779","atomicFormsSendForm":"cb0f7d1d1f"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":3649,"title":"Basic%20Search%20Engine%20Optimization%20-%20L%26G%20Consultancy","excerpt":"","featuredImage":"https:\/\/i0.wp.com\/lng-consultancy.com\/staging\/5474\/wp-content\/uploads\/2021\/09\/Untitled-design-12.jpg?fit=1024%2C536&ssl=1"}}; //# sourceURL=elementor-frontend-js-before </script> <script id="elementor-frontend-js" src="https://lng-consultancy.com/staging/5474/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.0.5"></script> <script id="swiper-js" src="https://lng-consultancy.com/staging/5474/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.5"></script> <script id="wp-emoji-settings" type="application/json"> {"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://lng-consultancy.com/staging/5474/wp-includes/js/wp-emoji-release.min.js?ver=7.0"}} </script> <script type="module"> /*! This file is auto-generated */ const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))}); //# sourceURL=https://lng-consultancy.com/staging/5474/wp-includes/js/wp-emoji-loader.min.js </script> <script type="text/javascript" src='//lng-consultancy.com/staging/5474/wp-content/uploads/custom-css-js/16827.js?v=3199'></script> </body> </html> <!-- Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin Served from: landgconsultancy.com @ 2026-06-25 05:33:44 by W3 Total Cache -->