Working with timedoctor & desktime on client projects

Working with timedoctor & desktime on client projects

Working with timedoctor & desktime on client projects You will need 3 kinds of access to begin work. Access to a website that you will work on Time doctor access (track hours work for a client) Desktime access (track hours for payment) Working with desktime Download desktime from https://desktime.com/download Install on your system after download Login […]

Accessing Zoho Mail on Gmail POP3 SMTP

Accessing Zoho Mail

Accessing Zoho Mail on Gmail POP3 SMTP Login to your Gmail account Go to Settings (Gear Icon) Go to Settings Choose the Accounts tab Now find the section labeled:   “Check mail from other accounts (using POP3):” Click “Add a POP3 mail account you own”   Enter your company email account [email protected]  in “Enter The Email […]

Schema markup audit for any website

Schema markup audit for any website ‘Structured data’ snippet data seen in search results . Its added to webpage’s HTML to provide more detailed information about what the content on that page is actually about. Main Structured Data Vocabularies Schema.org – Standardized list agreed by major search engines to support/understand Microformats.org – hCard, hReview RFDa […]

Content Audit for Any Website

Content Audit for Any Website

Screaming Frog Data | URL profiler Data Example   Crawling the site. Take inventory of all content available for indexation Crawling the site with Screaming Frog or xenu  Export and duplicate the crawled list Separate all URLs with robots meta or X-Robots noindex tags  Separate other URLS based on server status errors   Understanding Sheet […]

Technical SEO Audit for any website

Technical SEO Audit for any website

Accessibility / Findability Issues Index in Google Search google with site:sitename.com Crawl vs. Index Status Need google webmaster Server Uptime Check status on https://www.uptrends.com/tools/uptime  Robots.txt Check status on http://sitename.com/robots.txt  Use of Meta Robots Tag Go to screaming frog tool and run a scan. In the ‘internal all’ report, scroll to the right to get the […]

The Best Online Tools for Businesses in 2025 (With Use Cases)

Tools for Businesses

In 2025, running a successful online business means using the right digital tools to stay competitive, efficient, and scalable. This guide covers 25 of the most powerful online platforms, from AI-enhanced marketing and customer support tools to secure payment gateways, SEO optimizers, and visual content creators. Whether you’re a solo entrepreneur or managing a growing team, these tools offer automation, insight, and performance at every stage of your business journey. Learn how platforms like Notion, Stripe, Canva, GA4, and ChatGPT are transforming how businesses operate and grow in the digital age. Stay ahead with the tools that matter most.

Improve wordpress website performance: Step by Step

Improve wordpress website performance Step by Step guide

Speed up my website: Backup and benchmark Before doing anything  you must first take a backup the site as well as create a benchmark report. Go to the following websites and create and download performances  https://gtmetrix.com/ https://tools.pingdom.com/ Improve wordpress website performance: Basic Checklist Update all the plugins Update all the themes Remove all unused plugins […]

Install SSL on Main Domain via google cloud bitnami (Information)

(Guide) SSL on Main Domain via google cloud bitnami (Information) SOP for SSL on Main Domain via google cloud bitnami (Information) How To Enable HTTPS Support With SSL Certificates? NOTE: The steps below assume that you are using a custom domain name and that you have already configured the custom domain name to point to […]

Change active menu on page scroll

SOP- Change Active Menu Item on Page Scroll

CSS styling for active menu item <style> #mega-menu-primary .active a{ color:  #47c2ff !important; } </style> —————- Script to enable menu change when the page scrolls <script> jQuery.noConflict(); (function( $ ) {   $(function() {       // Cache selectors var lastId,     topMenu = $(“#mega-menu-primary”),     topMenuHeight = topMenu.outerHeight()+15,     // All list items menuItems = topMenu.find(‘a[href^=”#”]’),     // Anchors corresponding […]