403Webshell
Server IP : 138.197.176.125  /  Your IP : 216.73.217.122
Web Server : Apache/2.4.41 (Ubuntu)
System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User : root ( 0)
PHP Version : 8.3.19
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/SmartSyncBlog/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/SmartSyncBlog/dev_wowchat_wp.sql
-- MySQL dump 10.13  Distrib 8.0.42, for Linux (x86_64)
--
-- Host: localhost    Database: dev_wowchat_wp
-- ------------------------------------------------------
-- Server version	8.0.42-0ubuntu0.20.04.1

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!50503 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `wp_commentmeta`
--

DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_commentmeta`
--

LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_comments`
--

DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_karma` int NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint unsigned NOT NULL DEFAULT '0',
  `user_id` bigint unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_comments`
--

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2025-11-11 07:21:40','2025-11-11 07:21:40','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com/\">Gravatar</a>.',0,'post-trashed','','comment',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_links`
--

DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_links` (
  `link_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint unsigned NOT NULL DEFAULT '1',
  `link_rating` int NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_links`
--

LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_options`
--

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_options` (
  `option_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=1794 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_options`
--

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'cron','a:12:{i:1764768100;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1764769656;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1764789741;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1764793298;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1764795098;a:1:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1764796898;a:1:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1764832900;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1764832941;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1764832943;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1765273046;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1765351300;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','on'),(2,'siteurl','https://dev.wowchat.co/blog','on'),(3,'home','https://dev.wowchat.co/blog','on'),(4,'blogname','Wowchat_Dev','on'),(5,'blogdescription','','on'),(6,'users_can_register','0','on'),(7,'admin_email','keval.kadecha@varianceinfotech.com','on'),(8,'start_of_week','1','on'),(9,'use_balanceTags','0','on'),(10,'use_smilies','1','on'),(11,'require_name_email','1','on'),(12,'comments_notify','1','on'),(13,'posts_per_rss','10','on'),(14,'rss_use_excerpt','0','on'),(15,'mailserver_url','mail.example.com','on'),(16,'mailserver_login','login@example.com','on'),(17,'mailserver_pass','','on'),(18,'mailserver_port','110','on'),(19,'default_category','1','on'),(20,'default_comment_status','open','on'),(21,'default_ping_status','open','on'),(22,'default_pingback_flag','1','on'),(23,'posts_per_page','20','on'),(24,'date_format','F j, Y','on'),(25,'time_format','g:i a','on'),(26,'links_updated_date_format','F j, Y g:i a','on'),(27,'comment_moderation','0','on'),(28,'moderation_notify','1','on'),(29,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','on'),(30,'rewrite_rules','a:94:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','on'),(31,'hack_file','0','on'),(32,'blog_charset','UTF-8','on'),(33,'moderation_keys','','off'),(34,'active_plugins','a:3:{i:0;s:31:\"katen-widgets/katen-widgets.php\";i:1;s:15:\"kirki/kirki.php\";i:2;s:45:\"users-profile-picture/dew-profile-picture.php\";}','on'),(35,'category_base','','on'),(36,'ping_sites','https://rpc.pingomatic.com/','on'),(37,'comment_max_links','2','on'),(38,'gmt_offset','0','on'),(39,'default_email_category','1','on'),(40,'recently_edited','a:5:{i:0;s:62:\"/var/www/dev.wowchat.co/blog/wp-content/themes/katen/style.css\";i:2;s:63:\"/var/www/dev.wowchat.co/blog/wp-content/themes/katen/header.php\";i:3;s:84:\"/var/www/dev.wowchat.co/blog/wp-content/themes/katen/template-parts/content-grid.php\";i:4;s:63:\"/var/www/dev.wowchat.co/blog/wp-content/themes/katen/footer.php\";i:5;s:67:\"/var/www/dev.wowchat.co/blog/wp-content/plugins/akismet/akismet.php\";}','off'),(41,'template','katen','on'),(42,'stylesheet','katen','on'),(43,'comment_registration','0','on'),(44,'html_type','text/html','on'),(45,'use_trackback','0','on'),(46,'default_role','subscriber','on'),(47,'db_version','60421','on'),(48,'uploads_use_yearmonth_folders','1','on'),(49,'upload_path','','on'),(50,'blog_public','1','on'),(51,'default_link_category','2','on'),(52,'show_on_front','posts','on'),(53,'tag_base','','on'),(54,'show_avatars','1','on'),(55,'avatar_rating','G','on'),(56,'upload_url_path','','on'),(57,'thumbnail_size_w','150','on'),(58,'thumbnail_size_h','150','on'),(59,'thumbnail_crop','1','on'),(60,'medium_size_w','300','on'),(61,'medium_size_h','300','on'),(62,'avatar_default','mystery','on'),(63,'large_size_w','1024','on'),(64,'large_size_h','1024','on'),(65,'image_default_link_type','none','on'),(66,'image_default_size','','on'),(67,'image_default_align','','on'),(68,'close_comments_for_old_posts','0','on'),(69,'close_comments_days_old','14','on'),(70,'thread_comments','1','on'),(71,'thread_comments_depth','5','on'),(72,'page_comments','0','on'),(73,'comments_per_page','50','on'),(74,'default_comments_page','newest','on'),(75,'comment_order','asc','on'),(76,'sticky_posts','a:0:{}','on'),(77,'widget_categories','a:3:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:4:{s:5:\"title\";s:10:\"Categories\";s:5:\"count\";i:1;s:12:\"hierarchical\";i:1;s:8:\"dropdown\";i:0;}}','on'),(78,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),(79,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),(80,'uninstall_plugins','a:0:{}','off'),(81,'timezone_string','','on'),(82,'page_for_posts','0','on'),(83,'page_on_front','0','on'),(84,'default_post_format','0','on'),(85,'link_manager_enabled','0','on'),(86,'finished_splitting_shared_terms','1','on'),(87,'site_icon','15','on'),(88,'medium_large_size_w','768','on'),(89,'medium_large_size_h','0','on'),(90,'wp_page_for_privacy_policy','3','on'),(91,'show_comments_cookies_opt_in','1','on'),(92,'admin_email_lifespan','1778397698','on'),(93,'disallowed_keys','','off'),(94,'comment_previously_approved','1','on'),(95,'auto_plugin_theme_update_emails','a:0:{}','off'),(96,'auto_update_core_dev','enabled','on'),(97,'auto_update_core_minor','enabled','on'),(98,'auto_update_core_major','enabled','on'),(99,'wp_force_deactivated_plugins','a:0:{}','on'),(100,'wp_attachment_pages_enabled','0','on'),(101,'initial_db_version','60421','on'),(102,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','on'),(103,'fresh_site','0','off'),(104,'user_count','5','off'),(105,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','auto'),(106,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"primary-sidebar\";a:5:{i:0;s:8:\"search-3\";i:1;s:14:\"recent-posts-3\";i:2;s:12:\"categories-3\";i:3;s:17:\"recent-comments-3\";i:4;s:10:\"archives-3\";}s:19:\"woocommerce-sidebar\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:14:\"footer-widgets\";a:0:{}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:15:\"footer-widget-3\";a:0:{}s:13:\"array_version\";i:3;}','on'),(107,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(108,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(109,'widget_archives','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:0:{}}','on'),(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(114,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(115,'widget_search','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:1:{s:5:\"title\";s:11:\"Blog Search\";}}','on'),(116,'widget_recent-posts','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:3:{s:5:\"title\";s:12:\"Recent Posts\";s:6:\"number\";i:5;s:9:\"show_date\";b:1;}}','on'),(117,'widget_recent-comments','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:2:{s:5:\"title\";s:15:\"Recent Comments\";s:6:\"number\";i:5;}}','on'),(118,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(119,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(121,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.8.3\";s:5:\"files\";a:536:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:21:\"button/editor-rtl.css\";i:29;s:25:\"button/editor-rtl.min.css\";i:30;s:17:\"button/editor.css\";i:31;s:21:\"button/editor.min.css\";i:32;s:20:\"button/style-rtl.css\";i:33;s:24:\"button/style-rtl.min.css\";i:34;s:16:\"button/style.css\";i:35;s:20:\"button/style.min.css\";i:36;s:22:\"buttons/editor-rtl.css\";i:37;s:26:\"buttons/editor-rtl.min.css\";i:38;s:18:\"buttons/editor.css\";i:39;s:22:\"buttons/editor.min.css\";i:40;s:21:\"buttons/style-rtl.css\";i:41;s:25:\"buttons/style-rtl.min.css\";i:42;s:17:\"buttons/style.css\";i:43;s:21:\"buttons/style.min.css\";i:44;s:22:\"calendar/style-rtl.css\";i:45;s:26:\"calendar/style-rtl.min.css\";i:46;s:18:\"calendar/style.css\";i:47;s:22:\"calendar/style.min.css\";i:48;s:25:\"categories/editor-rtl.css\";i:49;s:29:\"categories/editor-rtl.min.css\";i:50;s:21:\"categories/editor.css\";i:51;s:25:\"categories/editor.min.css\";i:52;s:24:\"categories/style-rtl.css\";i:53;s:28:\"categories/style-rtl.min.css\";i:54;s:20:\"categories/style.css\";i:55;s:24:\"categories/style.min.css\";i:56;s:19:\"code/editor-rtl.css\";i:57;s:23:\"code/editor-rtl.min.css\";i:58;s:15:\"code/editor.css\";i:59;s:19:\"code/editor.min.css\";i:60;s:18:\"code/style-rtl.css\";i:61;s:22:\"code/style-rtl.min.css\";i:62;s:14:\"code/style.css\";i:63;s:18:\"code/style.min.css\";i:64;s:18:\"code/theme-rtl.css\";i:65;s:22:\"code/theme-rtl.min.css\";i:66;s:14:\"code/theme.css\";i:67;s:18:\"code/theme.min.css\";i:68;s:22:\"columns/editor-rtl.css\";i:69;s:26:\"columns/editor-rtl.min.css\";i:70;s:18:\"columns/editor.css\";i:71;s:22:\"columns/editor.min.css\";i:72;s:21:\"columns/style-rtl.css\";i:73;s:25:\"columns/style-rtl.min.css\";i:74;s:17:\"columns/style.css\";i:75;s:21:\"columns/style.min.css\";i:76;s:33:\"comment-author-name/style-rtl.css\";i:77;s:37:\"comment-author-name/style-rtl.min.css\";i:78;s:29:\"comment-author-name/style.css\";i:79;s:33:\"comment-author-name/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:26:\"comment-date/style-rtl.css\";i:85;s:30:\"comment-date/style-rtl.min.css\";i:86;s:22:\"comment-date/style.css\";i:87;s:26:\"comment-date/style.min.css\";i:88;s:31:\"comment-edit-link/style-rtl.css\";i:89;s:35:\"comment-edit-link/style-rtl.min.css\";i:90;s:27:\"comment-edit-link/style.css\";i:91;s:31:\"comment-edit-link/style.min.css\";i:92;s:32:\"comment-reply-link/style-rtl.css\";i:93;s:36:\"comment-reply-link/style-rtl.min.css\";i:94;s:28:\"comment-reply-link/style.css\";i:95;s:32:\"comment-reply-link/style.min.css\";i:96;s:30:\"comment-template/style-rtl.css\";i:97;s:34:\"comment-template/style-rtl.min.css\";i:98;s:26:\"comment-template/style.css\";i:99;s:30:\"comment-template/style.min.css\";i:100;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:101;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:102;s:38:\"comments-pagination-numbers/editor.css\";i:103;s:42:\"comments-pagination-numbers/editor.min.css\";i:104;s:34:\"comments-pagination/editor-rtl.css\";i:105;s:38:\"comments-pagination/editor-rtl.min.css\";i:106;s:30:\"comments-pagination/editor.css\";i:107;s:34:\"comments-pagination/editor.min.css\";i:108;s:33:\"comments-pagination/style-rtl.css\";i:109;s:37:\"comments-pagination/style-rtl.min.css\";i:110;s:29:\"comments-pagination/style.css\";i:111;s:33:\"comments-pagination/style.min.css\";i:112;s:29:\"comments-title/editor-rtl.css\";i:113;s:33:\"comments-title/editor-rtl.min.css\";i:114;s:25:\"comments-title/editor.css\";i:115;s:29:\"comments-title/editor.min.css\";i:116;s:23:\"comments/editor-rtl.css\";i:117;s:27:\"comments/editor-rtl.min.css\";i:118;s:19:\"comments/editor.css\";i:119;s:23:\"comments/editor.min.css\";i:120;s:22:\"comments/style-rtl.css\";i:121;s:26:\"comments/style-rtl.min.css\";i:122;s:18:\"comments/style.css\";i:123;s:22:\"comments/style.min.css\";i:124;s:20:\"cover/editor-rtl.css\";i:125;s:24:\"cover/editor-rtl.min.css\";i:126;s:16:\"cover/editor.css\";i:127;s:20:\"cover/editor.min.css\";i:128;s:19:\"cover/style-rtl.css\";i:129;s:23:\"cover/style-rtl.min.css\";i:130;s:15:\"cover/style.css\";i:131;s:19:\"cover/style.min.css\";i:132;s:22:\"details/editor-rtl.css\";i:133;s:26:\"details/editor-rtl.min.css\";i:134;s:18:\"details/editor.css\";i:135;s:22:\"details/editor.min.css\";i:136;s:21:\"details/style-rtl.css\";i:137;s:25:\"details/style-rtl.min.css\";i:138;s:17:\"details/style.css\";i:139;s:21:\"details/style.min.css\";i:140;s:20:\"embed/editor-rtl.css\";i:141;s:24:\"embed/editor-rtl.min.css\";i:142;s:16:\"embed/editor.css\";i:143;s:20:\"embed/editor.min.css\";i:144;s:19:\"embed/style-rtl.css\";i:145;s:23:\"embed/style-rtl.min.css\";i:146;s:15:\"embed/style.css\";i:147;s:19:\"embed/style.min.css\";i:148;s:19:\"embed/theme-rtl.css\";i:149;s:23:\"embed/theme-rtl.min.css\";i:150;s:15:\"embed/theme.css\";i:151;s:19:\"embed/theme.min.css\";i:152;s:19:\"file/editor-rtl.css\";i:153;s:23:\"file/editor-rtl.min.css\";i:154;s:15:\"file/editor.css\";i:155;s:19:\"file/editor.min.css\";i:156;s:18:\"file/style-rtl.css\";i:157;s:22:\"file/style-rtl.min.css\";i:158;s:14:\"file/style.css\";i:159;s:18:\"file/style.min.css\";i:160;s:23:\"footnotes/style-rtl.css\";i:161;s:27:\"footnotes/style-rtl.min.css\";i:162;s:19:\"footnotes/style.css\";i:163;s:23:\"footnotes/style.min.css\";i:164;s:23:\"freeform/editor-rtl.css\";i:165;s:27:\"freeform/editor-rtl.min.css\";i:166;s:19:\"freeform/editor.css\";i:167;s:23:\"freeform/editor.min.css\";i:168;s:22:\"gallery/editor-rtl.css\";i:169;s:26:\"gallery/editor-rtl.min.css\";i:170;s:18:\"gallery/editor.css\";i:171;s:22:\"gallery/editor.min.css\";i:172;s:21:\"gallery/style-rtl.css\";i:173;s:25:\"gallery/style-rtl.min.css\";i:174;s:17:\"gallery/style.css\";i:175;s:21:\"gallery/style.min.css\";i:176;s:21:\"gallery/theme-rtl.css\";i:177;s:25:\"gallery/theme-rtl.min.css\";i:178;s:17:\"gallery/theme.css\";i:179;s:21:\"gallery/theme.min.css\";i:180;s:20:\"group/editor-rtl.css\";i:181;s:24:\"group/editor-rtl.min.css\";i:182;s:16:\"group/editor.css\";i:183;s:20:\"group/editor.min.css\";i:184;s:19:\"group/style-rtl.css\";i:185;s:23:\"group/style-rtl.min.css\";i:186;s:15:\"group/style.css\";i:187;s:19:\"group/style.min.css\";i:188;s:19:\"group/theme-rtl.css\";i:189;s:23:\"group/theme-rtl.min.css\";i:190;s:15:\"group/theme.css\";i:191;s:19:\"group/theme.min.css\";i:192;s:21:\"heading/style-rtl.css\";i:193;s:25:\"heading/style-rtl.min.css\";i:194;s:17:\"heading/style.css\";i:195;s:21:\"heading/style.min.css\";i:196;s:19:\"html/editor-rtl.css\";i:197;s:23:\"html/editor-rtl.min.css\";i:198;s:15:\"html/editor.css\";i:199;s:19:\"html/editor.min.css\";i:200;s:20:\"image/editor-rtl.css\";i:201;s:24:\"image/editor-rtl.min.css\";i:202;s:16:\"image/editor.css\";i:203;s:20:\"image/editor.min.css\";i:204;s:19:\"image/style-rtl.css\";i:205;s:23:\"image/style-rtl.min.css\";i:206;s:15:\"image/style.css\";i:207;s:19:\"image/style.min.css\";i:208;s:19:\"image/theme-rtl.css\";i:209;s:23:\"image/theme-rtl.min.css\";i:210;s:15:\"image/theme.css\";i:211;s:19:\"image/theme.min.css\";i:212;s:29:\"latest-comments/style-rtl.css\";i:213;s:33:\"latest-comments/style-rtl.min.css\";i:214;s:25:\"latest-comments/style.css\";i:215;s:29:\"latest-comments/style.min.css\";i:216;s:27:\"latest-posts/editor-rtl.css\";i:217;s:31:\"latest-posts/editor-rtl.min.css\";i:218;s:23:\"latest-posts/editor.css\";i:219;s:27:\"latest-posts/editor.min.css\";i:220;s:26:\"latest-posts/style-rtl.css\";i:221;s:30:\"latest-posts/style-rtl.min.css\";i:222;s:22:\"latest-posts/style.css\";i:223;s:26:\"latest-posts/style.min.css\";i:224;s:18:\"list/style-rtl.css\";i:225;s:22:\"list/style-rtl.min.css\";i:226;s:14:\"list/style.css\";i:227;s:18:\"list/style.min.css\";i:228;s:22:\"loginout/style-rtl.css\";i:229;s:26:\"loginout/style-rtl.min.css\";i:230;s:18:\"loginout/style.css\";i:231;s:22:\"loginout/style.min.css\";i:232;s:25:\"media-text/editor-rtl.css\";i:233;s:29:\"media-text/editor-rtl.min.css\";i:234;s:21:\"media-text/editor.css\";i:235;s:25:\"media-text/editor.min.css\";i:236;s:24:\"media-text/style-rtl.css\";i:237;s:28:\"media-text/style-rtl.min.css\";i:238;s:20:\"media-text/style.css\";i:239;s:24:\"media-text/style.min.css\";i:240;s:19:\"more/editor-rtl.css\";i:241;s:23:\"more/editor-rtl.min.css\";i:242;s:15:\"more/editor.css\";i:243;s:19:\"more/editor.min.css\";i:244;s:30:\"navigation-link/editor-rtl.css\";i:245;s:34:\"navigation-link/editor-rtl.min.css\";i:246;s:26:\"navigation-link/editor.css\";i:247;s:30:\"navigation-link/editor.min.css\";i:248;s:29:\"navigation-link/style-rtl.css\";i:249;s:33:\"navigation-link/style-rtl.min.css\";i:250;s:25:\"navigation-link/style.css\";i:251;s:29:\"navigation-link/style.min.css\";i:252;s:33:\"navigation-submenu/editor-rtl.css\";i:253;s:37:\"navigation-submenu/editor-rtl.min.css\";i:254;s:29:\"navigation-submenu/editor.css\";i:255;s:33:\"navigation-submenu/editor.min.css\";i:256;s:25:\"navigation/editor-rtl.css\";i:257;s:29:\"navigation/editor-rtl.min.css\";i:258;s:21:\"navigation/editor.css\";i:259;s:25:\"navigation/editor.min.css\";i:260;s:24:\"navigation/style-rtl.css\";i:261;s:28:\"navigation/style-rtl.min.css\";i:262;s:20:\"navigation/style.css\";i:263;s:24:\"navigation/style.min.css\";i:264;s:23:\"nextpage/editor-rtl.css\";i:265;s:27:\"nextpage/editor-rtl.min.css\";i:266;s:19:\"nextpage/editor.css\";i:267;s:23:\"nextpage/editor.min.css\";i:268;s:24:\"page-list/editor-rtl.css\";i:269;s:28:\"page-list/editor-rtl.min.css\";i:270;s:20:\"page-list/editor.css\";i:271;s:24:\"page-list/editor.min.css\";i:272;s:23:\"page-list/style-rtl.css\";i:273;s:27:\"page-list/style-rtl.min.css\";i:274;s:19:\"page-list/style.css\";i:275;s:23:\"page-list/style.min.css\";i:276;s:24:\"paragraph/editor-rtl.css\";i:277;s:28:\"paragraph/editor-rtl.min.css\";i:278;s:20:\"paragraph/editor.css\";i:279;s:24:\"paragraph/editor.min.css\";i:280;s:23:\"paragraph/style-rtl.css\";i:281;s:27:\"paragraph/style-rtl.min.css\";i:282;s:19:\"paragraph/style.css\";i:283;s:23:\"paragraph/style.min.css\";i:284;s:35:\"post-author-biography/style-rtl.css\";i:285;s:39:\"post-author-biography/style-rtl.min.css\";i:286;s:31:\"post-author-biography/style.css\";i:287;s:35:\"post-author-biography/style.min.css\";i:288;s:30:\"post-author-name/style-rtl.css\";i:289;s:34:\"post-author-name/style-rtl.min.css\";i:290;s:26:\"post-author-name/style.css\";i:291;s:30:\"post-author-name/style.min.css\";i:292;s:26:\"post-author/editor-rtl.css\";i:293;s:30:\"post-author/editor-rtl.min.css\";i:294;s:22:\"post-author/editor.css\";i:295;s:26:\"post-author/editor.min.css\";i:296;s:25:\"post-author/style-rtl.css\";i:297;s:29:\"post-author/style-rtl.min.css\";i:298;s:21:\"post-author/style.css\";i:299;s:25:\"post-author/style.min.css\";i:300;s:33:\"post-comments-form/editor-rtl.css\";i:301;s:37:\"post-comments-form/editor-rtl.min.css\";i:302;s:29:\"post-comments-form/editor.css\";i:303;s:33:\"post-comments-form/editor.min.css\";i:304;s:32:\"post-comments-form/style-rtl.css\";i:305;s:36:\"post-comments-form/style-rtl.min.css\";i:306;s:28:\"post-comments-form/style.css\";i:307;s:32:\"post-comments-form/style.min.css\";i:308;s:26:\"post-content/style-rtl.css\";i:309;s:30:\"post-content/style-rtl.min.css\";i:310;s:22:\"post-content/style.css\";i:311;s:26:\"post-content/style.min.css\";i:312;s:23:\"post-date/style-rtl.css\";i:313;s:27:\"post-date/style-rtl.min.css\";i:314;s:19:\"post-date/style.css\";i:315;s:23:\"post-date/style.min.css\";i:316;s:27:\"post-excerpt/editor-rtl.css\";i:317;s:31:\"post-excerpt/editor-rtl.min.css\";i:318;s:23:\"post-excerpt/editor.css\";i:319;s:27:\"post-excerpt/editor.min.css\";i:320;s:26:\"post-excerpt/style-rtl.css\";i:321;s:30:\"post-excerpt/style-rtl.min.css\";i:322;s:22:\"post-excerpt/style.css\";i:323;s:26:\"post-excerpt/style.min.css\";i:324;s:34:\"post-featured-image/editor-rtl.css\";i:325;s:38:\"post-featured-image/editor-rtl.min.css\";i:326;s:30:\"post-featured-image/editor.css\";i:327;s:34:\"post-featured-image/editor.min.css\";i:328;s:33:\"post-featured-image/style-rtl.css\";i:329;s:37:\"post-featured-image/style-rtl.min.css\";i:330;s:29:\"post-featured-image/style.css\";i:331;s:33:\"post-featured-image/style.min.css\";i:332;s:34:\"post-navigation-link/style-rtl.css\";i:333;s:38:\"post-navigation-link/style-rtl.min.css\";i:334;s:30:\"post-navigation-link/style.css\";i:335;s:34:\"post-navigation-link/style.min.css\";i:336;s:27:\"post-template/style-rtl.css\";i:337;s:31:\"post-template/style-rtl.min.css\";i:338;s:23:\"post-template/style.css\";i:339;s:27:\"post-template/style.min.css\";i:340;s:24:\"post-terms/style-rtl.css\";i:341;s:28:\"post-terms/style-rtl.min.css\";i:342;s:20:\"post-terms/style.css\";i:343;s:24:\"post-terms/style.min.css\";i:344;s:24:\"post-title/style-rtl.css\";i:345;s:28:\"post-title/style-rtl.min.css\";i:346;s:20:\"post-title/style.css\";i:347;s:24:\"post-title/style.min.css\";i:348;s:26:\"preformatted/style-rtl.css\";i:349;s:30:\"preformatted/style-rtl.min.css\";i:350;s:22:\"preformatted/style.css\";i:351;s:26:\"preformatted/style.min.css\";i:352;s:24:\"pullquote/editor-rtl.css\";i:353;s:28:\"pullquote/editor-rtl.min.css\";i:354;s:20:\"pullquote/editor.css\";i:355;s:24:\"pullquote/editor.min.css\";i:356;s:23:\"pullquote/style-rtl.css\";i:357;s:27:\"pullquote/style-rtl.min.css\";i:358;s:19:\"pullquote/style.css\";i:359;s:23:\"pullquote/style.min.css\";i:360;s:23:\"pullquote/theme-rtl.css\";i:361;s:27:\"pullquote/theme-rtl.min.css\";i:362;s:19:\"pullquote/theme.css\";i:363;s:23:\"pullquote/theme.min.css\";i:364;s:39:\"query-pagination-numbers/editor-rtl.css\";i:365;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:366;s:35:\"query-pagination-numbers/editor.css\";i:367;s:39:\"query-pagination-numbers/editor.min.css\";i:368;s:31:\"query-pagination/editor-rtl.css\";i:369;s:35:\"query-pagination/editor-rtl.min.css\";i:370;s:27:\"query-pagination/editor.css\";i:371;s:31:\"query-pagination/editor.min.css\";i:372;s:30:\"query-pagination/style-rtl.css\";i:373;s:34:\"query-pagination/style-rtl.min.css\";i:374;s:26:\"query-pagination/style.css\";i:375;s:30:\"query-pagination/style.min.css\";i:376;s:25:\"query-title/style-rtl.css\";i:377;s:29:\"query-title/style-rtl.min.css\";i:378;s:21:\"query-title/style.css\";i:379;s:25:\"query-title/style.min.css\";i:380;s:25:\"query-total/style-rtl.css\";i:381;s:29:\"query-total/style-rtl.min.css\";i:382;s:21:\"query-total/style.css\";i:383;s:25:\"query-total/style.min.css\";i:384;s:20:\"query/editor-rtl.css\";i:385;s:24:\"query/editor-rtl.min.css\";i:386;s:16:\"query/editor.css\";i:387;s:20:\"query/editor.min.css\";i:388;s:19:\"quote/style-rtl.css\";i:389;s:23:\"quote/style-rtl.min.css\";i:390;s:15:\"quote/style.css\";i:391;s:19:\"quote/style.min.css\";i:392;s:19:\"quote/theme-rtl.css\";i:393;s:23:\"quote/theme-rtl.min.css\";i:394;s:15:\"quote/theme.css\";i:395;s:19:\"quote/theme.min.css\";i:396;s:23:\"read-more/style-rtl.css\";i:397;s:27:\"read-more/style-rtl.min.css\";i:398;s:19:\"read-more/style.css\";i:399;s:23:\"read-more/style.min.css\";i:400;s:18:\"rss/editor-rtl.css\";i:401;s:22:\"rss/editor-rtl.min.css\";i:402;s:14:\"rss/editor.css\";i:403;s:18:\"rss/editor.min.css\";i:404;s:17:\"rss/style-rtl.css\";i:405;s:21:\"rss/style-rtl.min.css\";i:406;s:13:\"rss/style.css\";i:407;s:17:\"rss/style.min.css\";i:408;s:21:\"search/editor-rtl.css\";i:409;s:25:\"search/editor-rtl.min.css\";i:410;s:17:\"search/editor.css\";i:411;s:21:\"search/editor.min.css\";i:412;s:20:\"search/style-rtl.css\";i:413;s:24:\"search/style-rtl.min.css\";i:414;s:16:\"search/style.css\";i:415;s:20:\"search/style.min.css\";i:416;s:20:\"search/theme-rtl.css\";i:417;s:24:\"search/theme-rtl.min.css\";i:418;s:16:\"search/theme.css\";i:419;s:20:\"search/theme.min.css\";i:420;s:24:\"separator/editor-rtl.css\";i:421;s:28:\"separator/editor-rtl.min.css\";i:422;s:20:\"separator/editor.css\";i:423;s:24:\"separator/editor.min.css\";i:424;s:23:\"separator/style-rtl.css\";i:425;s:27:\"separator/style-rtl.min.css\";i:426;s:19:\"separator/style.css\";i:427;s:23:\"separator/style.min.css\";i:428;s:23:\"separator/theme-rtl.css\";i:429;s:27:\"separator/theme-rtl.min.css\";i:430;s:19:\"separator/theme.css\";i:431;s:23:\"separator/theme.min.css\";i:432;s:24:\"shortcode/editor-rtl.css\";i:433;s:28:\"shortcode/editor-rtl.min.css\";i:434;s:20:\"shortcode/editor.css\";i:435;s:24:\"shortcode/editor.min.css\";i:436;s:24:\"site-logo/editor-rtl.css\";i:437;s:28:\"site-logo/editor-rtl.min.css\";i:438;s:20:\"site-logo/editor.css\";i:439;s:24:\"site-logo/editor.min.css\";i:440;s:23:\"site-logo/style-rtl.css\";i:441;s:27:\"site-logo/style-rtl.min.css\";i:442;s:19:\"site-logo/style.css\";i:443;s:23:\"site-logo/style.min.css\";i:444;s:27:\"site-tagline/editor-rtl.css\";i:445;s:31:\"site-tagline/editor-rtl.min.css\";i:446;s:23:\"site-tagline/editor.css\";i:447;s:27:\"site-tagline/editor.min.css\";i:448;s:26:\"site-tagline/style-rtl.css\";i:449;s:30:\"site-tagline/style-rtl.min.css\";i:450;s:22:\"site-tagline/style.css\";i:451;s:26:\"site-tagline/style.min.css\";i:452;s:25:\"site-title/editor-rtl.css\";i:453;s:29:\"site-title/editor-rtl.min.css\";i:454;s:21:\"site-title/editor.css\";i:455;s:25:\"site-title/editor.min.css\";i:456;s:24:\"site-title/style-rtl.css\";i:457;s:28:\"site-title/style-rtl.min.css\";i:458;s:20:\"site-title/style.css\";i:459;s:24:\"site-title/style.min.css\";i:460;s:26:\"social-link/editor-rtl.css\";i:461;s:30:\"social-link/editor-rtl.min.css\";i:462;s:22:\"social-link/editor.css\";i:463;s:26:\"social-link/editor.min.css\";i:464;s:27:\"social-links/editor-rtl.css\";i:465;s:31:\"social-links/editor-rtl.min.css\";i:466;s:23:\"social-links/editor.css\";i:467;s:27:\"social-links/editor.min.css\";i:468;s:26:\"social-links/style-rtl.css\";i:469;s:30:\"social-links/style-rtl.min.css\";i:470;s:22:\"social-links/style.css\";i:471;s:26:\"social-links/style.min.css\";i:472;s:21:\"spacer/editor-rtl.css\";i:473;s:25:\"spacer/editor-rtl.min.css\";i:474;s:17:\"spacer/editor.css\";i:475;s:21:\"spacer/editor.min.css\";i:476;s:20:\"spacer/style-rtl.css\";i:477;s:24:\"spacer/style-rtl.min.css\";i:478;s:16:\"spacer/style.css\";i:479;s:20:\"spacer/style.min.css\";i:480;s:20:\"table/editor-rtl.css\";i:481;s:24:\"table/editor-rtl.min.css\";i:482;s:16:\"table/editor.css\";i:483;s:20:\"table/editor.min.css\";i:484;s:19:\"table/style-rtl.css\";i:485;s:23:\"table/style-rtl.min.css\";i:486;s:15:\"table/style.css\";i:487;s:19:\"table/style.min.css\";i:488;s:19:\"table/theme-rtl.css\";i:489;s:23:\"table/theme-rtl.min.css\";i:490;s:15:\"table/theme.css\";i:491;s:19:\"table/theme.min.css\";i:492;s:24:\"tag-cloud/editor-rtl.css\";i:493;s:28:\"tag-cloud/editor-rtl.min.css\";i:494;s:20:\"tag-cloud/editor.css\";i:495;s:24:\"tag-cloud/editor.min.css\";i:496;s:23:\"tag-cloud/style-rtl.css\";i:497;s:27:\"tag-cloud/style-rtl.min.css\";i:498;s:19:\"tag-cloud/style.css\";i:499;s:23:\"tag-cloud/style.min.css\";i:500;s:28:\"template-part/editor-rtl.css\";i:501;s:32:\"template-part/editor-rtl.min.css\";i:502;s:24:\"template-part/editor.css\";i:503;s:28:\"template-part/editor.min.css\";i:504;s:27:\"template-part/theme-rtl.css\";i:505;s:31:\"template-part/theme-rtl.min.css\";i:506;s:23:\"template-part/theme.css\";i:507;s:27:\"template-part/theme.min.css\";i:508;s:30:\"term-description/style-rtl.css\";i:509;s:34:\"term-description/style-rtl.min.css\";i:510;s:26:\"term-description/style.css\";i:511;s:30:\"term-description/style.min.css\";i:512;s:27:\"text-columns/editor-rtl.css\";i:513;s:31:\"text-columns/editor-rtl.min.css\";i:514;s:23:\"text-columns/editor.css\";i:515;s:27:\"text-columns/editor.min.css\";i:516;s:26:\"text-columns/style-rtl.css\";i:517;s:30:\"text-columns/style-rtl.min.css\";i:518;s:22:\"text-columns/style.css\";i:519;s:26:\"text-columns/style.min.css\";i:520;s:19:\"verse/style-rtl.css\";i:521;s:23:\"verse/style-rtl.min.css\";i:522;s:15:\"verse/style.css\";i:523;s:19:\"verse/style.min.css\";i:524;s:20:\"video/editor-rtl.css\";i:525;s:24:\"video/editor-rtl.min.css\";i:526;s:16:\"video/editor.css\";i:527;s:20:\"video/editor.min.css\";i:528;s:19:\"video/style-rtl.css\";i:529;s:23:\"video/style-rtl.min.css\";i:530;s:15:\"video/style.css\";i:531;s:19:\"video/style.min.css\";i:532;s:19:\"video/theme-rtl.css\";i:533;s:23:\"video/theme-rtl.min.css\";i:534;s:15:\"video/theme.css\";i:535;s:19:\"video/theme.min.css\";}}','on'),(125,'theme_mods_twentytwentyfive','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1762853910;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','off'),(126,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"8c7d46a72d7d4591fc1dd9485bedb304\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),(127,'recovery_keys','a:0:{}','off'),(128,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.9.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.9-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.9-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.9\";s:7:\"version\";s:3:\"6.9\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1764766056;s:15:\"version_checked\";s:5:\"6.8.3\";s:12:\"translations\";a:0:{}}','off'),(144,'can_compress_scripts','0','on'),(155,'finished_updating_comment_type','1','auto'),(165,'ftp_credentials','a:3:{s:8:\"hostname\";s:14:\"165.232.120.82\";s:8:\"username\";s:5:\"keval\";s:15:\"connection_type\";s:3:\"ftp\";}','off'),(169,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1764766055;s:7:\"checked\";a:4:{s:5:\"katen\";s:3:\"1.1\";s:16:\"twentytwentyfive\";s:3:\"1.3\";s:16:\"twentytwentyfour\";s:3:\"1.3\";s:17:\"twentytwentythree\";s:3:\"1.6\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:3:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.3.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','off'),(170,'current_theme','Katen','auto'),(171,'theme_mods_katen','a:9:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:17:\"katen_blog_layout\";s:4:\"grid\";s:12:\"index_layout\";s:1:\"2\";s:12:\"social_icons\";a:6:{i:0;a:2:{s:9:\"icon_name\";s:10:\"facebook-f\";s:10:\"social_url\";s:28:\"http://facebook.com/username\";}i:1;a:2:{s:9:\"icon_name\";s:7:\"twitter\";s:10:\"social_url\";s:27:\"http://twitter.com/username\";}i:2;a:2:{s:9:\"icon_name\";s:9:\"instagram\";s:10:\"social_url\";s:29:\"http://instagram.com/username\";}i:3;a:2:{s:9:\"icon_name\";s:9:\"pinterest\";s:10:\"social_url\";s:29:\"http://pinterest.com/username\";}i:4;a:2:{s:9:\"icon_name\";s:6:\"tiktok\";s:10:\"social_url\";s:26:\"http://tiktok.com/username\";}i:5;a:2:{s:9:\"icon_name\";s:7:\"youtube\";s:10:\"social_url\";s:27:\"http://youtube.com/username\";}}s:14:\"archive_layout\";s:1:\"2\";s:15:\"category_layout\";s:1:\"2\";s:9:\"typo_body\";a:1:{s:11:\"font-family\";s:0:\"\";}}','on'),(172,'theme_switched','','auto'),(187,'wp_calendar_block_has_published_posts','1','auto'),(321,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','off'),(322,'recently_activated','a:1:{s:25:\"gtranslate/gtranslate.php\";i:1763031337;}','off'),(342,'widget_katen_popular_posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(343,'widget_katen_posts_carousel','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(448,'_transient_health-check-site-status-result','{\"good\":15,\"recommended\":7,\"critical\":1}','on'),(728,'GTranslate','a:39:{s:11:\"pro_version\";s:0:\"\";s:18:\"enterprise_version\";s:0:\"\";s:16:\"wrapper_selector\";s:19:\".gtranslate_wrapper\";s:14:\"custom_domains\";s:0:\"\";s:19:\"custom_domains_data\";s:0:\"\";s:15:\"url_translation\";s:0:\"\";s:17:\"add_hreflang_tags\";s:0:\"\";s:17:\"email_translation\";s:0:\"\";s:23:\"email_translation_debug\";s:0:\"\";s:12:\"show_in_menu\";s:12:\"primary-menu\";s:26:\"floating_language_selector\";s:9:\"top_right\";s:21:\"native_language_names\";s:0:\"\";s:10:\"enable_cdn\";i:1;s:23:\"detect_browser_language\";i:1;s:12:\"add_new_line\";i:1;s:21:\"select_language_label\";s:15:\"Select Language\";s:10:\"custom_css\";s:0:\"\";s:16:\"default_language\";s:2:\"en\";s:11:\"widget_look\";s:8:\"dropdown\";s:9:\"flag_size\";i:24;s:10:\"flag_style\";s:2:\"2d\";s:10:\"globe_size\";i:60;s:11:\"globe_color\";s:7:\"#66aaff\";s:10:\"incl_langs\";a:11:{i:0;s:2:\"ar\";i:1;s:5:\"zh-CN\";i:2;s:2:\"nl\";i:3;s:2:\"en\";i:4;s:2:\"fr\";i:5;s:2:\"de\";i:6;s:2:\"gu\";i:7;s:2:\"it\";i:8;s:2:\"pt\";i:9;s:2:\"ru\";i:10;s:2:\"es\";}s:11:\"fincl_langs\";a:10:{i:0;s:2:\"ar\";i:1;s:5:\"zh-CN\";i:2;s:2:\"nl\";i:3;s:2:\"en\";i:4;s:2:\"fr\";i:5;s:2:\"de\";i:6;s:2:\"it\";i:7;s:2:\"pt\";i:8;s:2:\"ru\";i:9;s:2:\"es\";}s:9:\"alt_flags\";a:0:{}s:19:\"switcher_text_color\";s:4:\"#666\";s:20:\"switcher_arrow_color\";s:4:\"#666\";s:21:\"switcher_border_color\";s:4:\"#ccc\";s:25:\"switcher_background_color\";s:4:\"#fff\";s:32:\"switcher_background_shadow_color\";s:7:\"#efefef\";s:31:\"switcher_background_hover_color\";s:4:\"#fff\";s:19:\"dropdown_text_color\";s:4:\"#000\";s:20:\"dropdown_hover_color\";s:4:\"#fff\";s:25:\"dropdown_background_color\";s:4:\"#eee\";s:29:\"float_switcher_open_direction\";s:3:\"top\";s:23:\"switcher_open_direction\";s:3:\"top\";s:14:\"language_codes\";s:320:\"af,sq,am,ar,hy,az,eu,be,bn,bs,bg,ca,ceb,ny,zh-CN,zh-TW,co,hr,cs,da,nl,en,eo,et,tl,fi,fr,fy,gl,ka,de,el,gu,ht,ha,haw,iw,hi,hmn,hu,is,ig,id,ga,it,ja,jw,kn,kk,km,ko,ku,ky,lo,la,lv,lt,lb,mk,mg,ms,ml,mt,mi,mr,mn,my,ne,no,ps,fa,pl,pt,pa,ro,ru,sm,gd,sr,st,sn,sd,si,sk,sl,so,es,su,sw,sv,tg,ta,te,th,tr,uk,ur,uz,vi,cy,xh,yi,yo,zu\";s:15:\"language_codes2\";s:320:\"af,sq,am,ar,hy,az,eu,be,bn,bs,bg,ca,ceb,ny,zh-CN,zh-TW,co,hr,cs,da,nl,en,eo,et,tl,fi,fr,fy,gl,ka,de,el,gu,ht,ha,haw,iw,hi,hmn,hu,is,ig,id,ga,it,ja,jw,kn,kk,km,ko,ku,ky,lo,la,lv,lt,lb,mk,mg,ms,ml,mt,mi,mr,mn,my,ne,no,ps,fa,pl,pt,pa,ro,ru,sm,gd,sr,st,sn,sd,si,sk,sl,so,es,su,sw,sv,tg,ta,te,th,tr,uk,ur,uz,vi,cy,xh,yi,yo,zu\";}','auto'),(729,'widget_gtranslate','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(730,'gtranslate_admin_notice','a:2:{s:15:\"two_week_review\";a:2:{s:5:\"start\";s:10:\"11/18/2025\";s:3:\"int\";i:5;}s:12:\"upgrade_tips\";a:2:{s:5:\"start\";s:10:\"11/15/2025\";s:3:\"int\";i:2;}}','auto'),(1229,'kirki_notices','a:1:{s:15:\"discount_notice\";i:1;}','auto'),(1322,'_site_transient_timeout_php_check_a0b03c46dbe37253c3391e32a7bb296f','1764756261','off'),(1323,'_site_transient_php_check_a0b03c46dbe37253c3391e32a7bb296f','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'),(1335,'_site_transient_timeout_browser_3c9fc7ddec9b58823c1c96756dbd45d8','1764824520','off'),(1336,'_site_transient_browser_3c9fc7ddec9b58823c1c96756dbd45d8','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"142.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','off'),(1700,'category_children','a:0:{}','auto'),(1785,'_site_transient_timeout_wp_theme_files_patterns-09547c5e04f764e6c2b45ae7f75090df','1764767855','off'),(1786,'_site_transient_wp_theme_files_patterns-09547c5e04f764e6c2b45ae7f75090df','a:2:{s:7:\"version\";s:3:\"1.1\";s:8:\"patterns\";a:0:{}}','off'),(1787,'_site_transient_timeout_kirki_googlefonts_cache','1764769655','off'),(1788,'_site_transient_kirki_googlefonts_cache','a:1358:{s:7:\"ABeeZee\";a:3:{s:5:\"label\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Abel\";a:3:{s:5:\"label\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Abhaya Libre\";a:3:{s:5:\"label\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Abril Fatface\";a:3:{s:5:\"label\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Aclonica\";a:3:{s:5:\"label\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Acme\";a:3:{s:5:\"label\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Actor\";a:3:{s:5:\"label\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Adamina\";a:3:{s:5:\"label\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Advent Pro\";a:3:{s:5:\"label\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Aguafina Script\";a:3:{s:5:\"label\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Akaya Kanadaka\";a:3:{s:5:\"label\";s:14:\"Akaya Kanadaka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Akaya Telivigala\";a:3:{s:5:\"label\";s:16:\"Akaya Telivigala\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Akronim\";a:3:{s:5:\"label\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aladin\";a:3:{s:5:\"label\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Alata\";a:3:{s:5:\"label\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Alatsi\";a:3:{s:5:\"label\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Aldrich\";a:3:{s:5:\"label\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Alef\";a:3:{s:5:\"label\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Alegreya\";a:3:{s:5:\"label\";s:8:\"Alegreya\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Alegreya SC\";a:3:{s:5:\"label\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alegreya Sans\";a:3:{s:5:\"label\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Alegreya Sans SC\";a:3:{s:5:\"label\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Aleo\";a:3:{s:5:\"label\";s:4:\"Aleo\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Alex Brush\";a:3:{s:5:\"label\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Alfa Slab One\";a:3:{s:5:\"label\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Alice\";a:3:{s:5:\"label\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Alike\";a:3:{s:5:\"label\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alike Angular\";a:3:{s:5:\"label\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Allan\";a:3:{s:5:\"label\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Allerta\";a:3:{s:5:\"label\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Allerta Stencil\";a:3:{s:5:\"label\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Allison\";a:3:{s:5:\"label\";s:7:\"Allison\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Allura\";a:3:{s:5:\"label\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Almarai\";a:3:{s:5:\"label\";s:7:\"Almarai\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:3:\"800\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Almendra\";a:3:{s:5:\"label\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Almendra Display\";a:3:{s:5:\"label\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Almendra SC\";a:3:{s:5:\"label\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Alumni Sans\";a:3:{s:5:\"label\";s:11:\"Alumni Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Amarante\";a:3:{s:5:\"label\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Amaranth\";a:3:{s:5:\"label\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Amatic SC\";a:3:{s:5:\"label\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Amethysta\";a:3:{s:5:\"label\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amiko\";a:3:{s:5:\"label\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Amiri\";a:3:{s:5:\"label\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amita\";a:3:{s:5:\"label\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Anaheim\";a:3:{s:5:\"label\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Andada Pro\";a:3:{s:5:\"label\";s:10:\"Andada Pro\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Andika\";a:3:{s:5:\"label\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Andika New Basic\";a:3:{s:5:\"label\";s:16:\"Andika New Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Angkor\";a:3:{s:5:\"label\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:24:\"Annie Use Your Telescope\";a:3:{s:5:\"label\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Anonymous Pro\";a:3:{s:5:\"label\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Antic\";a:3:{s:5:\"label\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Antic Didone\";a:3:{s:5:\"label\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Antic Slab\";a:3:{s:5:\"label\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Anton\";a:3:{s:5:\"label\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Antonio\";a:3:{s:5:\"label\";s:7:\"Antonio\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Arapey\";a:3:{s:5:\"label\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Arbutus\";a:3:{s:5:\"label\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Arbutus Slab\";a:3:{s:5:\"label\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Architects Daughter\";a:3:{s:5:\"label\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Archivo\";a:3:{s:5:\"label\";s:7:\"Archivo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Archivo Black\";a:3:{s:5:\"label\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Archivo Narrow\";a:3:{s:5:\"label\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Are You Serious\";a:3:{s:5:\"label\";s:15:\"Are You Serious\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Aref Ruqaa\";a:3:{s:5:\"label\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Arima Madurai\";a:3:{s:5:\"label\";s:13:\"Arima Madurai\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Arimo\";a:3:{s:5:\"label\";s:5:\"Arimo\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Arizonia\";a:3:{s:5:\"label\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Armata\";a:3:{s:5:\"label\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Arsenal\";a:3:{s:5:\"label\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Artifika\";a:3:{s:5:\"label\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arvo\";a:3:{s:5:\"label\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arya\";a:3:{s:5:\"label\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asap\";a:3:{s:5:\"label\";s:4:\"Asap\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Asap Condensed\";a:3:{s:5:\"label\";s:14:\"Asap Condensed\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asar\";a:3:{s:5:\"label\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Asset\";a:3:{s:5:\"label\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Assistant\";a:3:{s:5:\"label\";s:9:\"Assistant\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Astloch\";a:3:{s:5:\"label\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Asul\";a:3:{s:5:\"label\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Athiti\";a:3:{s:5:\"label\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Atkinson Hyperlegible\";a:3:{s:5:\"label\";s:21:\"Atkinson Hyperlegible\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Atma\";a:3:{s:5:\"label\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Atomic Age\";a:3:{s:5:\"label\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aubrey\";a:3:{s:5:\"label\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Audiowide\";a:3:{s:5:\"label\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Autour One\";a:3:{s:5:\"label\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Average\";a:3:{s:5:\"label\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Average Sans\";a:3:{s:5:\"label\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Averia Gruesa Libre\";a:3:{s:5:\"label\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Averia Libre\";a:3:{s:5:\"label\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Averia Sans Libre\";a:3:{s:5:\"label\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Averia Serif Libre\";a:3:{s:5:\"label\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Azeret Mono\";a:3:{s:5:\"label\";s:11:\"Azeret Mono\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:4:\"B612\";a:3:{s:5:\"label\";s:4:\"B612\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"B612 Mono\";a:3:{s:5:\"label\";s:9:\"B612 Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:10:\"Bad Script\";a:3:{s:5:\"label\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Bahiana\";a:3:{s:5:\"label\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Bahianita\";a:3:{s:5:\"label\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bai Jamjuree\";a:3:{s:5:\"label\";s:12:\"Bai Jamjuree\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Bakbak One\";a:3:{s:5:\"label\";s:10:\"Bakbak One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Ballet\";a:3:{s:5:\"label\";s:6:\"Ballet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Baloo 2\";a:3:{s:5:\"label\";s:7:\"Baloo 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Baloo Bhai 2\";a:3:{s:5:\"label\";s:12:\"Baloo Bhai 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Baloo Bhaijaan 2\";a:3:{s:5:\"label\";s:16:\"Baloo Bhaijaan 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Baloo Bhaina 2\";a:3:{s:5:\"label\";s:14:\"Baloo Bhaina 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Baloo Chettan 2\";a:3:{s:5:\"label\";s:15:\"Baloo Chettan 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Baloo Da 2\";a:3:{s:5:\"label\";s:10:\"Baloo Da 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Paaji 2\";a:3:{s:5:\"label\";s:13:\"Baloo Paaji 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Tamma 2\";a:3:{s:5:\"label\";s:13:\"Baloo Tamma 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Baloo Tammudu 2\";a:3:{s:5:\"label\";s:15:\"Baloo Tammudu 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Baloo Thambi 2\";a:3:{s:5:\"label\";s:14:\"Baloo Thambi 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Balsamiq Sans\";a:3:{s:5:\"label\";s:13:\"Balsamiq Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Balthazar\";a:3:{s:5:\"label\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Bangers\";a:3:{s:5:\"label\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Barlow\";a:3:{s:5:\"label\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Barlow Condensed\";a:3:{s:5:\"label\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Barlow Semi Condensed\";a:3:{s:5:\"label\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Barriecito\";a:3:{s:5:\"label\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Barrio\";a:3:{s:5:\"label\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Basic\";a:3:{s:5:\"label\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Baskervville\";a:3:{s:5:\"label\";s:12:\"Baskervville\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Battambang\";a:3:{s:5:\"label\";s:10:\"Battambang\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Baumans\";a:3:{s:5:\"label\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bayon\";a:3:{s:5:\"label\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Be Vietnam Pro\";a:3:{s:5:\"label\";s:14:\"Be Vietnam Pro\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Bebas Neue\";a:3:{s:5:\"label\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Belgrano\";a:3:{s:5:\"label\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Bellefair\";a:3:{s:5:\"label\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Belleza\";a:3:{s:5:\"label\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Bellota\";a:3:{s:5:\"label\";s:7:\"Bellota\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bellota Text\";a:3:{s:5:\"label\";s:12:\"Bellota Text\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"BenchNine\";a:3:{s:5:\"label\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Benne\";a:3:{s:5:\"label\";s:5:\"Benne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Bentham\";a:3:{s:5:\"label\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Berkshire Swash\";a:3:{s:5:\"label\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Besley\";a:3:{s:5:\"label\";s:6:\"Besley\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Beth Ellen\";a:3:{s:5:\"label\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Bevan\";a:3:{s:5:\"label\";s:5:\"Bevan\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Big Shoulders Display\";a:3:{s:5:\"label\";s:21:\"Big Shoulders Display\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:28:\"Big Shoulders Inline Display\";a:3:{s:5:\"label\";s:28:\"Big Shoulders Inline Display\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:25:\"Big Shoulders Inline Text\";a:3:{s:5:\"label\";s:25:\"Big Shoulders Inline Text\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:29:\"Big Shoulders Stencil Display\";a:3:{s:5:\"label\";s:29:\"Big Shoulders Stencil Display\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:26:\"Big Shoulders Stencil Text\";a:3:{s:5:\"label\";s:26:\"Big Shoulders Stencil Text\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Big Shoulders Text\";a:3:{s:5:\"label\";s:18:\"Big Shoulders Text\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bigelow Rules\";a:3:{s:5:\"label\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bigshot One\";a:3:{s:5:\"label\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bilbo\";a:3:{s:5:\"label\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Bilbo Swash Caps\";a:3:{s:5:\"label\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"BioRhyme\";a:3:{s:5:\"label\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"BioRhyme Expanded\";a:3:{s:5:\"label\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Birthstone\";a:3:{s:5:\"label\";s:10:\"Birthstone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:17:\"Birthstone Bounce\";a:3:{s:5:\"label\";s:17:\"Birthstone Bounce\";s:8:\"variants\";a:2:{i:0;s:3:\"500\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Biryani\";a:3:{s:5:\"label\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Bitter\";a:3:{s:5:\"label\";s:6:\"Bitter\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"Black And White Picture\";a:3:{s:5:\"label\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Black Han Sans\";a:3:{s:5:\"label\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Black Ops One\";a:3:{s:5:\"label\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Blinker\";a:3:{s:5:\"label\";s:7:\"Blinker\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Bodoni Moda\";a:3:{s:5:\"label\";s:11:\"Bodoni Moda\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Bokor\";a:3:{s:5:\"label\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Bona Nova\";a:3:{s:5:\"label\";s:9:\"Bona Nova\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Bonbon\";a:3:{s:5:\"label\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Bonheur Royale\";a:3:{s:5:\"label\";s:14:\"Bonheur Royale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Boogaloo\";a:3:{s:5:\"label\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Bowlby One\";a:3:{s:5:\"label\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bowlby One SC\";a:3:{s:5:\"label\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Brawler\";a:3:{s:5:\"label\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Bree Serif\";a:3:{s:5:\"label\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Brygada 1918\";a:3:{s:5:\"label\";s:12:\"Brygada 1918\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Bubblegum Sans\";a:3:{s:5:\"label\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bubbler One\";a:3:{s:5:\"label\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Buda\";a:3:{s:5:\"label\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}s:8:\"category\";s:7:\"display\";}s:7:\"Buenard\";a:3:{s:5:\"label\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Bungee\";a:3:{s:5:\"label\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Bungee Hairline\";a:3:{s:5:\"label\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bungee Inline\";a:3:{s:5:\"label\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Bungee Outline\";a:3:{s:5:\"label\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bungee Shade\";a:3:{s:5:\"label\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Butcherman\";a:3:{s:5:\"label\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Butterfly Kids\";a:3:{s:5:\"label\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Cabin\";a:3:{s:5:\"label\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Cabin Condensed\";a:3:{s:5:\"label\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Cabin Sketch\";a:3:{s:5:\"label\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Caesar Dressing\";a:3:{s:5:\"label\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Cagliostro\";a:3:{s:5:\"label\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cairo\";a:3:{s:5:\"label\";s:5:\"Cairo\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Caladea\";a:3:{s:5:\"label\";s:7:\"Caladea\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Calistoga\";a:3:{s:5:\"label\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Calligraffitti\";a:3:{s:5:\"label\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Cambay\";a:3:{s:5:\"label\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cambo\";a:3:{s:5:\"label\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Candal\";a:3:{s:5:\"label\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Cantarell\";a:3:{s:5:\"label\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Cantata One\";a:3:{s:5:\"label\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cantora One\";a:3:{s:5:\"label\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Capriola\";a:3:{s:5:\"label\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Caramel\";a:3:{s:5:\"label\";s:7:\"Caramel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Carattere\";a:3:{s:5:\"label\";s:9:\"Carattere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Cardo\";a:3:{s:5:\"label\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Carme\";a:3:{s:5:\"label\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Carrois Gothic\";a:3:{s:5:\"label\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Carrois Gothic SC\";a:3:{s:5:\"label\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Carter One\";a:3:{s:5:\"label\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Castoro\";a:3:{s:5:\"label\";s:7:\"Castoro\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Catamaran\";a:3:{s:5:\"label\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Caudex\";a:3:{s:5:\"label\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Caveat\";a:3:{s:5:\"label\";s:6:\"Caveat\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Caveat Brush\";a:3:{s:5:\"label\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:18:\"Cedarville Cursive\";a:3:{s:5:\"label\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Ceviche One\";a:3:{s:5:\"label\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Chakra Petch\";a:3:{s:5:\"label\";s:12:\"Chakra Petch\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Changa\";a:3:{s:5:\"label\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Changa One\";a:3:{s:5:\"label\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chango\";a:3:{s:5:\"label\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Charm\";a:3:{s:5:\"label\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Charmonman\";a:3:{s:5:\"label\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Chathura\";a:3:{s:5:\"label\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Chau Philomene One\";a:3:{s:5:\"label\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Chela One\";a:3:{s:5:\"label\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Chelsea Market\";a:3:{s:5:\"label\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chenla\";a:3:{s:5:\"label\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Cherish\";a:3:{s:5:\"label\";s:7:\"Cherish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:17:\"Cherry Cream Soda\";a:3:{s:5:\"label\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Cherry Swash\";a:3:{s:5:\"label\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Chewy\";a:3:{s:5:\"label\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chicle\";a:3:{s:5:\"label\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Chilanka\";a:3:{s:5:\"label\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Chivo\";a:3:{s:5:\"label\";s:5:\"Chivo\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Chonburi\";a:3:{s:5:\"label\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cinzel\";a:3:{s:5:\"label\";s:6:\"Cinzel\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cinzel Decorative\";a:3:{s:5:\"label\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Clicker Script\";a:3:{s:5:\"label\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Coda\";a:3:{s:5:\"label\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Coda Caption\";a:3:{s:5:\"label\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Codystar\";a:3:{s:5:\"label\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Coiny\";a:3:{s:5:\"label\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Combo\";a:3:{s:5:\"label\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Comfortaa\";a:3:{s:5:\"label\";s:9:\"Comfortaa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Comforter\";a:3:{s:5:\"label\";s:9:\"Comforter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Comforter Brush\";a:3:{s:5:\"label\";s:15:\"Comforter Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Comic Neue\";a:3:{s:5:\"label\";s:10:\"Comic Neue\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Coming Soon\";a:3:{s:5:\"label\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Commissioner\";a:3:{s:5:\"label\";s:12:\"Commissioner\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Concert One\";a:3:{s:5:\"label\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Condiment\";a:3:{s:5:\"label\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Content\";a:3:{s:5:\"label\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Contrail One\";a:3:{s:5:\"label\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Convergence\";a:3:{s:5:\"label\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Cookie\";a:3:{s:5:\"label\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Copse\";a:3:{s:5:\"label\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Corben\";a:3:{s:5:\"label\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Corinthia\";a:3:{s:5:\"label\";s:9:\"Corinthia\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Cormorant\";a:3:{s:5:\"label\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Cormorant Garamond\";a:3:{s:5:\"label\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Cormorant Infant\";a:3:{s:5:\"label\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Cormorant SC\";a:3:{s:5:\"label\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Unicase\";a:3:{s:5:\"label\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Upright\";a:3:{s:5:\"label\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Courgette\";a:3:{s:5:\"label\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Courier Prime\";a:3:{s:5:\"label\";s:13:\"Courier Prime\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Cousine\";a:3:{s:5:\"label\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:8:\"Coustard\";a:3:{s:5:\"label\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Covered By Your Grace\";a:3:{s:5:\"label\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Crafty Girls\";a:3:{s:5:\"label\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Creepster\";a:3:{s:5:\"label\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Crete Round\";a:3:{s:5:\"label\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Crimson Pro\";a:3:{s:5:\"label\";s:11:\"Crimson Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Croissant One\";a:3:{s:5:\"label\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Crushed\";a:3:{s:5:\"label\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cuprum\";a:3:{s:5:\"label\";s:6:\"Cuprum\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Cute Font\";a:3:{s:5:\"label\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cutive\";a:3:{s:5:\"label\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cutive Mono\";a:3:{s:5:\"label\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"DM Mono\";a:3:{s:5:\"label\";s:7:\"DM Mono\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"DM Sans\";a:3:{s:5:\"label\";s:7:\"DM Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"DM Serif Display\";a:3:{s:5:\"label\";s:16:\"DM Serif Display\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"DM Serif Text\";a:3:{s:5:\"label\";s:13:\"DM Serif Text\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Damion\";a:3:{s:5:\"label\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Dancing Script\";a:3:{s:5:\"label\";s:14:\"Dancing Script\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Dangrek\";a:3:{s:5:\"label\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Darker Grotesque\";a:3:{s:5:\"label\";s:16:\"Darker Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"David Libre\";a:3:{s:5:\"label\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Dawning of a New Day\";a:3:{s:5:\"label\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Days One\";a:3:{s:5:\"label\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dekko\";a:3:{s:5:\"label\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Dela Gothic One\";a:3:{s:5:\"label\";s:15:\"Dela Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Delius\";a:3:{s:5:\"label\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:17:\"Delius Swash Caps\";a:3:{s:5:\"label\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Delius Unicase\";a:3:{s:5:\"label\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Della Respira\";a:3:{s:5:\"label\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Denk One\";a:3:{s:5:\"label\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Devonshire\";a:3:{s:5:\"label\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Dhurjati\";a:3:{s:5:\"label\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Didact Gothic\";a:3:{s:5:\"label\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Diplomata\";a:3:{s:5:\"label\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Diplomata SC\";a:3:{s:5:\"label\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Do Hyeon\";a:3:{s:5:\"label\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dokdo\";a:3:{s:5:\"label\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Domine\";a:3:{s:5:\"label\";s:6:\"Domine\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Donegal One\";a:3:{s:5:\"label\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Dongle\";a:3:{s:5:\"label\";s:6:\"Dongle\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Doppio One\";a:3:{s:5:\"label\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dorsa\";a:3:{s:5:\"label\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dosis\";a:3:{s:5:\"label\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"DotGothic16\";a:3:{s:5:\"label\";s:11:\"DotGothic16\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Dr Sugiyama\";a:3:{s:5:\"label\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Duru Sans\";a:3:{s:5:\"label\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Dynalight\";a:3:{s:5:\"label\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"EB Garamond\";a:3:{s:5:\"label\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Eagle Lake\";a:3:{s:5:\"label\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"East Sea Dokdo\";a:3:{s:5:\"label\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Eater\";a:3:{s:5:\"label\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Economica\";a:3:{s:5:\"label\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Eczar\";a:3:{s:5:\"label\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"El Messiri\";a:3:{s:5:\"label\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Electrolize\";a:3:{s:5:\"label\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Elsie\";a:3:{s:5:\"label\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Elsie Swash Caps\";a:3:{s:5:\"label\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Emblema One\";a:3:{s:5:\"label\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Emilys Candy\";a:3:{s:5:\"label\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Encode Sans\";a:3:{s:5:\"label\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Encode Sans Condensed\";a:3:{s:5:\"label\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Encode Sans Expanded\";a:3:{s:5:\"label\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Encode Sans SC\";a:3:{s:5:\"label\";s:14:\"Encode Sans SC\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Encode Sans Semi Condensed\";a:3:{s:5:\"label\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Encode Sans Semi Expanded\";a:3:{s:5:\"label\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Engagement\";a:3:{s:5:\"label\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Englebert\";a:3:{s:5:\"label\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Enriqueta\";a:3:{s:5:\"label\";s:9:\"Enriqueta\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Ephesis\";a:3:{s:5:\"label\";s:7:\"Ephesis\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Epilogue\";a:3:{s:5:\"label\";s:8:\"Epilogue\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Erica One\";a:3:{s:5:\"label\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Esteban\";a:3:{s:5:\"label\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Estonia\";a:3:{s:5:\"label\";s:7:\"Estonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Euphoria Script\";a:3:{s:5:\"label\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ewert\";a:3:{s:5:\"label\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Exo\";a:3:{s:5:\"label\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Exo 2\";a:3:{s:5:\"label\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Expletus Sans\";a:3:{s:5:\"label\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Explora\";a:3:{s:5:\"label\";s:7:\"Explora\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Fahkwang\";a:3:{s:5:\"label\";s:8:\"Fahkwang\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Fanwood Text\";a:3:{s:5:\"label\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Farro\";a:3:{s:5:\"label\";s:5:\"Farro\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Farsan\";a:3:{s:5:\"label\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fascinate\";a:3:{s:5:\"label\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Fascinate Inline\";a:3:{s:5:\"label\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Faster One\";a:3:{s:5:\"label\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Fasthand\";a:3:{s:5:\"label\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fauna One\";a:3:{s:5:\"label\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Faustina\";a:3:{s:5:\"label\";s:8:\"Faustina\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Federant\";a:3:{s:5:\"label\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Federo\";a:3:{s:5:\"label\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Felipa\";a:3:{s:5:\"label\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Fenix\";a:3:{s:5:\"label\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Festive\";a:3:{s:5:\"label\";s:7:\"Festive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Finger Paint\";a:3:{s:5:\"label\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fira Code\";a:3:{s:5:\"label\";s:9:\"Fira Code\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Fira Mono\";a:3:{s:5:\"label\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Fira Sans\";a:3:{s:5:\"label\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Fira Sans Condensed\";a:3:{s:5:\"label\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Fira Sans Extra Condensed\";a:3:{s:5:\"label\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Fjalla One\";a:3:{s:5:\"label\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Fjord One\";a:3:{s:5:\"label\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Flamenco\";a:3:{s:5:\"label\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Flavors\";a:3:{s:5:\"label\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Fleur De Leah\";a:3:{s:5:\"label\";s:13:\"Fleur De Leah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Flow Block\";a:3:{s:5:\"label\";s:10:\"Flow Block\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Flow Circular\";a:3:{s:5:\"label\";s:13:\"Flow Circular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Flow Rounded\";a:3:{s:5:\"label\";s:12:\"Flow Rounded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Fondamento\";a:3:{s:5:\"label\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Fontdiner Swanky\";a:3:{s:5:\"label\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Forum\";a:3:{s:5:\"label\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Francois One\";a:3:{s:5:\"label\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Frank Ruhl Libre\";a:3:{s:5:\"label\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Fraunces\";a:3:{s:5:\"label\";s:8:\"Fraunces\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Freckle Face\";a:3:{s:5:\"label\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Fredericka the Great\";a:3:{s:5:\"label\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Fredoka One\";a:3:{s:5:\"label\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Freehand\";a:3:{s:5:\"label\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Fresca\";a:3:{s:5:\"label\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Frijole\";a:3:{s:5:\"label\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Fruktur\";a:3:{s:5:\"label\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fugaz One\";a:3:{s:5:\"label\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Fuggles\";a:3:{s:5:\"label\";s:7:\"Fuggles\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Fuzzy Bubbles\";a:3:{s:5:\"label\";s:13:\"Fuzzy Bubbles\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"GFS Didot\";a:3:{s:5:\"label\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"GFS Neohellenic\";a:3:{s:5:\"label\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Gabriela\";a:3:{s:5:\"label\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Gaegu\";a:3:{s:5:\"label\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Gafata\";a:3:{s:5:\"label\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Galada\";a:3:{s:5:\"label\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Galdeano\";a:3:{s:5:\"label\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Galindo\";a:3:{s:5:\"label\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Gamja Flower\";a:3:{s:5:\"label\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Gayathri\";a:3:{s:5:\"label\";s:8:\"Gayathri\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Gelasio\";a:3:{s:5:\"label\";s:7:\"Gelasio\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Gemunu Libre\";a:3:{s:5:\"label\";s:12:\"Gemunu Libre\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Genos\";a:3:{s:5:\"label\";s:5:\"Genos\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Gentium Basic\";a:3:{s:5:\"label\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Gentium Book Basic\";a:3:{s:5:\"label\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:3:\"Geo\";a:3:{s:5:\"label\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Georama\";a:3:{s:5:\"label\";s:7:\"Georama\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Geostar\";a:3:{s:5:\"label\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Geostar Fill\";a:3:{s:5:\"label\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Germania One\";a:3:{s:5:\"label\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Gideon Roman\";a:3:{s:5:\"label\";s:12:\"Gideon Roman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gidugu\";a:3:{s:5:\"label\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Gilda Display\";a:3:{s:5:\"label\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Girassol\";a:3:{s:5:\"label\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Give You Glory\";a:3:{s:5:\"label\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Glass Antiqua\";a:3:{s:5:\"label\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Glegoo\";a:3:{s:5:\"label\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Gloria Hallelujah\";a:3:{s:5:\"label\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Glory\";a:3:{s:5:\"label\";s:5:\"Glory\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Gluten\";a:3:{s:5:\"label\";s:6:\"Gluten\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Goblin One\";a:3:{s:5:\"label\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Gochi Hand\";a:3:{s:5:\"label\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Goldman\";a:3:{s:5:\"label\";s:7:\"Goldman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Gorditas\";a:3:{s:5:\"label\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Gothic A1\";a:3:{s:5:\"label\";s:9:\"Gothic A1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Gotu\";a:3:{s:5:\"label\";s:4:\"Gotu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Goudy Bookletter 1911\";a:3:{s:5:\"label\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Gowun Batang\";a:3:{s:5:\"label\";s:12:\"Gowun Batang\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Gowun Dodum\";a:3:{s:5:\"label\";s:11:\"Gowun Dodum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Graduate\";a:3:{s:5:\"label\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Grand Hotel\";a:3:{s:5:\"label\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Grandstander\";a:3:{s:5:\"label\";s:12:\"Grandstander\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Gravitas One\";a:3:{s:5:\"label\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Great Vibes\";a:3:{s:5:\"label\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Grechen Fuemen\";a:3:{s:5:\"label\";s:14:\"Grechen Fuemen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Grenze\";a:3:{s:5:\"label\";s:6:\"Grenze\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Grenze Gotisch\";a:3:{s:5:\"label\";s:14:\"Grenze Gotisch\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Grey Qo\";a:3:{s:5:\"label\";s:7:\"Grey Qo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Griffy\";a:3:{s:5:\"label\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gruppo\";a:3:{s:5:\"label\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Gudea\";a:3:{s:5:\"label\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Gugi\";a:3:{s:5:\"label\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gupter\";a:3:{s:5:\"label\";s:6:\"Gupter\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Gurajada\";a:3:{s:5:\"label\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Gwendolyn\";a:3:{s:5:\"label\";s:9:\"Gwendolyn\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Habibi\";a:3:{s:5:\"label\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Hachi Maru Pop\";a:3:{s:5:\"label\";s:14:\"Hachi Maru Pop\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Hahmlet\";a:3:{s:5:\"label\";s:7:\"Hahmlet\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Halant\";a:3:{s:5:\"label\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Hammersmith One\";a:3:{s:5:\"label\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Hanalei\";a:3:{s:5:\"label\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Hanalei Fill\";a:3:{s:5:\"label\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Handlee\";a:3:{s:5:\"label\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Hanuman\";a:3:{s:5:\"label\";s:7:\"Hanuman\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Happy Monkey\";a:3:{s:5:\"label\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Harmattan\";a:3:{s:5:\"label\";s:9:\"Harmattan\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Headland One\";a:3:{s:5:\"label\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Heebo\";a:3:{s:5:\"label\";s:5:\"Heebo\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Henny Penny\";a:3:{s:5:\"label\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Hepta Slab\";a:3:{s:5:\"label\";s:10:\"Hepta Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Herr Von Muellerhoff\";a:3:{s:5:\"label\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Hi Melody\";a:3:{s:5:\"label\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Hina Mincho\";a:3:{s:5:\"label\";s:11:\"Hina Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Hind\";a:3:{s:5:\"label\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Hind Guntur\";a:3:{s:5:\"label\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Hind Madurai\";a:3:{s:5:\"label\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Siliguri\";a:3:{s:5:\"label\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Vadodara\";a:3:{s:5:\"label\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Holtwood One SC\";a:3:{s:5:\"label\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Homemade Apple\";a:3:{s:5:\"label\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Homenaje\";a:3:{s:5:\"label\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Hurricane\";a:3:{s:5:\"label\";s:9:\"Hurricane\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"IBM Plex Mono\";a:3:{s:5:\"label\";s:13:\"IBM Plex Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:13:\"IBM Plex Sans\";a:3:{s:5:\"label\";s:13:\"IBM Plex Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"IBM Plex Sans Arabic\";a:3:{s:5:\"label\";s:20:\"IBM Plex Sans Arabic\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"IBM Plex Sans Condensed\";a:3:{s:5:\"label\";s:23:\"IBM Plex Sans Condensed\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:24:\"IBM Plex Sans Devanagari\";a:3:{s:5:\"label\";s:24:\"IBM Plex Sans Devanagari\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"IBM Plex Sans Hebrew\";a:3:{s:5:\"label\";s:20:\"IBM Plex Sans Hebrew\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"IBM Plex Sans KR\";a:3:{s:5:\"label\";s:16:\"IBM Plex Sans KR\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"IBM Plex Sans Thai\";a:3:{s:5:\"label\";s:18:\"IBM Plex Sans Thai\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"IBM Plex Sans Thai Looped\";a:3:{s:5:\"label\";s:25:\"IBM Plex Sans Thai Looped\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"IBM Plex Serif\";a:3:{s:5:\"label\";s:14:\"IBM Plex Serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"IM Fell DW Pica\";a:3:{s:5:\"label\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell DW Pica SC\";a:3:{s:5:\"label\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"IM Fell Double Pica\";a:3:{s:5:\"label\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:22:\"IM Fell Double Pica SC\";a:3:{s:5:\"label\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"IM Fell English\";a:3:{s:5:\"label\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell English SC\";a:3:{s:5:\"label\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell French Canon\";a:3:{s:5:\"label\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell French Canon SC\";a:3:{s:5:\"label\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell Great Primer\";a:3:{s:5:\"label\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell Great Primer SC\";a:3:{s:5:\"label\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Ibarra Real Nova\";a:3:{s:5:\"label\";s:16:\"Ibarra Real Nova\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Iceberg\";a:3:{s:5:\"label\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Iceland\";a:3:{s:5:\"label\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Imbue\";a:3:{s:5:\"label\";s:5:\"Imbue\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Imperial Script\";a:3:{s:5:\"label\";s:15:\"Imperial Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Imprima\";a:3:{s:5:\"label\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Inconsolata\";a:3:{s:5:\"label\";s:11:\"Inconsolata\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Inder\";a:3:{s:5:\"label\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Indie Flower\";a:3:{s:5:\"label\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Inika\";a:3:{s:5:\"label\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Inknut Antiqua\";a:3:{s:5:\"label\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Inria Sans\";a:3:{s:5:\"label\";s:10:\"Inria Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Inria Serif\";a:3:{s:5:\"label\";s:11:\"Inria Serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Inspiration\";a:3:{s:5:\"label\";s:11:\"Inspiration\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Inter\";a:3:{s:5:\"label\";s:5:\"Inter\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Irish Grover\";a:3:{s:5:\"label\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Island Moments\";a:3:{s:5:\"label\";s:14:\"Island Moments\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Istok Web\";a:3:{s:5:\"label\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Italiana\";a:3:{s:5:\"label\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Italianno\";a:3:{s:5:\"label\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Itim\";a:3:{s:5:\"label\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Jacques Francois\";a:3:{s:5:\"label\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"Jacques Francois Shadow\";a:3:{s:5:\"label\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Jaldi\";a:3:{s:5:\"label\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"JetBrains Mono\";a:3:{s:5:\"label\";s:14:\"JetBrains Mono\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:14:\"Jim Nightshade\";a:3:{s:5:\"label\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Jockey One\";a:3:{s:5:\"label\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Jolly Lodger\";a:3:{s:5:\"label\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Jomhuria\";a:3:{s:5:\"label\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Jomolhari\";a:3:{s:5:\"label\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Josefin Sans\";a:3:{s:5:\"label\";s:12:\"Josefin Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Josefin Slab\";a:3:{s:5:\"label\";s:12:\"Josefin Slab\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Jost\";a:3:{s:5:\"label\";s:4:\"Jost\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Joti One\";a:3:{s:5:\"label\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Jua\";a:3:{s:5:\"label\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Judson\";a:3:{s:5:\"label\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Julee\";a:3:{s:5:\"label\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Julius Sans One\";a:3:{s:5:\"label\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Junge\";a:3:{s:5:\"label\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Jura\";a:3:{s:5:\"label\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Just Another Hand\";a:3:{s:5:\"label\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:23:\"Just Me Again Down Here\";a:3:{s:5:\"label\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"K2D\";a:3:{s:5:\"label\";s:3:\"K2D\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Kadwa\";a:3:{s:5:\"label\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Kaisei Decol\";a:3:{s:5:\"label\";s:12:\"Kaisei Decol\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Kaisei HarunoUmi\";a:3:{s:5:\"label\";s:16:\"Kaisei HarunoUmi\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Kaisei Opti\";a:3:{s:5:\"label\";s:11:\"Kaisei Opti\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Kaisei Tokumin\";a:3:{s:5:\"label\";s:14:\"Kaisei Tokumin\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:3:\"800\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kalam\";a:3:{s:5:\"label\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Kameron\";a:3:{s:5:\"label\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kanit\";a:3:{s:5:\"label\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kantumruy\";a:3:{s:5:\"label\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Karantina\";a:3:{s:5:\"label\";s:9:\"Karantina\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Karla\";a:3:{s:5:\"label\";s:5:\"Karla\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Karma\";a:3:{s:5:\"label\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Katibeh\";a:3:{s:5:\"label\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Kaushan Script\";a:3:{s:5:\"label\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Kavivanar\";a:3:{s:5:\"label\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Kavoon\";a:3:{s:5:\"label\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kdam Thmor\";a:3:{s:5:\"label\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Keania One\";a:3:{s:5:\"label\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kelly Slab\";a:3:{s:5:\"label\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kenia\";a:3:{s:5:\"label\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khand\";a:3:{s:5:\"label\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Khmer\";a:3:{s:5:\"label\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khula\";a:3:{s:5:\"label\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Kings\";a:3:{s:5:\"label\";s:5:\"Kings\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Kirang Haerang\";a:3:{s:5:\"label\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Kite One\";a:3:{s:5:\"label\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kiwi Maru\";a:3:{s:5:\"label\";s:9:\"Kiwi Maru\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Klee One\";a:3:{s:5:\"label\";s:8:\"Klee One\";s:8:\"variants\";a:2:{i:0;s:3:\"600\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Knewave\";a:3:{s:5:\"label\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"KoHo\";a:3:{s:5:\"label\";s:4:\"KoHo\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kodchasan\";a:3:{s:5:\"label\";s:9:\"Kodchasan\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Koh Santepheap\";a:3:{s:5:\"label\";s:14:\"Koh Santepheap\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Kolker Brush\";a:3:{s:5:\"label\";s:12:\"Kolker Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Kosugi\";a:3:{s:5:\"label\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Kosugi Maru\";a:3:{s:5:\"label\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kotta One\";a:3:{s:5:\"label\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Koulen\";a:3:{s:5:\"label\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Kranky\";a:3:{s:5:\"label\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kreon\";a:3:{s:5:\"label\";s:5:\"Kreon\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Kristi\";a:3:{s:5:\"label\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Krona One\";a:3:{s:5:\"label\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Krub\";a:3:{s:5:\"label\";s:4:\"Krub\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Kufam\";a:3:{s:5:\"label\";s:5:\"Kufam\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Kulim Park\";a:3:{s:5:\"label\";s:10:\"Kulim Park\";s:8:\"variants\";a:10:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kumar One\";a:3:{s:5:\"label\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Kumar One Outline\";a:3:{s:5:\"label\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kumbh Sans\";a:3:{s:5:\"label\";s:10:\"Kumbh Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Kurale\";a:3:{s:5:\"label\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"La Belle Aurore\";a:3:{s:5:\"label\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Lacquer\";a:3:{s:5:\"label\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Laila\";a:3:{s:5:\"label\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lakki Reddy\";a:3:{s:5:\"label\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Lalezar\";a:3:{s:5:\"label\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lancelot\";a:3:{s:5:\"label\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Langar\";a:3:{s:5:\"label\";s:6:\"Langar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Lateef\";a:3:{s:5:\"label\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Lato\";a:3:{s:5:\"label\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"League Script\";a:3:{s:5:\"label\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Leckerli One\";a:3:{s:5:\"label\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ledger\";a:3:{s:5:\"label\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Lekton\";a:3:{s:5:\"label\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Lemon\";a:3:{s:5:\"label\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lemonada\";a:3:{s:5:\"label\";s:8:\"Lemonada\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Lexend\";a:3:{s:5:\"label\";s:6:\"Lexend\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Deca\";a:3:{s:5:\"label\";s:11:\"Lexend Deca\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Lexend Exa\";a:3:{s:5:\"label\";s:10:\"Lexend Exa\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Giga\";a:3:{s:5:\"label\";s:11:\"Lexend Giga\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Mega\";a:3:{s:5:\"label\";s:11:\"Lexend Mega\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Peta\";a:3:{s:5:\"label\";s:11:\"Lexend Peta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Tera\";a:3:{s:5:\"label\";s:11:\"Lexend Tera\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Lexend Zetta\";a:3:{s:5:\"label\";s:12:\"Lexend Zetta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Libre Barcode 128\";a:3:{s:5:\"label\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Libre Barcode 128 Text\";a:3:{s:5:\"label\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Libre Barcode 39\";a:3:{s:5:\"label\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:25:\"Libre Barcode 39 Extended\";a:3:{s:5:\"label\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:30:\"Libre Barcode 39 Extended Text\";a:3:{s:5:\"label\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Libre Barcode 39 Text\";a:3:{s:5:\"label\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:24:\"Libre Barcode EAN13 Text\";a:3:{s:5:\"label\";s:24:\"Libre Barcode EAN13 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Libre Baskerville\";a:3:{s:5:\"label\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Libre Caslon Display\";a:3:{s:5:\"label\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Libre Caslon Text\";a:3:{s:5:\"label\";s:17:\"Libre Caslon Text\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Libre Franklin\";a:3:{s:5:\"label\";s:14:\"Libre Franklin\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Licorice\";a:3:{s:5:\"label\";s:8:\"Licorice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Life Savers\";a:3:{s:5:\"label\";s:11:\"Life Savers\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Lilita One\";a:3:{s:5:\"label\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Lily Script One\";a:3:{s:5:\"label\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Limelight\";a:3:{s:5:\"label\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Linden Hill\";a:3:{s:5:\"label\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Literata\";a:3:{s:5:\"label\";s:8:\"Literata\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Liu Jian Mao Cao\";a:3:{s:5:\"label\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Livvic\";a:3:{s:5:\"label\";s:6:\"Livvic\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Lobster\";a:3:{s:5:\"label\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Lobster Two\";a:3:{s:5:\"label\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Londrina Outline\";a:3:{s:5:\"label\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Shadow\";a:3:{s:5:\"label\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Sketch\";a:3:{s:5:\"label\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Londrina Solid\";a:3:{s:5:\"label\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Long Cang\";a:3:{s:5:\"label\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Lora\";a:3:{s:5:\"label\";s:4:\"Lora\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Love Light\";a:3:{s:5:\"label\";s:10:\"Love Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:21:\"Love Ya Like A Sister\";a:3:{s:5:\"label\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Loved by the King\";a:3:{s:5:\"label\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Lovers Quarrel\";a:3:{s:5:\"label\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Luckiest Guy\";a:3:{s:5:\"label\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lusitana\";a:3:{s:5:\"label\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Lustria\";a:3:{s:5:\"label\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Luxurious Roman\";a:3:{s:5:\"label\";s:15:\"Luxurious Roman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Luxurious Script\";a:3:{s:5:\"label\";s:16:\"Luxurious Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"M PLUS 1\";a:3:{s:5:\"label\";s:8:\"M PLUS 1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"M PLUS 1 Code\";a:3:{s:5:\"label\";s:13:\"M PLUS 1 Code\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"M PLUS 1p\";a:3:{s:5:\"label\";s:9:\"M PLUS 1p\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"M PLUS 2\";a:3:{s:5:\"label\";s:8:\"M PLUS 2\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"M PLUS Code Latin\";a:3:{s:5:\"label\";s:17:\"M PLUS Code Latin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"M PLUS Rounded 1c\";a:3:{s:5:\"label\";s:17:\"M PLUS Rounded 1c\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Ma Shan Zheng\";a:3:{s:5:\"label\";s:13:\"Ma Shan Zheng\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Macondo\";a:3:{s:5:\"label\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Macondo Swash Caps\";a:3:{s:5:\"label\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Mada\";a:3:{s:5:\"label\";s:4:\"Mada\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Magra\";a:3:{s:5:\"label\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Maiden Orange\";a:3:{s:5:\"label\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Maitree\";a:3:{s:5:\"label\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Major Mono Display\";a:3:{s:5:\"label\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:4:\"Mako\";a:3:{s:5:\"label\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Mali\";a:3:{s:5:\"label\";s:4:\"Mali\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Mallanna\";a:3:{s:5:\"label\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Mandali\";a:3:{s:5:\"label\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Manjari\";a:3:{s:5:\"label\";s:7:\"Manjari\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Manrope\";a:3:{s:5:\"label\";s:7:\"Manrope\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Mansalva\";a:3:{s:5:\"label\";s:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Manuale\";a:3:{s:5:\"label\";s:7:\"Manuale\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Marcellus\";a:3:{s:5:\"label\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marcellus SC\";a:3:{s:5:\"label\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marck Script\";a:3:{s:5:\"label\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Margarine\";a:3:{s:5:\"label\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Markazi Text\";a:3:{s:5:\"label\";s:12:\"Markazi Text\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Marko One\";a:3:{s:5:\"label\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Marmelad\";a:3:{s:5:\"label\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Martel\";a:3:{s:5:\"label\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Martel Sans\";a:3:{s:5:\"label\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Marvel\";a:3:{s:5:\"label\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Mate\";a:3:{s:5:\"label\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Mate SC\";a:3:{s:5:\"label\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Maven Pro\";a:3:{s:5:\"label\";s:9:\"Maven Pro\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"McLaren\";a:3:{s:5:\"label\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Mea Culpa\";a:3:{s:5:\"label\";s:9:\"Mea Culpa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Meddon\";a:3:{s:5:\"label\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"MedievalSharp\";a:3:{s:5:\"label\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Medula One\";a:3:{s:5:\"label\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Meera Inimai\";a:3:{s:5:\"label\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Megrim\";a:3:{s:5:\"label\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Meie Script\";a:3:{s:5:\"label\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Meow Script\";a:3:{s:5:\"label\";s:11:\"Meow Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Merienda\";a:3:{s:5:\"label\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merienda One\";a:3:{s:5:\"label\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merriweather\";a:3:{s:5:\"label\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Merriweather Sans\";a:3:{s:5:\"label\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Metal\";a:3:{s:5:\"label\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metal Mania\";a:3:{s:5:\"label\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Metamorphous\";a:3:{s:5:\"label\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metrophobic\";a:3:{s:5:\"label\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Michroma\";a:3:{s:5:\"label\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Milonga\";a:3:{s:5:\"label\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Miltonian\";a:3:{s:5:\"label\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Miltonian Tattoo\";a:3:{s:5:\"label\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Mina\";a:3:{s:5:\"label\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Miniver\";a:3:{s:5:\"label\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Miriam Libre\";a:3:{s:5:\"label\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Mirza\";a:3:{s:5:\"label\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Miss Fajardose\";a:3:{s:5:\"label\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Mitr\";a:3:{s:5:\"label\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Mochiy Pop One\";a:3:{s:5:\"label\";s:14:\"Mochiy Pop One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Mochiy Pop P One\";a:3:{s:5:\"label\";s:16:\"Mochiy Pop P One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Modak\";a:3:{s:5:\"label\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Modern Antiqua\";a:3:{s:5:\"label\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Mogra\";a:3:{s:5:\"label\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Mohave\";a:3:{s:5:\"label\";s:6:\"Mohave\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Molengo\";a:3:{s:5:\"label\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Molle\";a:3:{s:5:\"label\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Monda\";a:3:{s:5:\"label\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Monofett\";a:3:{s:5:\"label\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Monoton\";a:3:{s:5:\"label\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Monsieur La Doulaise\";a:3:{s:5:\"label\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Montaga\";a:3:{s:5:\"label\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Montagu Slab\";a:3:{s:5:\"label\";s:12:\"Montagu Slab\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"MonteCarlo\";a:3:{s:5:\"label\";s:10:\"MonteCarlo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Montez\";a:3:{s:5:\"label\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Montserrat\";a:3:{s:5:\"label\";s:10:\"Montserrat\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Montserrat Alternates\";a:3:{s:5:\"label\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Montserrat Subrayada\";a:3:{s:5:\"label\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Moo Lah Lah\";a:3:{s:5:\"label\";s:11:\"Moo Lah Lah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Moon Dance\";a:3:{s:5:\"label\";s:10:\"Moon Dance\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Moul\";a:3:{s:5:\"label\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Moulpali\";a:3:{s:5:\"label\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Mountains of Christmas\";a:3:{s:5:\"label\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Mouse Memoirs\";a:3:{s:5:\"label\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Mr Bedfort\";a:3:{s:5:\"label\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Mr Dafoe\";a:3:{s:5:\"label\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Mr De Haviland\";a:3:{s:5:\"label\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Mrs Saint Delafield\";a:3:{s:5:\"label\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Mrs Sheppards\";a:3:{s:5:\"label\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Mukta\";a:3:{s:5:\"label\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Mahee\";a:3:{s:5:\"label\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Malar\";a:3:{s:5:\"label\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Vaani\";a:3:{s:5:\"label\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Mulish\";a:3:{s:5:\"label\";s:6:\"Mulish\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Murecho\";a:3:{s:5:\"label\";s:7:\"Murecho\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"MuseoModerno\";a:3:{s:5:\"label\";s:12:\"MuseoModerno\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Mystery Quest\";a:3:{s:5:\"label\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"NTR\";a:3:{s:5:\"label\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Nanum Brush Script\";a:3:{s:5:\"label\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Nanum Gothic\";a:3:{s:5:\"label\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Nanum Gothic Coding\";a:3:{s:5:\"label\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:14:\"Nanum Myeongjo\";a:3:{s:5:\"label\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Nanum Pen Script\";a:3:{s:5:\"label\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Nerko One\";a:3:{s:5:\"label\";s:9:\"Nerko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Neucha\";a:3:{s:5:\"label\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Neuton\";a:3:{s:5:\"label\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"New Rocker\";a:3:{s:5:\"label\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"New Tegomin\";a:3:{s:5:\"label\";s:11:\"New Tegomin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"News Cycle\";a:3:{s:5:\"label\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Newsreader\";a:3:{s:5:\"label\";s:10:\"Newsreader\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Niconne\";a:3:{s:5:\"label\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Niramit\";a:3:{s:5:\"label\";s:7:\"Niramit\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Nixie One\";a:3:{s:5:\"label\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Nobile\";a:3:{s:5:\"label\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nokora\";a:3:{s:5:\"label\";s:6:\"Nokora\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Norican\";a:3:{s:5:\"label\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Nosifer\";a:3:{s:5:\"label\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Notable\";a:3:{s:5:\"label\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Nothing You Could Do\";a:3:{s:5:\"label\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Noticia Text\";a:3:{s:5:\"label\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Noto Kufi Arabic\";a:3:{s:5:\"label\";s:16:\"Noto Kufi Arabic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Noto Music\";a:3:{s:5:\"label\";s:10:\"Noto Music\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Naskh Arabic\";a:3:{s:5:\"label\";s:17:\"Noto Naskh Arabic\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Nastaliq Urdu\";a:3:{s:5:\"label\";s:18:\"Noto Nastaliq Urdu\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Rashi Hebrew\";a:3:{s:5:\"label\";s:17:\"Noto Rashi Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Noto Sans\";a:3:{s:5:\"label\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Adlam\";a:3:{s:5:\"label\";s:15:\"Noto Sans Adlam\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:24:\"Noto Sans Adlam Unjoined\";a:3:{s:5:\"label\";s:24:\"Noto Sans Adlam Unjoined\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:31:\"Noto Sans Anatolian Hieroglyphs\";a:3:{s:5:\"label\";s:31:\"Noto Sans Anatolian Hieroglyphs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Arabic\";a:3:{s:5:\"label\";s:16:\"Noto Sans Arabic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Armenian\";a:3:{s:5:\"label\";s:18:\"Noto Sans Armenian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Avestan\";a:3:{s:5:\"label\";s:17:\"Noto Sans Avestan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Balinese\";a:3:{s:5:\"label\";s:18:\"Noto Sans Balinese\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Bamum\";a:3:{s:5:\"label\";s:15:\"Noto Sans Bamum\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Bassa Vah\";a:3:{s:5:\"label\";s:19:\"Noto Sans Bassa Vah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Batak\";a:3:{s:5:\"label\";s:15:\"Noto Sans Batak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Bengali\";a:3:{s:5:\"label\";s:17:\"Noto Sans Bengali\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Bhaiksuki\";a:3:{s:5:\"label\";s:19:\"Noto Sans Bhaiksuki\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Brahmi\";a:3:{s:5:\"label\";s:16:\"Noto Sans Brahmi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Buginese\";a:3:{s:5:\"label\";s:18:\"Noto Sans Buginese\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Buhid\";a:3:{s:5:\"label\";s:15:\"Noto Sans Buhid\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:29:\"Noto Sans Canadian Aboriginal\";a:3:{s:5:\"label\";s:29:\"Noto Sans Canadian Aboriginal\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Carian\";a:3:{s:5:\"label\";s:16:\"Noto Sans Carian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:28:\"Noto Sans Caucasian Albanian\";a:3:{s:5:\"label\";s:28:\"Noto Sans Caucasian Albanian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Chakma\";a:3:{s:5:\"label\";s:16:\"Noto Sans Chakma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Cham\";a:3:{s:5:\"label\";s:14:\"Noto Sans Cham\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Cherokee\";a:3:{s:5:\"label\";s:18:\"Noto Sans Cherokee\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Coptic\";a:3:{s:5:\"label\";s:16:\"Noto Sans Coptic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Cuneiform\";a:3:{s:5:\"label\";s:19:\"Noto Sans Cuneiform\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Cypriot\";a:3:{s:5:\"label\";s:17:\"Noto Sans Cypriot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Deseret\";a:3:{s:5:\"label\";s:17:\"Noto Sans Deseret\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Devanagari\";a:3:{s:5:\"label\";s:20:\"Noto Sans Devanagari\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Display\";a:3:{s:5:\"label\";s:17:\"Noto Sans Display\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Duployan\";a:3:{s:5:\"label\";s:18:\"Noto Sans Duployan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:30:\"Noto Sans Egyptian Hieroglyphs\";a:3:{s:5:\"label\";s:30:\"Noto Sans Egyptian Hieroglyphs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Elbasan\";a:3:{s:5:\"label\";s:17:\"Noto Sans Elbasan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Elymaic\";a:3:{s:5:\"label\";s:17:\"Noto Sans Elymaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Georgian\";a:3:{s:5:\"label\";s:18:\"Noto Sans Georgian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Glagolitic\";a:3:{s:5:\"label\";s:20:\"Noto Sans Glagolitic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Gothic\";a:3:{s:5:\"label\";s:16:\"Noto Sans Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Grantha\";a:3:{s:5:\"label\";s:17:\"Noto Sans Grantha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Gujarati\";a:3:{s:5:\"label\";s:18:\"Noto Sans Gujarati\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"Noto Sans Gunjala Gondi\";a:3:{s:5:\"label\";s:23:\"Noto Sans Gunjala Gondi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Gurmukhi\";a:3:{s:5:\"label\";s:18:\"Noto Sans Gurmukhi\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans HK\";a:3:{s:5:\"label\";s:12:\"Noto Sans HK\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Noto Sans Hanifi Rohingya\";a:3:{s:5:\"label\";s:25:\"Noto Sans Hanifi Rohingya\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Hanunoo\";a:3:{s:5:\"label\";s:17:\"Noto Sans Hanunoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Hatran\";a:3:{s:5:\"label\";s:16:\"Noto Sans Hatran\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Hebrew\";a:3:{s:5:\"label\";s:16:\"Noto Sans Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Noto Sans Imperial Aramaic\";a:3:{s:5:\"label\";s:26:\"Noto Sans Imperial Aramaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:29:\"Noto Sans Indic Siyaq Numbers\";a:3:{s:5:\"label\";s:29:\"Noto Sans Indic Siyaq Numbers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:31:\"Noto Sans Inscriptional Pahlavi\";a:3:{s:5:\"label\";s:31:\"Noto Sans Inscriptional Pahlavi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:32:\"Noto Sans Inscriptional Parthian\";a:3:{s:5:\"label\";s:32:\"Noto Sans Inscriptional Parthian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans JP\";a:3:{s:5:\"label\";s:12:\"Noto Sans JP\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Javanese\";a:3:{s:5:\"label\";s:18:\"Noto Sans Javanese\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans KR\";a:3:{s:5:\"label\";s:12:\"Noto Sans KR\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Kaithi\";a:3:{s:5:\"label\";s:16:\"Noto Sans Kaithi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Kannada\";a:3:{s:5:\"label\";s:17:\"Noto Sans Kannada\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Kayah Li\";a:3:{s:5:\"label\";s:18:\"Noto Sans Kayah Li\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Kharoshthi\";a:3:{s:5:\"label\";s:20:\"Noto Sans Kharoshthi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Khmer\";a:3:{s:5:\"label\";s:15:\"Noto Sans Khmer\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Khojki\";a:3:{s:5:\"label\";s:16:\"Noto Sans Khojki\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Khudawadi\";a:3:{s:5:\"label\";s:19:\"Noto Sans Khudawadi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Noto Sans Lao\";a:3:{s:5:\"label\";s:13:\"Noto Sans Lao\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Lepcha\";a:3:{s:5:\"label\";s:16:\"Noto Sans Lepcha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Limbu\";a:3:{s:5:\"label\";s:15:\"Noto Sans Limbu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Linear A\";a:3:{s:5:\"label\";s:18:\"Noto Sans Linear A\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Linear B\";a:3:{s:5:\"label\";s:18:\"Noto Sans Linear B\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Lisu\";a:3:{s:5:\"label\";s:14:\"Noto Sans Lisu\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Lycian\";a:3:{s:5:\"label\";s:16:\"Noto Sans Lycian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Lydian\";a:3:{s:5:\"label\";s:16:\"Noto Sans Lydian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Mahajani\";a:3:{s:5:\"label\";s:18:\"Noto Sans Mahajani\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Malayalam\";a:3:{s:5:\"label\";s:19:\"Noto Sans Malayalam\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Mandaic\";a:3:{s:5:\"label\";s:17:\"Noto Sans Mandaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Manichaean\";a:3:{s:5:\"label\";s:20:\"Noto Sans Manichaean\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Marchen\";a:3:{s:5:\"label\";s:17:\"Noto Sans Marchen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"Noto Sans Masaram Gondi\";a:3:{s:5:\"label\";s:23:\"Noto Sans Masaram Gondi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Math\";a:3:{s:5:\"label\";s:14:\"Noto Sans Math\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:24:\"Noto Sans Mayan Numerals\";a:3:{s:5:\"label\";s:24:\"Noto Sans Mayan Numerals\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Medefaidrin\";a:3:{s:5:\"label\";s:21:\"Noto Sans Medefaidrin\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:22:\"Noto Sans Meetei Mayek\";a:3:{s:5:\"label\";s:22:\"Noto Sans Meetei Mayek\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Meroitic\";a:3:{s:5:\"label\";s:18:\"Noto Sans Meroitic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Miao\";a:3:{s:5:\"label\";s:14:\"Noto Sans Miao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Modi\";a:3:{s:5:\"label\";s:14:\"Noto Sans Modi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Mongolian\";a:3:{s:5:\"label\";s:19:\"Noto Sans Mongolian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Mono\";a:3:{s:5:\"label\";s:14:\"Noto Sans Mono\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:13:\"Noto Sans Mro\";a:3:{s:5:\"label\";s:13:\"Noto Sans Mro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Multani\";a:3:{s:5:\"label\";s:17:\"Noto Sans Multani\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Myanmar\";a:3:{s:5:\"label\";s:17:\"Noto Sans Myanmar\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans N Ko\";a:3:{s:5:\"label\";s:14:\"Noto Sans N Ko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Nabataean\";a:3:{s:5:\"label\";s:19:\"Noto Sans Nabataean\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans New Tai Lue\";a:3:{s:5:\"label\";s:21:\"Noto Sans New Tai Lue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Newa\";a:3:{s:5:\"label\";s:14:\"Noto Sans Newa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Nushu\";a:3:{s:5:\"label\";s:15:\"Noto Sans Nushu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Ogham\";a:3:{s:5:\"label\";s:15:\"Noto Sans Ogham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Ol Chiki\";a:3:{s:5:\"label\";s:18:\"Noto Sans Ol Chiki\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"Noto Sans Old Hungarian\";a:3:{s:5:\"label\";s:23:\"Noto Sans Old Hungarian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Old Italic\";a:3:{s:5:\"label\";s:20:\"Noto Sans Old Italic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:27:\"Noto Sans Old North Arabian\";a:3:{s:5:\"label\";s:27:\"Noto Sans Old North Arabian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Old Permic\";a:3:{s:5:\"label\";s:20:\"Noto Sans Old Permic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Old Persian\";a:3:{s:5:\"label\";s:21:\"Noto Sans Old Persian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Old Sogdian\";a:3:{s:5:\"label\";s:21:\"Noto Sans Old Sogdian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:27:\"Noto Sans Old South Arabian\";a:3:{s:5:\"label\";s:27:\"Noto Sans Old South Arabian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Old Turkic\";a:3:{s:5:\"label\";s:20:\"Noto Sans Old Turkic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Oriya\";a:3:{s:5:\"label\";s:15:\"Noto Sans Oriya\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Osage\";a:3:{s:5:\"label\";s:15:\"Noto Sans Osage\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Osmanya\";a:3:{s:5:\"label\";s:17:\"Noto Sans Osmanya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:22:\"Noto Sans Pahawh Hmong\";a:3:{s:5:\"label\";s:22:\"Noto Sans Pahawh Hmong\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Palmyrene\";a:3:{s:5:\"label\";s:19:\"Noto Sans Palmyrene\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Pau Cin Hau\";a:3:{s:5:\"label\";s:21:\"Noto Sans Pau Cin Hau\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Phags Pa\";a:3:{s:5:\"label\";s:18:\"Noto Sans Phags Pa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Phoenician\";a:3:{s:5:\"label\";s:20:\"Noto Sans Phoenician\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Noto Sans Psalter Pahlavi\";a:3:{s:5:\"label\";s:25:\"Noto Sans Psalter Pahlavi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Rejang\";a:3:{s:5:\"label\";s:16:\"Noto Sans Rejang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Runic\";a:3:{s:5:\"label\";s:15:\"Noto Sans Runic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans SC\";a:3:{s:5:\"label\";s:12:\"Noto Sans SC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Samaritan\";a:3:{s:5:\"label\";s:19:\"Noto Sans Samaritan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Noto Sans Saurashtra\";a:3:{s:5:\"label\";s:20:\"Noto Sans Saurashtra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Sharada\";a:3:{s:5:\"label\";s:17:\"Noto Sans Sharada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Shavian\";a:3:{s:5:\"label\";s:17:\"Noto Sans Shavian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Siddham\";a:3:{s:5:\"label\";s:17:\"Noto Sans Siddham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Sinhala\";a:3:{s:5:\"label\";s:17:\"Noto Sans Sinhala\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Sogdian\";a:3:{s:5:\"label\";s:17:\"Noto Sans Sogdian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:22:\"Noto Sans Sora Sompeng\";a:3:{s:5:\"label\";s:22:\"Noto Sans Sora Sompeng\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Soyombo\";a:3:{s:5:\"label\";s:17:\"Noto Sans Soyombo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Sundanese\";a:3:{s:5:\"label\";s:19:\"Noto Sans Sundanese\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:22:\"Noto Sans Syloti Nagri\";a:3:{s:5:\"label\";s:22:\"Noto Sans Syloti Nagri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Symbols\";a:3:{s:5:\"label\";s:17:\"Noto Sans Symbols\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Noto Sans Symbols 2\";a:3:{s:5:\"label\";s:19:\"Noto Sans Symbols 2\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Syriac\";a:3:{s:5:\"label\";s:16:\"Noto Sans Syriac\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans TC\";a:3:{s:5:\"label\";s:12:\"Noto Sans TC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Tagalog\";a:3:{s:5:\"label\";s:17:\"Noto Sans Tagalog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Tagbanwa\";a:3:{s:5:\"label\";s:18:\"Noto Sans Tagbanwa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Tai Le\";a:3:{s:5:\"label\";s:16:\"Noto Sans Tai Le\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Tai Tham\";a:3:{s:5:\"label\";s:18:\"Noto Sans Tai Tham\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Tai Viet\";a:3:{s:5:\"label\";s:18:\"Noto Sans Tai Viet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Takri\";a:3:{s:5:\"label\";s:15:\"Noto Sans Takri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Noto Sans Tamil\";a:3:{s:5:\"label\";s:15:\"Noto Sans Tamil\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Noto Sans Tamil Supplement\";a:3:{s:5:\"label\";s:26:\"Noto Sans Tamil Supplement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Telugu\";a:3:{s:5:\"label\";s:16:\"Noto Sans Telugu\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Thaana\";a:3:{s:5:\"label\";s:16:\"Noto Sans Thaana\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Noto Sans Thai\";a:3:{s:5:\"label\";s:14:\"Noto Sans Thai\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Thai Looped\";a:3:{s:5:\"label\";s:21:\"Noto Sans Thai Looped\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Tifinagh\";a:3:{s:5:\"label\";s:18:\"Noto Sans Tifinagh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Noto Sans Tirhuta\";a:3:{s:5:\"label\";s:17:\"Noto Sans Tirhuta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Noto Sans Ugaritic\";a:3:{s:5:\"label\";s:18:\"Noto Sans Ugaritic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Noto Sans Vai\";a:3:{s:5:\"label\";s:13:\"Noto Sans Vai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Noto Sans Wancho\";a:3:{s:5:\"label\";s:16:\"Noto Sans Wancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Noto Sans Warang Citi\";a:3:{s:5:\"label\";s:21:\"Noto Sans Warang Citi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans Yi\";a:3:{s:5:\"label\";s:12:\"Noto Sans Yi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Noto Sans Zanabazar Square\";a:3:{s:5:\"label\";s:26:\"Noto Sans Zanabazar Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Noto Serif\";a:3:{s:5:\"label\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Noto Serif Ahom\";a:3:{s:5:\"label\";s:15:\"Noto Serif Ahom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Armenian\";a:3:{s:5:\"label\";s:19:\"Noto Serif Armenian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Balinese\";a:3:{s:5:\"label\";s:19:\"Noto Serif Balinese\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Bengali\";a:3:{s:5:\"label\";s:18:\"Noto Serif Bengali\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Noto Serif Devanagari\";a:3:{s:5:\"label\";s:21:\"Noto Serif Devanagari\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Display\";a:3:{s:5:\"label\";s:18:\"Noto Serif Display\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Noto Serif Dogra\";a:3:{s:5:\"label\";s:16:\"Noto Serif Dogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Ethiopic\";a:3:{s:5:\"label\";s:19:\"Noto Serif Ethiopic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Georgian\";a:3:{s:5:\"label\";s:19:\"Noto Serif Georgian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Grantha\";a:3:{s:5:\"label\";s:18:\"Noto Serif Grantha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Gujarati\";a:3:{s:5:\"label\";s:19:\"Noto Serif Gujarati\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Noto Serif Gurmukhi\";a:3:{s:5:\"label\";s:19:\"Noto Serif Gurmukhi\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Serif Hebrew\";a:3:{s:5:\"label\";s:17:\"Noto Serif Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif JP\";a:3:{s:5:\"label\";s:13:\"Noto Serif JP\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif KR\";a:3:{s:5:\"label\";s:13:\"Noto Serif KR\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Kannada\";a:3:{s:5:\"label\";s:18:\"Noto Serif Kannada\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Noto Serif Khmer\";a:3:{s:5:\"label\";s:16:\"Noto Serif Khmer\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Noto Serif Lao\";a:3:{s:5:\"label\";s:14:\"Noto Serif Lao\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Noto Serif Malayalam\";a:3:{s:5:\"label\";s:20:\"Noto Serif Malayalam\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Myanmar\";a:3:{s:5:\"label\";s:18:\"Noto Serif Myanmar\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:33:\"Noto Serif Nyiakeng Puachue Hmong\";a:3:{s:5:\"label\";s:33:\"Noto Serif Nyiakeng Puachue Hmong\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif SC\";a:3:{s:5:\"label\";s:13:\"Noto Serif SC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Sinhala\";a:3:{s:5:\"label\";s:18:\"Noto Serif Sinhala\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif TC\";a:3:{s:5:\"label\";s:13:\"Noto Serif TC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Noto Serif Tamil\";a:3:{s:5:\"label\";s:16:\"Noto Serif Tamil\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Serif Tangut\";a:3:{s:5:\"label\";s:17:\"Noto Serif Tangut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Serif Telugu\";a:3:{s:5:\"label\";s:17:\"Noto Serif Telugu\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Noto Serif Thai\";a:3:{s:5:\"label\";s:15:\"Noto Serif Thai\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Noto Serif Tibetan\";a:3:{s:5:\"label\";s:18:\"Noto Serif Tibetan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Noto Serif Yezidi\";a:3:{s:5:\"label\";s:17:\"Noto Serif Yezidi\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:22:\"Noto Traditional Nushu\";a:3:{s:5:\"label\";s:22:\"Noto Traditional Nushu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Nova Cut\";a:3:{s:5:\"label\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Flat\";a:3:{s:5:\"label\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Mono\";a:3:{s:5:\"label\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Nova Oval\";a:3:{s:5:\"label\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Nova Round\";a:3:{s:5:\"label\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Script\";a:3:{s:5:\"label\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Slim\";a:3:{s:5:\"label\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Square\";a:3:{s:5:\"label\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Numans\";a:3:{s:5:\"label\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nunito\";a:3:{s:5:\"label\";s:6:\"Nunito\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Nunito Sans\";a:3:{s:5:\"label\";s:11:\"Nunito Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Odibee Sans\";a:3:{s:5:\"label\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Odor Mean Chey\";a:3:{s:5:\"label\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Offside\";a:3:{s:5:\"label\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:2:\"Oi\";a:3:{s:5:\"label\";s:2:\"Oi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Old Standard TT\";a:3:{s:5:\"label\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Oldenburg\";a:3:{s:5:\"label\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Ole\";a:3:{s:5:\"label\";s:3:\"Ole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Oleo Script\";a:3:{s:5:\"label\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Oleo Script Swash Caps\";a:3:{s:5:\"label\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Oooh Baby\";a:3:{s:5:\"label\";s:9:\"Oooh Baby\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Open Sans\";a:3:{s:5:\"label\";s:9:\"Open Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Open Sans Condensed\";a:3:{s:5:\"label\";s:19:\"Open Sans Condensed\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oranienbaum\";a:3:{s:5:\"label\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Orbitron\";a:3:{s:5:\"label\";s:8:\"Orbitron\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Oregano\";a:3:{s:5:\"label\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Orelega One\";a:3:{s:5:\"label\";s:11:\"Orelega One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Orienta\";a:3:{s:5:\"label\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Original Surfer\";a:3:{s:5:\"label\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Oswald\";a:3:{s:5:\"label\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Otomanopee One\";a:3:{s:5:\"label\";s:14:\"Otomanopee One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Outfit\";a:3:{s:5:\"label\";s:6:\"Outfit\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Over the Rainbow\";a:3:{s:5:\"label\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Overlock\";a:3:{s:5:\"label\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Overlock SC\";a:3:{s:5:\"label\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Overpass\";a:3:{s:5:\"label\";s:8:\"Overpass\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Overpass Mono\";a:3:{s:5:\"label\";s:13:\"Overpass Mono\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:3:\"Ovo\";a:3:{s:5:\"label\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Oxanium\";a:3:{s:5:\"label\";s:7:\"Oxanium\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Oxygen\";a:3:{s:5:\"label\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oxygen Mono\";a:3:{s:5:\"label\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Mono\";a:3:{s:5:\"label\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Sans\";a:3:{s:5:\"label\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"PT Sans Caption\";a:3:{s:5:\"label\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"PT Sans Narrow\";a:3:{s:5:\"label\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"PT Serif\";a:3:{s:5:\"label\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"PT Serif Caption\";a:3:{s:5:\"label\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pacifico\";a:3:{s:5:\"label\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Padauk\";a:3:{s:5:\"label\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Palanquin\";a:3:{s:5:\"label\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Palanquin Dark\";a:3:{s:5:\"label\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Palette Mosaic\";a:3:{s:5:\"label\";s:14:\"Palette Mosaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Pangolin\";a:3:{s:5:\"label\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Paprika\";a:3:{s:5:\"label\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Parisienne\";a:3:{s:5:\"label\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Passero One\";a:3:{s:5:\"label\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Passion One\";a:3:{s:5:\"label\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Passions Conflict\";a:3:{s:5:\"label\";s:17:\"Passions Conflict\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:18:\"Pathway Gothic One\";a:3:{s:5:\"label\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Patrick Hand\";a:3:{s:5:\"label\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Patrick Hand SC\";a:3:{s:5:\"label\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Pattaya\";a:3:{s:5:\"label\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Patua One\";a:3:{s:5:\"label\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Pavanam\";a:3:{s:5:\"label\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Paytone One\";a:3:{s:5:\"label\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Peddana\";a:3:{s:5:\"label\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Peralta\";a:3:{s:5:\"label\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Permanent Marker\";a:3:{s:5:\"label\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Petemoss\";a:3:{s:5:\"label\";s:8:\"Petemoss\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Petit Formal Script\";a:3:{s:5:\"label\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Petrona\";a:3:{s:5:\"label\";s:7:\"Petrona\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Philosopher\";a:3:{s:5:\"label\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Piazzolla\";a:3:{s:5:\"label\";s:9:\"Piazzolla\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Piedra\";a:3:{s:5:\"label\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Pinyon Script\";a:3:{s:5:\"label\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Pirata One\";a:3:{s:5:\"label\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Plaster\";a:3:{s:5:\"label\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Play\";a:3:{s:5:\"label\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Playball\";a:3:{s:5:\"label\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Playfair Display\";a:3:{s:5:\"label\";s:16:\"Playfair Display\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Playfair Display SC\";a:3:{s:5:\"label\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Podkova\";a:3:{s:5:\"label\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Poiret One\";a:3:{s:5:\"label\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Poller One\";a:3:{s:5:\"label\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Poly\";a:3:{s:5:\"label\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pompiere\";a:3:{s:5:\"label\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Pontano Sans\";a:3:{s:5:\"label\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Poor Story\";a:3:{s:5:\"label\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Poppins\";a:3:{s:5:\"label\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Sans\";a:3:{s:5:\"label\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Slab\";a:3:{s:5:\"label\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Potta One\";a:3:{s:5:\"label\";s:9:\"Potta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Pragati Narrow\";a:3:{s:5:\"label\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Praise\";a:3:{s:5:\"label\";s:6:\"Praise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Prata\";a:3:{s:5:\"label\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Preahvihear\";a:3:{s:5:\"label\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Press Start 2P\";a:3:{s:5:\"label\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Pridi\";a:3:{s:5:\"label\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Princess Sofia\";a:3:{s:5:\"label\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Prociono\";a:3:{s:5:\"label\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Prompt\";a:3:{s:5:\"label\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Prosto One\";a:3:{s:5:\"label\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Proza Libre\";a:3:{s:5:\"label\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Public Sans\";a:3:{s:5:\"label\";s:11:\"Public Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Puppies Play\";a:3:{s:5:\"label\";s:12:\"Puppies Play\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Puritan\";a:3:{s:5:\"label\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Purple Purse\";a:3:{s:5:\"label\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Pushster\";a:3:{s:5:\"label\";s:8:\"Pushster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Qahiri\";a:3:{s:5:\"label\";s:6:\"Qahiri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Quando\";a:3:{s:5:\"label\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Quantico\";a:3:{s:5:\"label\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Quattrocento\";a:3:{s:5:\"label\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Quattrocento Sans\";a:3:{s:5:\"label\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Questrial\";a:3:{s:5:\"label\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Quicksand\";a:3:{s:5:\"label\";s:9:\"Quicksand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Quintessential\";a:3:{s:5:\"label\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Qwigley\";a:3:{s:5:\"label\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Qwitcher Grypen\";a:3:{s:5:\"label\";s:15:\"Qwitcher Grypen\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Racing Sans One\";a:3:{s:5:\"label\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Radley\";a:3:{s:5:\"label\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Rajdhani\";a:3:{s:5:\"label\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rakkas\";a:3:{s:5:\"label\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Raleway\";a:3:{s:5:\"label\";s:7:\"Raleway\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Raleway Dots\";a:3:{s:5:\"label\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Ramabhadra\";a:3:{s:5:\"label\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Ramaraja\";a:3:{s:5:\"label\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Rambla\";a:3:{s:5:\"label\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Rammetto One\";a:3:{s:5:\"label\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Rampart One\";a:3:{s:5:\"label\";s:11:\"Rampart One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Ranchers\";a:3:{s:5:\"label\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Rancho\";a:3:{s:5:\"label\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ranga\";a:3:{s:5:\"label\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Rasa\";a:3:{s:5:\"label\";s:4:\"Rasa\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rationale\";a:3:{s:5:\"label\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Ravi Prakash\";a:3:{s:5:\"label\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Readex Pro\";a:3:{s:5:\"label\";s:10:\"Readex Pro\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Recursive\";a:3:{s:5:\"label\";s:9:\"Recursive\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Red Hat Display\";a:3:{s:5:\"label\";s:15:\"Red Hat Display\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Red Hat Mono\";a:3:{s:5:\"label\";s:12:\"Red Hat Mono\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:12:\"Red Hat Text\";a:3:{s:5:\"label\";s:12:\"Red Hat Text\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Red Rose\";a:3:{s:5:\"label\";s:8:\"Red Rose\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Redacted\";a:3:{s:5:\"label\";s:8:\"Redacted\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Redacted Script\";a:3:{s:5:\"label\";s:15:\"Redacted Script\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Redressed\";a:3:{s:5:\"label\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Reem Kufi\";a:3:{s:5:\"label\";s:9:\"Reem Kufi\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Reenie Beanie\";a:3:{s:5:\"label\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Reggae One\";a:3:{s:5:\"label\";s:10:\"Reggae One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Revalia\";a:3:{s:5:\"label\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Rhodium Libre\";a:3:{s:5:\"label\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Ribeye\";a:3:{s:5:\"label\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Ribeye Marrow\";a:3:{s:5:\"label\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Righteous\";a:3:{s:5:\"label\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Risque\";a:3:{s:5:\"label\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Road Rage\";a:3:{s:5:\"label\";s:9:\"Road Rage\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Roboto\";a:3:{s:5:\"label\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Roboto Condensed\";a:3:{s:5:\"label\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Roboto Mono\";a:3:{s:5:\"label\";s:11:\"Roboto Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Roboto Slab\";a:3:{s:5:\"label\";s:11:\"Roboto Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rochester\";a:3:{s:5:\"label\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Rock 3D\";a:3:{s:5:\"label\";s:7:\"Rock 3D\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Rock Salt\";a:3:{s:5:\"label\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"RocknRoll One\";a:3:{s:5:\"label\";s:13:\"RocknRoll One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Rokkitt\";a:3:{s:5:\"label\";s:7:\"Rokkitt\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Romanesco\";a:3:{s:5:\"label\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Ropa Sans\";a:3:{s:5:\"label\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Rosario\";a:3:{s:5:\"label\";s:7:\"Rosario\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Rosarivo\";a:3:{s:5:\"label\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Rouge Script\";a:3:{s:5:\"label\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Rowdies\";a:3:{s:5:\"label\";s:7:\"Rowdies\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Rozha One\";a:3:{s:5:\"label\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Rubik\";a:3:{s:5:\"label\";s:5:\"Rubik\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Rubik Beastly\";a:3:{s:5:\"label\";s:13:\"Rubik Beastly\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Rubik Mono One\";a:3:{s:5:\"label\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Ruda\";a:3:{s:5:\"label\";s:4:\"Ruda\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rufina\";a:3:{s:5:\"label\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Ruge Boogie\";a:3:{s:5:\"label\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ruluko\";a:3:{s:5:\"label\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Rum Raisin\";a:3:{s:5:\"label\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Ruslan Display\";a:3:{s:5:\"label\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Russo One\";a:3:{s:5:\"label\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Ruthie\";a:3:{s:5:\"label\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"Rye\";a:3:{s:5:\"label\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"STIX Two Text\";a:3:{s:5:\"label\";s:13:\"STIX Two Text\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Sacramento\";a:3:{s:5:\"label\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Sahitya\";a:3:{s:5:\"label\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Sail\";a:3:{s:5:\"label\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Saira\";a:3:{s:5:\"label\";s:5:\"Saira\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Saira Condensed\";a:3:{s:5:\"label\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Saira Extra Condensed\";a:3:{s:5:\"label\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Saira Semi Condensed\";a:3:{s:5:\"label\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Saira Stencil One\";a:3:{s:5:\"label\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Salsa\";a:3:{s:5:\"label\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sanchez\";a:3:{s:5:\"label\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sancreek\";a:3:{s:5:\"label\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sansita\";a:3:{s:5:\"label\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"800\";i:3;s:9:\"800italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Sansita Swashed\";a:3:{s:5:\"label\";s:15:\"Sansita Swashed\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sarabun\";a:3:{s:5:\"label\";s:7:\"Sarabun\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarala\";a:3:{s:5:\"label\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarina\";a:3:{s:5:\"label\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Sarpanch\";a:3:{s:5:\"label\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Sassy Frass\";a:3:{s:5:\"label\";s:11:\"Sassy Frass\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Satisfy\";a:3:{s:5:\"label\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Sawarabi Gothic\";a:3:{s:5:\"label\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Sawarabi Mincho\";a:3:{s:5:\"label\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Scada\";a:3:{s:5:\"label\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Scheherazade New\";a:3:{s:5:\"label\";s:16:\"Scheherazade New\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Schoolbell\";a:3:{s:5:\"label\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Scope One\";a:3:{s:5:\"label\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Seaweed Script\";a:3:{s:5:\"label\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Secular One\";a:3:{s:5:\"label\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Sedgwick Ave\";a:3:{s:5:\"label\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:20:\"Sedgwick Ave Display\";a:3:{s:5:\"label\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"Sen\";a:3:{s:5:\"label\";s:3:\"Sen\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Sevillana\";a:3:{s:5:\"label\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Seymour One\";a:3:{s:5:\"label\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Shadows Into Light\";a:3:{s:5:\"label\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:22:\"Shadows Into Light Two\";a:3:{s:5:\"label\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Shalimar\";a:3:{s:5:\"label\";s:8:\"Shalimar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Shanti\";a:3:{s:5:\"label\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Share\";a:3:{s:5:\"label\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Share Tech\";a:3:{s:5:\"label\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Share Tech Mono\";a:3:{s:5:\"label\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:16:\"Shippori Antique\";a:3:{s:5:\"label\";s:16:\"Shippori Antique\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Shippori Antique B1\";a:3:{s:5:\"label\";s:19:\"Shippori Antique B1\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Shippori Mincho\";a:3:{s:5:\"label\";s:15:\"Shippori Mincho\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Shippori Mincho B1\";a:3:{s:5:\"label\";s:18:\"Shippori Mincho B1\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Shizuru\";a:3:{s:5:\"label\";s:7:\"Shizuru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Shojumaru\";a:3:{s:5:\"label\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Short Stack\";a:3:{s:5:\"label\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Shrikhand\";a:3:{s:5:\"label\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Siemreap\";a:3:{s:5:\"label\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sigmar One\";a:3:{s:5:\"label\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Signika\";a:3:{s:5:\"label\";s:7:\"Signika\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Signika Negative\";a:3:{s:5:\"label\";s:16:\"Signika Negative\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Simonetta\";a:3:{s:5:\"label\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:3:\"900\";i:1;s:9:\"900italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Single Day\";a:3:{s:5:\"label\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sintony\";a:3:{s:5:\"label\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Sirin Stencil\";a:3:{s:5:\"label\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Six Caps\";a:3:{s:5:\"label\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Skranji\";a:3:{s:5:\"label\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Slabo 13px\";a:3:{s:5:\"label\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Slabo 27px\";a:3:{s:5:\"label\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Slackey\";a:3:{s:5:\"label\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smokum\";a:3:{s:5:\"label\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smooch\";a:3:{s:5:\"label\";s:6:\"Smooch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Smythe\";a:3:{s:5:\"label\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sniglet\";a:3:{s:5:\"label\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Snippet\";a:3:{s:5:\"label\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Snowburst One\";a:3:{s:5:\"label\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sofadi One\";a:3:{s:5:\"label\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Sofia\";a:3:{s:5:\"label\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Solway\";a:3:{s:5:\"label\";s:6:\"Solway\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Song Myung\";a:3:{s:5:\"label\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Sonsie One\";a:3:{s:5:\"label\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Sora\";a:3:{s:5:\"label\";s:4:\"Sora\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Sorts Mill Goudy\";a:3:{s:5:\"label\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Source Code Pro\";a:3:{s:5:\"label\";s:15:\"Source Code Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:13:\"Source Sans 3\";a:3:{s:5:\"label\";s:13:\"Source Sans 3\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Source Sans Pro\";a:3:{s:5:\"label\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Source Serif 4\";a:3:{s:5:\"label\";s:14:\"Source Serif 4\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Source Serif Pro\";a:3:{s:5:\"label\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Space Grotesk\";a:3:{s:5:\"label\";s:13:\"Space Grotesk\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Space Mono\";a:3:{s:5:\"label\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Spartan\";a:3:{s:5:\"label\";s:7:\"Spartan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Special Elite\";a:3:{s:5:\"label\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Spectral\";a:3:{s:5:\"label\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Spectral SC\";a:3:{s:5:\"label\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Spicy Rice\";a:3:{s:5:\"label\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Spinnaker\";a:3:{s:5:\"label\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Spirax\";a:3:{s:5:\"label\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Spline Sans\";a:3:{s:5:\"label\";s:11:\"Spline Sans\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Squada One\";a:3:{s:5:\"label\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Sree Krushnadevaraya\";a:3:{s:5:\"label\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sriracha\";a:3:{s:5:\"label\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Srisakdi\";a:3:{s:5:\"label\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Staatliches\";a:3:{s:5:\"label\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Stalemate\";a:3:{s:5:\"label\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Stalinist One\";a:3:{s:5:\"label\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Stardos Stencil\";a:3:{s:5:\"label\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Stick\";a:3:{s:5:\"label\";s:5:\"Stick\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Stick No Bills\";a:3:{s:5:\"label\";s:14:\"Stick No Bills\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Stint Ultra Condensed\";a:3:{s:5:\"label\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Stint Ultra Expanded\";a:3:{s:5:\"label\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Stoke\";a:3:{s:5:\"label\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Strait\";a:3:{s:5:\"label\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Style Script\";a:3:{s:5:\"label\";s:12:\"Style Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Stylish\";a:3:{s:5:\"label\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Sue Ellen Francisco\";a:3:{s:5:\"label\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Suez One\";a:3:{s:5:\"label\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Sulphur Point\";a:3:{s:5:\"label\";s:13:\"Sulphur Point\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sumana\";a:3:{s:5:\"label\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Sunflower\";a:3:{s:5:\"label\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Sunshiney\";a:3:{s:5:\"label\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Supermercado One\";a:3:{s:5:\"label\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Sura\";a:3:{s:5:\"label\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Suranna\";a:3:{s:5:\"label\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Suravaram\";a:3:{s:5:\"label\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Suwannaphum\";a:3:{s:5:\"label\";s:11:\"Suwannaphum\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Swanky and Moo Moo\";a:3:{s:5:\"label\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Syncopate\";a:3:{s:5:\"label\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Syne\";a:3:{s:5:\"label\";s:4:\"Syne\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Syne Mono\";a:3:{s:5:\"label\";s:9:\"Syne Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:12:\"Syne Tactile\";a:3:{s:5:\"label\";s:12:\"Syne Tactile\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Tajawal\";a:3:{s:5:\"label\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Tangerine\";a:3:{s:5:\"label\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Taprom\";a:3:{s:5:\"label\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Tauri\";a:3:{s:5:\"label\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Taviraj\";a:3:{s:5:\"label\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Teko\";a:3:{s:5:\"label\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Telex\";a:3:{s:5:\"label\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Tenali Ramakrishna\";a:3:{s:5:\"label\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Tenor Sans\";a:3:{s:5:\"label\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Text Me One\";a:3:{s:5:\"label\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Texturina\";a:3:{s:5:\"label\";s:9:\"Texturina\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Thasadith\";a:3:{s:5:\"label\";s:9:\"Thasadith\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"The Girl Next Door\";a:3:{s:5:\"label\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"The Nautigal\";a:3:{s:5:\"label\";s:12:\"The Nautigal\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Tienne\";a:3:{s:5:\"label\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Tillana\";a:3:{s:5:\"label\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Timmana\";a:3:{s:5:\"label\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Tinos\";a:3:{s:5:\"label\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Titan One\";a:3:{s:5:\"label\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Titillium Web\";a:3:{s:5:\"label\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:6:\"italic\";i:10;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Tomorrow\";a:3:{s:5:\"label\";s:8:\"Tomorrow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Tourney\";a:3:{s:5:\"label\";s:7:\"Tourney\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Trade Winds\";a:3:{s:5:\"label\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Train One\";a:3:{s:5:\"label\";s:9:\"Train One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Trirong\";a:3:{s:5:\"label\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Trispace\";a:3:{s:5:\"label\";s:8:\"Trispace\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Trocchi\";a:3:{s:5:\"label\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Trochut\";a:3:{s:5:\"label\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Truculenta\";a:3:{s:5:\"label\";s:10:\"Truculenta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Trykker\";a:3:{s:5:\"label\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Tulpen One\";a:3:{s:5:\"label\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Turret Road\";a:3:{s:5:\"label\";s:11:\"Turret Road\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Twinkle Star\";a:3:{s:5:\"label\";s:12:\"Twinkle Star\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ubuntu\";a:3:{s:5:\"label\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Ubuntu Condensed\";a:3:{s:5:\"label\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Ubuntu Mono\";a:3:{s:5:\"label\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Uchen\";a:3:{s:5:\"label\";s:5:\"Uchen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Ultra\";a:3:{s:5:\"label\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Uncial Antiqua\";a:3:{s:5:\"label\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Underdog\";a:3:{s:5:\"label\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Unica One\";a:3:{s:5:\"label\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"UnifrakturCook\";a:3:{s:5:\"label\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}s:8:\"category\";s:7:\"display\";}s:18:\"UnifrakturMaguntia\";a:3:{s:5:\"label\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Unkempt\";a:3:{s:5:\"label\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Unlock\";a:3:{s:5:\"label\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Unna\";a:3:{s:5:\"label\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Urbanist\";a:3:{s:5:\"label\";s:8:\"Urbanist\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"VT323\";a:3:{s:5:\"label\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Vampiro One\";a:3:{s:5:\"label\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Varela\";a:3:{s:5:\"label\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Varela Round\";a:3:{s:5:\"label\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Varta\";a:3:{s:5:\"label\";s:5:\"Varta\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Vast Shadow\";a:3:{s:5:\"label\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Vesper Libre\";a:3:{s:5:\"label\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Viaoda Libre\";a:3:{s:5:\"label\";s:12:\"Viaoda Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Vibes\";a:3:{s:5:\"label\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Vibur\";a:3:{s:5:\"label\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Vidaloka\";a:3:{s:5:\"label\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Viga\";a:3:{s:5:\"label\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Voces\";a:3:{s:5:\"label\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Volkhov\";a:3:{s:5:\"label\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Vollkorn\";a:3:{s:5:\"label\";s:8:\"Vollkorn\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Vollkorn SC\";a:3:{s:5:\"label\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Voltaire\";a:3:{s:5:\"label\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Vujahday Script\";a:3:{s:5:\"label\";s:15:\"Vujahday Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:23:\"Waiting for the Sunrise\";a:3:{s:5:\"label\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Wallpoet\";a:3:{s:5:\"label\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Walter Turncoat\";a:3:{s:5:\"label\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Warnes\";a:3:{s:5:\"label\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Waterfall\";a:3:{s:5:\"label\";s:9:\"Waterfall\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Wellfleet\";a:3:{s:5:\"label\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Wendy One\";a:3:{s:5:\"label\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"WindSong\";a:3:{s:5:\"label\";s:8:\"WindSong\";s:8:\"variants\";a:2:{i:0;s:3:\"500\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Wire One\";a:3:{s:5:\"label\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Work Sans\";a:3:{s:5:\"label\";s:9:\"Work Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Xanh Mono\";a:3:{s:5:\"label\";s:9:\"Xanh Mono\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Yaldevi\";a:3:{s:5:\"label\";s:7:\"Yaldevi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Yanone Kaffeesatz\";a:3:{s:5:\"label\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Yantramanav\";a:3:{s:5:\"label\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Yatra One\";a:3:{s:5:\"label\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yellowtail\";a:3:{s:5:\"label\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Yeon Sung\";a:3:{s:5:\"label\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yeseva One\";a:3:{s:5:\"label\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yesteryear\";a:3:{s:5:\"label\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Yomogi\";a:3:{s:5:\"label\";s:6:\"Yomogi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Yrsa\";a:3:{s:5:\"label\";s:4:\"Yrsa\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Yuji Boku\";a:3:{s:5:\"label\";s:9:\"Yuji Boku\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Yuji Hentaigana Akari\";a:3:{s:5:\"label\";s:21:\"Yuji Hentaigana Akari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:23:\"Yuji Hentaigana Akebono\";a:3:{s:5:\"label\";s:23:\"Yuji Hentaigana Akebono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Yuji Mai\";a:3:{s:5:\"label\";s:8:\"Yuji Mai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Yuji Syuku\";a:3:{s:5:\"label\";s:10:\"Yuji Syuku\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Yusei Magic\";a:3:{s:5:\"label\";s:11:\"Yusei Magic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"ZCOOL KuaiLe\";a:3:{s:5:\"label\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"ZCOOL QingKe HuangYou\";a:3:{s:5:\"label\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"ZCOOL XiaoWei\";a:3:{s:5:\"label\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Zen Antique\";a:3:{s:5:\"label\";s:11:\"Zen Antique\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Zen Antique Soft\";a:3:{s:5:\"label\";s:16:\"Zen Antique Soft\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Zen Dots\";a:3:{s:5:\"label\";s:8:\"Zen Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:23:\"Zen Kaku Gothic Antique\";a:3:{s:5:\"label\";s:23:\"Zen Kaku Gothic Antique\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Zen Kaku Gothic New\";a:3:{s:5:\"label\";s:19:\"Zen Kaku Gothic New\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Zen Kurenaido\";a:3:{s:5:\"label\";s:13:\"Zen Kurenaido\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Zen Loop\";a:3:{s:5:\"label\";s:8:\"Zen Loop\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Zen Maru Gothic\";a:3:{s:5:\"label\";s:15:\"Zen Maru Gothic\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Zen Old Mincho\";a:3:{s:5:\"label\";s:14:\"Zen Old Mincho\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Zen Tokyo Zoo\";a:3:{s:5:\"label\";s:13:\"Zen Tokyo Zoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Zeyada\";a:3:{s:5:\"label\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Zhi Mang Xing\";a:3:{s:5:\"label\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Zilla Slab\";a:3:{s:5:\"label\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Zilla Slab Highlight\";a:3:{s:5:\"label\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}}','off'),(1790,'_site_transient_timeout_theme_roots','1764767855','off'),(1791,'_site_transient_theme_roots','a:4:{s:5:\"katen\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";}','off'),(1793,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1764766057;s:8:\"response\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"5.6\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:15:\"kirki/kirki.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:19:\"w.org/plugins/kirki\";s:4:\"slug\";s:5:\"kirki\";s:6:\"plugin\";s:15:\"kirki/kirki.php\";s:11:\"new_version\";s:5:\"5.1.1\";s:3:\"url\";s:36:\"https://wordpress.org/plugins/kirki/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/kirki.5.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:58:\"https://ps.w.org/kirki/assets/icon-256x256.jpg?rev=2947788\";s:2:\"1x\";s:58:\"https://ps.w.org/kirki/assets/icon-256x256.jpg?rev=2947788\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/kirki/assets/banner-1544x500.jpg?rev=2947788\";s:2:\"1x\";s:60:\"https://ps.w.org/kirki/assets/banner-772x250.jpg?rev=2947788\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:45:\"users-profile-picture/dew-profile-picture.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:35:\"w.org/plugins/users-profile-picture\";s:4:\"slug\";s:21:\"users-profile-picture\";s:6:\"plugin\";s:45:\"users-profile-picture/dew-profile-picture.php\";s:11:\"new_version\";s:5:\"1.0.5\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/users-profile-picture/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/users-profile-picture.1.0.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/users-profile-picture/assets/icon-256x256.jpg?rev=2162259\";s:2:\"1x\";s:74:\"https://ps.w.org/users-profile-picture/assets/icon-128-128.jpg?rev=2162259\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/users-profile-picture/assets/banner-1544x500.jpg?rev=2162259\";s:2:\"1x\";s:76:\"https://ps.w.org/users-profile-picture/assets/banner-772x250.jpg?rev=2162259\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.5\";}}s:7:\"checked\";a:5:{s:19:\"akismet/akismet.php\";s:3:\"5.5\";s:9:\"hello.php\";s:5:\"1.7.2\";s:31:\"katen-widgets/katen-widgets.php\";s:3:\"1.1\";s:15:\"kirki/kirki.php\";s:5:\"5.1.0\";s:45:\"users-profile-picture/dew-profile-picture.php\";s:5:\"1.0.5\";}}','off');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_postmeta`
--

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=1275 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_postmeta`
--

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(5,1,'katen_post_views_count','0'),(6,1,'_wp_trash_meta_status','publish'),(7,1,'_wp_trash_meta_time','1762854843'),(8,1,'_wp_desired_post_slug','hello-world'),(9,1,'_wp_trash_meta_comments_status','a:1:{i:1;s:1:\"1\";}'),(10,8,'_edit_lock','1764653939:1'),(13,8,'katen_post_views_count','12'),(14,10,'_edit_lock','1764653954:1'),(17,12,'_wp_attached_file','2025/11/wow-chat-logo.png'),(18,12,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:132;s:6:\"height\";i:32;s:4:\"file\";s:25:\"2025/11/wow-chat-logo.png\";s:8:\"filesize\";i:1669;s:5:\"sizes\";a:2:{s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:24:\"wow-chat-logo-110x32.png\";s:5:\"width\";i:110;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1937;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:23:\"wow-chat-logo-60x32.png\";s:5:\"width\";i:60;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1227;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19,10,'katen_post_views_count','11'),(20,13,'_wp_attached_file','2025/11/wowchat1.png'),(21,13,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:158;s:6:\"height\";i:85;s:4:\"file\";s:20:\"2025/11/wowchat1.png\";s:8:\"filesize\";i:15825;s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"wowchat1-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15383;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:19:\"wowchat1-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12152;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:18:\"wowchat1-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5798;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22,14,'_wp_attached_file','2025/11/mini_screen_logo.png'),(23,14,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:40;s:6:\"height\";i:40;s:4:\"file\";s:28:\"2025/11/mini_screen_logo.png\";s:8:\"filesize\";i:845;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24,15,'_wp_attached_file','2025/11/cropped-mini_screen_logo.png'),(25,15,'_wp_attachment_context','site-icon'),(26,15,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:36:\"2025/11/cropped-mini_screen_logo.png\";s:8:\"filesize\";i:5765;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"cropped-mini_screen_logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6179;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"cropped-mini_screen_logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4516;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:36:\"cropped-mini_screen_logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6179;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:36:\"cropped-mini_screen_logo-512x367.png\";s:5:\"width\";i:512;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5477;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:36:\"cropped-mini_screen_logo-512x485.png\";s:5:\"width\";i:512;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5710;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:36:\"cropped-mini_screen_logo-512x440.png\";s:5:\"width\";i:512;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5622;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:36:\"cropped-mini_screen_logo-512x400.png\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5542;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:36:\"cropped-mini_screen_logo-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6436;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:35:\"cropped-mini_screen_logo-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3883;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:36:\"cropped-mini_screen_logo-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6331;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:34:\"cropped-mini_screen_logo-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2318;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:36:\"cropped-mini_screen_logo-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7170;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:36:\"cropped-mini_screen_logo-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5973;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:36:\"cropped-mini_screen_logo-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3896;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:36:\"cropped-mini_screen_logo-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4910;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:34:\"cropped-mini_screen_logo-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1070;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(27,16,'_wp_trash_meta_status','publish'),(28,16,'_wp_trash_meta_time','1762864703'),(29,17,'_wp_trash_meta_status','publish'),(30,17,'_wp_trash_meta_time','1762866559'),(31,18,'_wp_attached_file','2025/11/wowchat-footer.png'),(32,18,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:102;s:6:\"height\";i:32;s:4:\"file\";s:26:\"2025/11/wowchat-footer.png\";s:8:\"filesize\";i:1665;s:5:\"sizes\";a:1:{s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:24:\"wowchat-footer-60x32.png\";s:5:\"width\";i:60;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1254;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(33,19,'_edit_lock','1762867735:1'),(34,19,'_wp_trash_meta_status','publish'),(35,19,'_wp_trash_meta_time','1762867740'),(36,20,'_edit_lock','1762867890:1'),(37,20,'_wp_trash_meta_status','publish'),(38,20,'_wp_trash_meta_time','1762867890'),(39,21,'_edit_lock','1762867914:1'),(40,21,'_wp_trash_meta_status','publish'),(41,21,'_wp_trash_meta_time','1762867918'),(42,22,'_edit_lock','1762867950:1'),(43,22,'_wp_trash_meta_status','publish'),(44,22,'_wp_trash_meta_time','1762867954'),(45,23,'_edit_lock','1762867972:1'),(46,23,'_wp_trash_meta_status','publish'),(47,23,'_wp_trash_meta_time','1762867975'),(48,24,'_wp_trash_meta_status','publish'),(49,24,'_wp_trash_meta_time','1762867996'),(51,26,'_wp_trash_meta_status','publish'),(52,26,'_wp_trash_meta_time','1762868323'),(53,27,'_wp_trash_meta_status','publish'),(54,27,'_wp_trash_meta_time','1762868505'),(55,28,'_edit_lock','1764653967:1'),(58,30,'_edit_lock','1764653091:1'),(61,30,'katen_post_views_count','13'),(67,35,'_edit_lock','1764653983:1'),(70,37,'_edit_lock','1764654003:1'),(73,39,'_edit_lock','1764654009:1'),(76,41,'_edit_lock','1764654030:1'),(79,43,'_edit_lock','1764654040:1'),(82,45,'_edit_lock','1764653141:1'),(85,47,'_edit_lock','1764654064:1'),(88,49,'_edit_lock','1764654074:1'),(91,51,'_edit_lock','1764654083:1'),(94,53,'_edit_lock','1764653215:1'),(97,55,'_edit_lock','1764654143:1'),(100,57,'_edit_lock','1764654149:1'),(103,59,'_edit_lock','1764655224:1'),(104,60,'_edit_lock','1764653312:1'),(107,60,'katen_post_views_count','5'),(110,63,'_edit_lock','1764654167:1'),(111,64,'_edit_lock','1764655198:1'),(114,63,'katen_post_views_count','4'),(117,67,'_edit_lock','1764655177:1'),(118,68,'_edit_lock','1764654185:1'),(121,68,'katen_post_views_count','13'),(131,64,'katen_post_views_count','4'),(132,75,'_edit_lock','1764653334:1'),(133,59,'katen_post_views_count','10'),(137,75,'katen_post_views_count','8'),(138,78,'_edit_lock','1764654228:1'),(141,80,'_edit_lock','1764655148:1'),(144,78,'katen_post_views_count','4'),(145,82,'_edit_lock','1764654265:1'),(148,85,'_edit_lock','1764655100:1'),(153,88,'_edit_lock','1764655068:1'),(154,82,'katen_post_views_count','6'),(155,89,'_edit_lock','1764654291:1'),(158,91,'_edit_lock','1764655032:1'),(163,94,'_edit_lock','1764654959:1'),(164,89,'katen_post_views_count','5'),(169,97,'_edit_lock','1764654916:1'),(170,98,'_edit_lock','1764654325:1'),(173,100,'_edit_lock','1764654884:1'),(176,102,'_edit_lock','1764654362:1'),(179,102,'katen_post_views_count','10'),(180,104,'_edit_lock','1764654386:1'),(183,106,'_edit_lock','1764654847:1'),(186,108,'_edit_lock','1764654817:1'),(191,111,'_edit_lock','1764654771:1'),(194,113,'_edit_lock','1764654734:1'),(197,115,'_edit_lock','1764654702:1'),(198,104,'katen_post_views_count','5'),(199,100,'katen_post_views_count','6'),(202,117,'_edit_lock','1764654666:1'),(205,119,'_edit_lock','1764654635:1'),(206,115,'katen_post_views_count','3'),(209,121,'_edit_lock','1764654602:1'),(212,123,'_edit_lock','1764654583:1'),(215,125,'_edit_lock','1764654560:1'),(218,127,'_edit_lock','1764654493:1'),(221,129,'_edit_lock','1764654467:1'),(222,125,'katen_post_views_count','6'),(225,131,'_edit_lock','1764654445:1'),(228,133,'_edit_lock','1764654416:1'),(231,131,'katen_post_views_count','7'),(232,119,'katen_post_views_count','8'),(233,133,'katen_post_views_count','24'),(234,129,'katen_post_views_count','5'),(235,47,'katen_post_views_count','7'),(236,117,'katen_post_views_count','8'),(237,123,'katen_post_views_count','4'),(238,59,'_edit_last','1'),(239,59,'_wp_page_template','default'),(242,64,'_edit_last','1'),(243,64,'_wp_page_template','default'),(246,67,'_edit_last','1'),(247,67,'_wp_page_template','default'),(250,80,'_edit_last','1'),(251,80,'_wp_page_template','default'),(254,91,'_edit_last','1'),(255,91,'_wp_page_template','default'),(258,135,'_wp_attached_file','2025/11/Rahul-1.jpg'),(259,135,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2025/11/Rahul-1.jpg\";s:8:\"filesize\";i:23049;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"Rahul-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12377;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Rahul-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4867;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"Rahul-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12377;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:19:\"Rahul-1-500x367.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21110;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:19:\"Rahul-1-500x485.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26811;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:19:\"Rahul-1-500x440.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24808;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:19:\"Rahul-1-500x400.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22805;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:19:\"Rahul-1-330x250.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11512;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:18:\"Rahul-1-110x80.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2649;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:19:\"Rahul-1-325x233.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10768;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:17:\"Rahul-1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1830;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:19:\"Rahul-1-360x360.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15865;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(260,97,'_edit_last','1'),(261,97,'_wp_page_template','default'),(264,136,'_wp_attached_file','2025/11/Bhavin.jpg'),(265,136,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2025/11/Bhavin.jpg\";s:8:\"filesize\";i:5590;s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Bhavin-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4488;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:17:\"Bhavin-110x80.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2377;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:16:\"Bhavin-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1706;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(266,137,'_wp_attached_file','2025/11/Viral.jpg'),(267,137,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:17:\"2025/11/Viral.jpg\";s:8:\"filesize\";i:5216;s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"Viral-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4301;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:16:\"Viral-110x80.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2346;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:15:\"Viral-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1612;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(268,106,'_edit_last','1'),(269,106,'_wp_page_template','default'),(272,108,'_edit_last','1'),(273,108,'_wp_page_template','default'),(276,115,'_edit_last','1'),(277,115,'_wp_page_template','default'),(280,117,'_edit_last','1'),(281,117,'_wp_page_template','default'),(284,119,'_edit_last','1'),(285,119,'_wp_page_template','default'),(288,121,'_edit_last','1'),(289,121,'_wp_page_template','default'),(292,94,'_edit_last','1'),(293,94,'_wp_page_template','default'),(296,106,'katen_post_views_count','5'),(297,121,'katen_post_views_count','4'),(298,138,'_wp_attached_file','2025/11/Nandan.png'),(299,138,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:18:\"2025/11/Nandan.png\";s:8:\"filesize\";i:238806;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"Nandan-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:91718;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Nandan-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25296;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"Nandan-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:91718;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:18:\"Nandan-500x367.png\";s:5:\"width\";i:500;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:210231;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:18:\"Nandan-500x485.png\";s:5:\"width\";i:500;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:262097;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:18:\"Nandan-500x440.png\";s:5:\"width\";i:500;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:243753;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:18:\"Nandan-500x400.png\";s:5:\"width\";i:500;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:226699;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:18:\"Nandan-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:89240;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:17:\"Nandan-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11678;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:18:\"Nandan-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82244;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:16:\"Nandan-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5284;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:18:\"Nandan-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:130812;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(300,28,'_edit_last','1'),(301,28,'_wp_page_template','default'),(304,35,'_edit_last','1'),(305,35,'_wp_page_template','default'),(308,37,'_edit_last','1'),(309,37,'_wp_page_template','default'),(312,39,'_edit_last','1'),(313,39,'_wp_page_template','default'),(316,43,'_edit_last','1'),(317,43,'_wp_page_template','default'),(320,125,'_edit_last','1'),(321,125,'_wp_page_template','default'),(324,47,'_edit_last','1'),(325,47,'_wp_page_template','default'),(328,127,'_edit_last','1'),(329,127,'_wp_page_template','default'),(332,49,'_edit_last','1'),(333,49,'_wp_page_template','default'),(336,131,'_edit_last','1'),(337,131,'_wp_page_template','default'),(340,51,'_edit_last','1'),(341,51,'_wp_page_template','default'),(344,133,'_edit_last','1'),(345,133,'_wp_page_template','default'),(348,104,'_edit_last','1'),(349,104,'_wp_page_template','default'),(352,98,'_edit_last','1'),(353,98,'_wp_page_template','default'),(356,89,'_edit_last','1'),(357,89,'_wp_page_template','default'),(360,82,'_edit_last','1'),(361,82,'_wp_page_template','default'),(364,78,'_edit_last','1'),(365,78,'_wp_page_template','default'),(368,68,'_edit_last','1'),(369,68,'_wp_page_template','default'),(372,63,'_edit_last','1'),(373,63,'_wp_page_template','default'),(376,57,'_edit_last','1'),(377,57,'_wp_page_template','default'),(382,139,'_wp_attached_file','2025/11/Prerana.png'),(383,139,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2025/11/Prerana.png\";s:8:\"filesize\";i:42639;s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Prerana-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27431;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:18:\"Prerana-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12560;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:17:\"Prerana-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5986;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(384,88,'katen_post_views_count','5'),(387,97,'katen_post_views_count','5'),(394,28,'katen_post_views_count','6'),(399,35,'katen_post_views_count','7'),(402,37,'katen_post_views_count','7'),(405,39,'katen_post_views_count','5'),(408,41,'katen_post_views_count','6'),(411,43,'katen_post_views_count','7'),(414,45,'katen_post_views_count','10'),(415,91,'katen_post_views_count','5'),(416,85,'katen_post_views_count','6'),(421,49,'katen_post_views_count','5'),(424,51,'katen_post_views_count','5'),(427,53,'katen_post_views_count','11'),(430,55,'katen_post_views_count','4'),(433,57,'katen_post_views_count','4'),(450,98,'katen_post_views_count','10'),(461,127,'katen_post_views_count','2'),(476,113,'katen_post_views_count','5'),(479,111,'katen_post_views_count','5'),(482,108,'katen_post_views_count','5'),(491,94,'katen_post_views_count','5'),(500,80,'katen_post_views_count','5'),(503,67,'katen_post_views_count','6'),(510,141,'_wp_attached_file','2025/11/How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy.png'),(511,141,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:66:\"2025/11/How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy.png\";s:8:\"filesize\";i:157091;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:66:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35079;}s:5:\"large\";a:5:{s:4:\"file\";s:67:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:181910;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:66:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16830;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:66:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:122499;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:66:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42584;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:66:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:93170;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:66:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104588;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:66:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:144600;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:66:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120922;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:66:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49084;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:66:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:144036;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:65:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10681;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:66:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47054;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:64:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4591;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:66:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53798;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:67:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:202781;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(514,133,'_thumbnail_id','146'),(523,129,'_edit_last','1'),(530,123,'_edit_last','1'),(541,113,'_edit_last','1'),(544,111,'_edit_last','1'),(553,100,'_edit_last','1'),(556,102,'_edit_last','1'),(653,88,'_edit_last','1'),(656,85,'_edit_last','1'),(665,75,'_edit_last','1'),(678,60,'_edit_last','1'),(683,55,'_edit_last','1'),(686,53,'_edit_last','1'),(695,45,'_edit_last','1'),(700,41,'_edit_last','1'),(709,30,'_edit_last','1'),(714,10,'_edit_last','1'),(717,8,'_edit_last','1'),(718,143,'_wp_attached_file','2025/11/How-One-Local-Store-Doubled-Sales-with-WhatsApp-Marketing.png'),(719,143,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:69:\"2025/11/How-One-Local-Store-Doubled-Sales-with-WhatsApp-Marketing.png\";s:8:\"filesize\";i:163259;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"How-One-Local-Store-Doubled-Sales-with-WhatsApp-Marketing-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30436;}s:5:\"large\";a:5:{s:4:\"file\";s:70:\"How-One-Local-Store-Doubled-Sales-with-WhatsApp-Marketing-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:178915;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"How-One-Local-Store-Doubled-Sales-with-WhatsApp-Marketing-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15162;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:69:\"How-One-Local-Store-Doubled-Sales-with-WhatsApp-Marketing-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:117755;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:69:\"How-One-Local-Store-Doubled-Sales-with-WhatsApp-Marketing-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40849;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:69:\"How-One-Local-Store-Doubled-Sales-with-WhatsApp-Marketing-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:89306;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:69:\"How-One-Local-Store-Doubled-Sales-with-WhatsApp-Marketing-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104836;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:69:\"How-One-Local-Store-Doubled-Sales-with-WhatsApp-Marketing-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:140464;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:69:\"How-One-Local-Store-Doubled-Sales-with-WhatsApp-Marketing-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:115780;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:69:\"How-One-Local-Store-Doubled-Sales-with-WhatsApp-Marketing-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44914;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:69:\"How-One-Local-Store-Doubled-Sales-with-WhatsApp-Marketing-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:143357;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:68:\"How-One-Local-Store-Doubled-Sales-with-WhatsApp-Marketing-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8923;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:69:\"How-One-Local-Store-Doubled-Sales-with-WhatsApp-Marketing-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42913;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:67:\"How-One-Local-Store-Doubled-Sales-with-WhatsApp-Marketing-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3902;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:69:\"How-One-Local-Store-Doubled-Sales-with-WhatsApp-Marketing-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53141;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:70:\"How-One-Local-Store-Doubled-Sales-with-WhatsApp-Marketing-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:202353;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(722,121,'_thumbnail_id','143'),(723,144,'_wp_attached_file','2025/11/How-Schools-Use-Chat-to-Stay-Connected-with-Parents-and-Students.png'),(724,144,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:76:\"2025/11/How-Schools-Use-Chat-to-Stay-Connected-with-Parents-and-Students.png\";s:8:\"filesize\";i:136563;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:76:\"How-Schools-Use-Chat-to-Stay-Connected-with-Parents-and-Students-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29483;}s:5:\"large\";a:5:{s:4:\"file\";s:77:\"How-Schools-Use-Chat-to-Stay-Connected-with-Parents-and-Students-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:161396;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:76:\"How-Schools-Use-Chat-to-Stay-Connected-with-Parents-and-Students-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14141;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:76:\"How-Schools-Use-Chat-to-Stay-Connected-with-Parents-and-Students-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:108547;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:76:\"How-Schools-Use-Chat-to-Stay-Connected-with-Parents-and-Students-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36611;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:76:\"How-Schools-Use-Chat-to-Stay-Connected-with-Parents-and-Students-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:81364;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:76:\"How-Schools-Use-Chat-to-Stay-Connected-with-Parents-and-Students-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:90268;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:76:\"How-Schools-Use-Chat-to-Stay-Connected-with-Parents-and-Students-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:128310;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:76:\"How-Schools-Use-Chat-to-Stay-Connected-with-Parents-and-Students-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:106469;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:76:\"How-Schools-Use-Chat-to-Stay-Connected-with-Parents-and-Students-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41280;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:76:\"How-Schools-Use-Chat-to-Stay-Connected-with-Parents-and-Students-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:124894;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:75:\"How-Schools-Use-Chat-to-Stay-Connected-with-Parents-and-Students-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8731;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:76:\"How-Schools-Use-Chat-to-Stay-Connected-with-Parents-and-Students-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40568;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:74:\"How-Schools-Use-Chat-to-Stay-Connected-with-Parents-and-Students-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3833;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:76:\"How-Schools-Use-Chat-to-Stay-Connected-with-Parents-and-Students-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46514;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:77:\"How-Schools-Use-Chat-to-Stay-Connected-with-Parents-and-Students-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:180826;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(727,125,'_thumbnail_id','144'),(728,145,'_wp_attached_file','2025/11/How-to-Convert-Leads-Faster-Using-Omnichannel-Messaging.png'),(729,145,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:67:\"2025/11/How-to-Convert-Leads-Faster-Using-Omnichannel-Messaging.png\";s:8:\"filesize\";i:123887;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"How-to-Convert-Leads-Faster-Using-Omnichannel-Messaging-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28529;}s:5:\"large\";a:5:{s:4:\"file\";s:68:\"How-to-Convert-Leads-Faster-Using-Omnichannel-Messaging-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:154334;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"How-to-Convert-Leads-Faster-Using-Omnichannel-Messaging-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13113;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:67:\"How-to-Convert-Leads-Faster-Using-Omnichannel-Messaging-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103503;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:67:\"How-to-Convert-Leads-Faster-Using-Omnichannel-Messaging-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33335;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:67:\"How-to-Convert-Leads-Faster-Using-Omnichannel-Messaging-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78700;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:67:\"How-to-Convert-Leads-Faster-Using-Omnichannel-Messaging-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:85014;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:67:\"How-to-Convert-Leads-Faster-Using-Omnichannel-Messaging-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120807;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:67:\"How-to-Convert-Leads-Faster-Using-Omnichannel-Messaging-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102718;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:67:\"How-to-Convert-Leads-Faster-Using-Omnichannel-Messaging-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40089;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:67:\"How-to-Convert-Leads-Faster-Using-Omnichannel-Messaging-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:117533;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:66:\"How-to-Convert-Leads-Faster-Using-Omnichannel-Messaging-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8621;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:67:\"How-to-Convert-Leads-Faster-Using-Omnichannel-Messaging-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39148;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:65:\"How-to-Convert-Leads-Faster-Using-Omnichannel-Messaging-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3698;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:67:\"How-to-Convert-Leads-Faster-Using-Omnichannel-Messaging-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41751;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:68:\"How-to-Convert-Leads-Faster-Using-Omnichannel-Messaging-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:171223;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(732,123,'_thumbnail_id','145'),(733,146,'_wp_attached_file','2025/11/How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-1.png'),(734,146,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:68:\"2025/11/How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-1.png\";s:8:\"filesize\";i:137878;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:68:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-1-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31107;}s:5:\"large\";a:5:{s:4:\"file\";s:69:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-1-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:166494;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:68:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15043;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:68:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-1-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:111031;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:68:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38077;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:68:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-1-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84833;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:68:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-1-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:94734;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:68:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-1-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:131997;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:68:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-1-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:110065;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:68:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-1-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44028;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:68:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-1-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:129826;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:67:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-1-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9467;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:68:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-1-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42485;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:66:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-1-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4005;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:68:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-1-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47367;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:69:\"How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-1-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:186507;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(737,147,'_wp_attached_file','2025/11/How-to-Write-the-Perfect-First-Message-That-Makes-People-Reply.png'),(738,147,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:74:\"2025/11/How-to-Write-the-Perfect-First-Message-That-Makes-People-Reply.png\";s:8:\"filesize\";i:118026;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:74:\"How-to-Write-the-Perfect-First-Message-That-Makes-People-Reply-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28842;}s:5:\"large\";a:5:{s:4:\"file\";s:75:\"How-to-Write-the-Perfect-First-Message-That-Makes-People-Reply-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:150331;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:74:\"How-to-Write-the-Perfect-First-Message-That-Makes-People-Reply-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14610;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:74:\"How-to-Write-the-Perfect-First-Message-That-Makes-People-Reply-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102670;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:74:\"How-to-Write-the-Perfect-First-Message-That-Makes-People-Reply-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36320;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:74:\"How-to-Write-the-Perfect-First-Message-That-Makes-People-Reply-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77704;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:74:\"How-to-Write-the-Perfect-First-Message-That-Makes-People-Reply-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:85121;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:74:\"How-to-Write-the-Perfect-First-Message-That-Makes-People-Reply-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120423;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:74:\"How-to-Write-the-Perfect-First-Message-That-Makes-People-Reply-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:101528;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:74:\"How-to-Write-the-Perfect-First-Message-That-Makes-People-Reply-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40662;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:74:\"How-to-Write-the-Perfect-First-Message-That-Makes-People-Reply-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:113141;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:73:\"How-to-Write-the-Perfect-First-Message-That-Makes-People-Reply-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8847;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:74:\"How-to-Write-the-Perfect-First-Message-That-Makes-People-Reply-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39559;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:72:\"How-to-Write-the-Perfect-First-Message-That-Makes-People-Reply-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4017;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:74:\"How-to-Write-the-Perfect-First-Message-That-Makes-People-Reply-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44007;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:75:\"How-to-Write-the-Perfect-First-Message-That-Makes-People-Reply-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:165668;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(741,127,'_thumbnail_id','147'),(742,148,'_wp_attached_file','2025/11/Top-10-Time-Saving-Chat-Automations-Youll-Wish-You-Knew-Sooner.png'),(743,148,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:74:\"2025/11/Top-10-Time-Saving-Chat-Automations-Youll-Wish-You-Knew-Sooner.png\";s:8:\"filesize\";i:118400;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:74:\"Top-10-Time-Saving-Chat-Automations-Youll-Wish-You-Knew-Sooner-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28345;}s:5:\"large\";a:5:{s:4:\"file\";s:75:\"Top-10-Time-Saving-Chat-Automations-Youll-Wish-You-Knew-Sooner-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:149694;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:74:\"Top-10-Time-Saving-Chat-Automations-Youll-Wish-You-Knew-Sooner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13987;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:74:\"Top-10-Time-Saving-Chat-Automations-Youll-Wish-You-Knew-Sooner-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100551;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:74:\"Top-10-Time-Saving-Chat-Automations-Youll-Wish-You-Knew-Sooner-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34671;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:74:\"Top-10-Time-Saving-Chat-Automations-Youll-Wish-You-Knew-Sooner-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:76616;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:74:\"Top-10-Time-Saving-Chat-Automations-Youll-Wish-You-Knew-Sooner-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:85536;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:74:\"Top-10-Time-Saving-Chat-Automations-Youll-Wish-You-Knew-Sooner-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118640;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:74:\"Top-10-Time-Saving-Chat-Automations-Youll-Wish-You-Knew-Sooner-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:99855;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:74:\"Top-10-Time-Saving-Chat-Automations-Youll-Wish-You-Knew-Sooner-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39986;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:74:\"Top-10-Time-Saving-Chat-Automations-Youll-Wish-You-Knew-Sooner-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:114403;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:73:\"Top-10-Time-Saving-Chat-Automations-Youll-Wish-You-Knew-Sooner-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8913;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:74:\"Top-10-Time-Saving-Chat-Automations-Youll-Wish-You-Knew-Sooner-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38631;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:72:\"Top-10-Time-Saving-Chat-Automations-Youll-Wish-You-Knew-Sooner-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3857;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:74:\"Top-10-Time-Saving-Chat-Automations-Youll-Wish-You-Knew-Sooner-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43926;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:75:\"Top-10-Time-Saving-Chat-Automations-Youll-Wish-You-Knew-Sooner-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:165807;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(746,131,'_thumbnail_id','148'),(747,149,'_wp_attached_file','2025/11/Why-Your-Business-Needs-an-Omnichannel-Chat-Platform-Now.png'),(748,149,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:68:\"2025/11/Why-Your-Business-Needs-an-Omnichannel-Chat-Platform-Now.png\";s:8:\"filesize\";i:115580;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:68:\"Why-Your-Business-Needs-an-Omnichannel-Chat-Platform-Now-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27191;}s:5:\"large\";a:5:{s:4:\"file\";s:69:\"Why-Your-Business-Needs-an-Omnichannel-Chat-Platform-Now-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:144636;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:68:\"Why-Your-Business-Needs-an-Omnichannel-Chat-Platform-Now-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12965;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:68:\"Why-Your-Business-Needs-an-Omnichannel-Chat-Platform-Now-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:97118;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:68:\"Why-Your-Business-Needs-an-Omnichannel-Chat-Platform-Now-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32779;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:68:\"Why-Your-Business-Needs-an-Omnichannel-Chat-Platform-Now-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73048;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:68:\"Why-Your-Business-Needs-an-Omnichannel-Chat-Platform-Now-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78081;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:68:\"Why-Your-Business-Needs-an-Omnichannel-Chat-Platform-Now-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:114295;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:68:\"Why-Your-Business-Needs-an-Omnichannel-Chat-Platform-Now-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:96207;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:68:\"Why-Your-Business-Needs-an-Omnichannel-Chat-Platform-Now-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36862;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:68:\"Why-Your-Business-Needs-an-Omnichannel-Chat-Platform-Now-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107834;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:67:\"Why-Your-Business-Needs-an-Omnichannel-Chat-Platform-Now-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8195;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:68:\"Why-Your-Business-Needs-an-Omnichannel-Chat-Platform-Now-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36338;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:66:\"Why-Your-Business-Needs-an-Omnichannel-Chat-Platform-Now-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3490;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:68:\"Why-Your-Business-Needs-an-Omnichannel-Chat-Platform-Now-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41441;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:69:\"Why-Your-Business-Needs-an-Omnichannel-Chat-Platform-Now-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:159948;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(751,129,'_thumbnail_id','149'),(752,150,'_wp_attached_file','2025/11/Top-10-Customer-Engagement-Strategies-Using-Chat-Automation.png'),(753,150,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:71:\"2025/11/Top-10-Customer-Engagement-Strategies-Using-Chat-Automation.png\";s:8:\"filesize\";i:113195;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:71:\"Top-10-Customer-Engagement-Strategies-Using-Chat-Automation-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27718;}s:5:\"large\";a:5:{s:4:\"file\";s:72:\"Top-10-Customer-Engagement-Strategies-Using-Chat-Automation-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:144426;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:71:\"Top-10-Customer-Engagement-Strategies-Using-Chat-Automation-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13734;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:71:\"Top-10-Customer-Engagement-Strategies-Using-Chat-Automation-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:97696;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:71:\"Top-10-Customer-Engagement-Strategies-Using-Chat-Automation-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34023;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:71:\"Top-10-Customer-Engagement-Strategies-Using-Chat-Automation-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73707;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:71:\"Top-10-Customer-Engagement-Strategies-Using-Chat-Automation-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77118;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:71:\"Top-10-Customer-Engagement-Strategies-Using-Chat-Automation-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:114309;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:71:\"Top-10-Customer-Engagement-Strategies-Using-Chat-Automation-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:96547;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:71:\"Top-10-Customer-Engagement-Strategies-Using-Chat-Automation-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37809;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:71:\"Top-10-Customer-Engagement-Strategies-Using-Chat-Automation-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:109109;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:70:\"Top-10-Customer-Engagement-Strategies-Using-Chat-Automation-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8225;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:71:\"Top-10-Customer-Engagement-Strategies-Using-Chat-Automation-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37084;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:69:\"Top-10-Customer-Engagement-Strategies-Using-Chat-Automation-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3766;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:71:\"Top-10-Customer-Engagement-Strategies-Using-Chat-Automation-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42796;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:72:\"Top-10-Customer-Engagement-Strategies-Using-Chat-Automation-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:159346;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(756,119,'_thumbnail_id','150'),(757,151,'_wp_attached_file','2025/11/How-to-Automate-Customer-Support-Without-Losing-the-Human-Touch.png'),(758,151,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:75:\"2025/11/How-to-Automate-Customer-Support-Without-Losing-the-Human-Touch.png\";s:8:\"filesize\";i:124972;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:75:\"How-to-Automate-Customer-Support-Without-Losing-the-Human-Touch-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29930;}s:5:\"large\";a:5:{s:4:\"file\";s:76:\"How-to-Automate-Customer-Support-Without-Losing-the-Human-Touch-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:155748;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:75:\"How-to-Automate-Customer-Support-Without-Losing-the-Human-Touch-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15147;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:75:\"How-to-Automate-Customer-Support-Without-Losing-the-Human-Touch-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104996;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:75:\"How-to-Automate-Customer-Support-Without-Losing-the-Human-Touch-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37965;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:75:\"How-to-Automate-Customer-Support-Without-Losing-the-Human-Touch-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:80790;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:75:\"How-to-Automate-Customer-Support-Without-Losing-the-Human-Touch-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:90149;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:75:\"How-to-Automate-Customer-Support-Without-Losing-the-Human-Touch-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:124308;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:75:\"How-to-Automate-Customer-Support-Without-Losing-the-Human-Touch-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104309;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:75:\"How-to-Automate-Customer-Support-Without-Losing-the-Human-Touch-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41944;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:75:\"How-to-Automate-Customer-Support-Without-Losing-the-Human-Touch-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120819;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:74:\"How-to-Automate-Customer-Support-Without-Losing-the-Human-Touch-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9164;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:75:\"How-to-Automate-Customer-Support-Without-Losing-the-Human-Touch-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40577;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:73:\"How-to-Automate-Customer-Support-Without-Losing-the-Human-Touch-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4115;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:75:\"How-to-Automate-Customer-Support-Without-Losing-the-Human-Touch-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47501;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:76:\"How-to-Automate-Customer-Support-Without-Losing-the-Human-Touch-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:173595;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(761,117,'_thumbnail_id','151'),(762,152,'_wp_attached_file','2025/11/Why-Business-that-reply-faster-win-more-sales.png'),(763,152,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:57:\"2025/11/Why-Business-that-reply-faster-win-more-sales.png\";s:8:\"filesize\";i:119674;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"Why-Business-that-reply-faster-win-more-sales-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27065;}s:5:\"large\";a:5:{s:4:\"file\";s:58:\"Why-Business-that-reply-faster-win-more-sales-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:145901;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"Why-Business-that-reply-faster-win-more-sales-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13093;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"Why-Business-that-reply-faster-win-more-sales-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:98335;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:57:\"Why-Business-that-reply-faster-win-more-sales-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33166;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:57:\"Why-Business-that-reply-faster-win-more-sales-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:74034;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:57:\"Why-Business-that-reply-faster-win-more-sales-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:80271;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:57:\"Why-Business-that-reply-faster-win-more-sales-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:116059;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:57:\"Why-Business-that-reply-faster-win-more-sales-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:97317;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:57:\"Why-Business-that-reply-faster-win-more-sales-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37921;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:57:\"Why-Business-that-reply-faster-win-more-sales-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:109583;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:56:\"Why-Business-that-reply-faster-win-more-sales-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8043;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:57:\"Why-Business-that-reply-faster-win-more-sales-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36754;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:55:\"Why-Business-that-reply-faster-win-more-sales-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3593;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:57:\"Why-Business-that-reply-faster-win-more-sales-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42125;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:58:\"Why-Business-that-reply-faster-win-more-sales-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:162531;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(766,115,'_thumbnail_id','152'),(767,154,'_wp_attached_file','2025/11/Customer-Success-Story-The-Beauty-Brand-That-Grew-5x-with-WowChat.png'),(768,154,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:77:\"2025/11/Customer-Success-Story-The-Beauty-Brand-That-Grew-5x-with-WowChat.png\";s:8:\"filesize\";i:125350;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:77:\"Customer-Success-Story-The-Beauty-Brand-That-Grew-5x-with-WowChat-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30322;}s:5:\"large\";a:5:{s:4:\"file\";s:78:\"Customer-Success-Story-The-Beauty-Brand-That-Grew-5x-with-WowChat-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:161678;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:77:\"Customer-Success-Story-The-Beauty-Brand-That-Grew-5x-with-WowChat-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15586;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:77:\"Customer-Success-Story-The-Beauty-Brand-That-Grew-5x-with-WowChat-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:108411;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:77:\"Customer-Success-Story-The-Beauty-Brand-That-Grew-5x-with-WowChat-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39873;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:77:\"Customer-Success-Story-The-Beauty-Brand-That-Grew-5x-with-WowChat-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82958;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:77:\"Customer-Success-Story-The-Beauty-Brand-That-Grew-5x-with-WowChat-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:94760;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:77:\"Customer-Success-Story-The-Beauty-Brand-That-Grew-5x-with-WowChat-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:127213;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:77:\"Customer-Success-Story-The-Beauty-Brand-That-Grew-5x-with-WowChat-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107784;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:77:\"Customer-Success-Story-The-Beauty-Brand-That-Grew-5x-with-WowChat-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42893;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:77:\"Customer-Success-Story-The-Beauty-Brand-That-Grew-5x-with-WowChat-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:124258;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:76:\"Customer-Success-Story-The-Beauty-Brand-That-Grew-5x-with-WowChat-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9107;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:77:\"Customer-Success-Story-The-Beauty-Brand-That-Grew-5x-with-WowChat-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41660;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:75:\"Customer-Success-Story-The-Beauty-Brand-That-Grew-5x-with-WowChat-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4130;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:77:\"Customer-Success-Story-The-Beauty-Brand-That-Grew-5x-with-WowChat-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49763;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:78:\"Customer-Success-Story-The-Beauty-Brand-That-Grew-5x-with-WowChat-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:179933;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(773,67,'_thumbnail_id','154'),(774,156,'_wp_attached_file','2025/11/The-Psychology-of-Fast-Replies-Why-Customers-Buy-Faster-When-You-Chat-Back.png'),(775,156,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:86:\"2025/11/The-Psychology-of-Fast-Replies-Why-Customers-Buy-Faster-When-You-Chat-Back.png\";s:8:\"filesize\";i:126974;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:86:\"The-Psychology-of-Fast-Replies-Why-Customers-Buy-Faster-When-You-Chat-Back-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31851;}s:5:\"large\";a:5:{s:4:\"file\";s:87:\"The-Psychology-of-Fast-Replies-Why-Customers-Buy-Faster-When-You-Chat-Back-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:162730;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:86:\"The-Psychology-of-Fast-Replies-Why-Customers-Buy-Faster-When-You-Chat-Back-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15888;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:86:\"The-Psychology-of-Fast-Replies-Why-Customers-Buy-Faster-When-You-Chat-Back-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:110728;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:86:\"The-Psychology-of-Fast-Replies-Why-Customers-Buy-Faster-When-You-Chat-Back-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39549;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:86:\"The-Psychology-of-Fast-Replies-Why-Customers-Buy-Faster-When-You-Chat-Back-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84902;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:86:\"The-Psychology-of-Fast-Replies-Why-Customers-Buy-Faster-When-You-Chat-Back-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92641;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:86:\"The-Psychology-of-Fast-Replies-Why-Customers-Buy-Faster-When-You-Chat-Back-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:130397;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:86:\"The-Psychology-of-Fast-Replies-Why-Customers-Buy-Faster-When-You-Chat-Back-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:109482;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:86:\"The-Psychology-of-Fast-Replies-Why-Customers-Buy-Faster-When-You-Chat-Back-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44685;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:86:\"The-Psychology-of-Fast-Replies-Why-Customers-Buy-Faster-When-You-Chat-Back-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:127130;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:85:\"The-Psychology-of-Fast-Replies-Why-Customers-Buy-Faster-When-You-Chat-Back-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9673;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:86:\"The-Psychology-of-Fast-Replies-Why-Customers-Buy-Faster-When-You-Chat-Back-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43613;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:84:\"The-Psychology-of-Fast-Replies-Why-Customers-Buy-Faster-When-You-Chat-Back-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4307;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:86:\"The-Psychology-of-Fast-Replies-Why-Customers-Buy-Faster-When-You-Chat-Back-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49374;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:87:\"The-Psychology-of-Fast-Replies-Why-Customers-Buy-Faster-When-You-Chat-Back-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:180209;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(778,75,'_thumbnail_id','156'),(779,157,'_wp_attached_file','2025/11/How-Healthcare-Clinics-Use-WhatsApp-for-Appointment-Reminders.png'),(780,157,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:73:\"2025/11/How-Healthcare-Clinics-Use-WhatsApp-for-Appointment-Reminders.png\";s:8:\"filesize\";i:122625;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"How-Healthcare-Clinics-Use-WhatsApp-for-Appointment-Reminders-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29695;}s:5:\"large\";a:5:{s:4:\"file\";s:74:\"How-Healthcare-Clinics-Use-WhatsApp-for-Appointment-Reminders-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:153621;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"How-Healthcare-Clinics-Use-WhatsApp-for-Appointment-Reminders-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14816;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:73:\"How-Healthcare-Clinics-Use-WhatsApp-for-Appointment-Reminders-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104319;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:73:\"How-Healthcare-Clinics-Use-WhatsApp-for-Appointment-Reminders-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36937;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:73:\"How-Healthcare-Clinics-Use-WhatsApp-for-Appointment-Reminders-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:79480;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:73:\"How-Healthcare-Clinics-Use-WhatsApp-for-Appointment-Reminders-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87486;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:73:\"How-Healthcare-Clinics-Use-WhatsApp-for-Appointment-Reminders-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:122958;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:73:\"How-Healthcare-Clinics-Use-WhatsApp-for-Appointment-Reminders-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103149;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:73:\"How-Healthcare-Clinics-Use-WhatsApp-for-Appointment-Reminders-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42068;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:73:\"How-Healthcare-Clinics-Use-WhatsApp-for-Appointment-Reminders-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118737;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:72:\"How-Healthcare-Clinics-Use-WhatsApp-for-Appointment-Reminders-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9164;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:73:\"How-Healthcare-Clinics-Use-WhatsApp-for-Appointment-Reminders-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40495;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:71:\"How-Healthcare-Clinics-Use-WhatsApp-for-Appointment-Reminders-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4074;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:73:\"How-Healthcare-Clinics-Use-WhatsApp-for-Appointment-Reminders-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46460;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:74:\"How-Healthcare-Clinics-Use-WhatsApp-for-Appointment-Reminders-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:170666;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(784,78,'_thumbnail_id','157'),(785,159,'_wp_attached_file','2025/11/5-Things-Customers-Notice-in-Every-WhatsApp-Conversation.png'),(786,159,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:68:\"2025/11/5-Things-Customers-Notice-in-Every-WhatsApp-Conversation.png\";s:8:\"filesize\";i:121626;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:68:\"5-Things-Customers-Notice-in-Every-WhatsApp-Conversation-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28618;}s:5:\"large\";a:5:{s:4:\"file\";s:69:\"5-Things-Customers-Notice-in-Every-WhatsApp-Conversation-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:151016;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:68:\"5-Things-Customers-Notice-in-Every-WhatsApp-Conversation-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13517;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:68:\"5-Things-Customers-Notice-in-Every-WhatsApp-Conversation-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102618;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:68:\"5-Things-Customers-Notice-in-Every-WhatsApp-Conversation-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34167;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:68:\"5-Things-Customers-Notice-in-Every-WhatsApp-Conversation-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77751;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:68:\"5-Things-Customers-Notice-in-Every-WhatsApp-Conversation-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:83836;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:68:\"5-Things-Customers-Notice-in-Every-WhatsApp-Conversation-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120229;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:68:\"5-Things-Customers-Notice-in-Every-WhatsApp-Conversation-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:101120;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:68:\"5-Things-Customers-Notice-in-Every-WhatsApp-Conversation-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39941;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:68:\"5-Things-Customers-Notice-in-Every-WhatsApp-Conversation-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:116749;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:67:\"5-Things-Customers-Notice-in-Every-WhatsApp-Conversation-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8621;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:68:\"5-Things-Customers-Notice-in-Every-WhatsApp-Conversation-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39232;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:66:\"5-Things-Customers-Notice-in-Every-WhatsApp-Conversation-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3742;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:68:\"5-Things-Customers-Notice-in-Every-WhatsApp-Conversation-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43161;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:69:\"5-Things-Customers-Notice-in-Every-WhatsApp-Conversation-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:167521;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(789,80,'_thumbnail_id','159'),(790,160,'_wp_attached_file','2025/11/Top-10-Inspiring-WhatsApp-Campaigns-from-Small-Businesses.png'),(791,160,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:69:\"2025/11/Top-10-Inspiring-WhatsApp-Campaigns-from-Small-Businesses.png\";s:8:\"filesize\";i:118965;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"Top-10-Inspiring-WhatsApp-Campaigns-from-Small-Businesses-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28785;}s:5:\"large\";a:5:{s:4:\"file\";s:70:\"Top-10-Inspiring-WhatsApp-Campaigns-from-Small-Businesses-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:149522;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"Top-10-Inspiring-WhatsApp-Campaigns-from-Small-Businesses-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13420;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:69:\"Top-10-Inspiring-WhatsApp-Campaigns-from-Small-Businesses-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100929;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:69:\"Top-10-Inspiring-WhatsApp-Campaigns-from-Small-Businesses-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33265;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:69:\"Top-10-Inspiring-WhatsApp-Campaigns-from-Small-Businesses-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:76511;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:69:\"Top-10-Inspiring-WhatsApp-Campaigns-from-Small-Businesses-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86186;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:69:\"Top-10-Inspiring-WhatsApp-Campaigns-from-Small-Businesses-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118790;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:69:\"Top-10-Inspiring-WhatsApp-Campaigns-from-Small-Businesses-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100185;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:69:\"Top-10-Inspiring-WhatsApp-Campaigns-from-Small-Businesses-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40115;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:69:\"Top-10-Inspiring-WhatsApp-Campaigns-from-Small-Businesses-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:114536;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:68:\"Top-10-Inspiring-WhatsApp-Campaigns-from-Small-Businesses-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8584;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:69:\"Top-10-Inspiring-WhatsApp-Campaigns-from-Small-Businesses-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38636;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:67:\"Top-10-Inspiring-WhatsApp-Campaigns-from-Small-Businesses-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3732;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:69:\"Top-10-Inspiring-WhatsApp-Campaigns-from-Small-Businesses-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41956;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:70:\"Top-10-Inspiring-WhatsApp-Campaigns-from-Small-Businesses-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:165893;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(794,82,'_thumbnail_id','160'),(795,161,'_wp_attached_file','2025/11/Why-a-Slow-Reply-Can-Kill-a-Sale-and-How-to-Fix-It.png'),(796,161,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:62:\"2025/11/Why-a-Slow-Reply-Can-Kill-a-Sale-and-How-to-Fix-It.png\";s:8:\"filesize\";i:110972;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"Why-a-Slow-Reply-Can-Kill-a-Sale-and-How-to-Fix-It-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26508;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"Why-a-Slow-Reply-Can-Kill-a-Sale-and-How-to-Fix-It-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:136986;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"Why-a-Slow-Reply-Can-Kill-a-Sale-and-How-to-Fix-It-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12574;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"Why-a-Slow-Reply-Can-Kill-a-Sale-and-How-to-Fix-It-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92395;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"Why-a-Slow-Reply-Can-Kill-a-Sale-and-How-to-Fix-It-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31356;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:62:\"Why-a-Slow-Reply-Can-Kill-a-Sale-and-How-to-Fix-It-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:69464;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:62:\"Why-a-Slow-Reply-Can-Kill-a-Sale-and-How-to-Fix-It-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:74338;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:62:\"Why-a-Slow-Reply-Can-Kill-a-Sale-and-How-to-Fix-It-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:108768;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:62:\"Why-a-Slow-Reply-Can-Kill-a-Sale-and-How-to-Fix-It-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:91490;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:62:\"Why-a-Slow-Reply-Can-Kill-a-Sale-and-How-to-Fix-It-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35630;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:62:\"Why-a-Slow-Reply-Can-Kill-a-Sale-and-How-to-Fix-It-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103615;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:61:\"Why-a-Slow-Reply-Can-Kill-a-Sale-and-How-to-Fix-It-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8089;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:62:\"Why-a-Slow-Reply-Can-Kill-a-Sale-and-How-to-Fix-It-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35276;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:60:\"Why-a-Slow-Reply-Can-Kill-a-Sale-and-How-to-Fix-It-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3566;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:62:\"Why-a-Slow-Reply-Can-Kill-a-Sale-and-How-to-Fix-It-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39367;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:63:\"Why-a-Slow-Reply-Can-Kill-a-Sale-and-How-to-Fix-It-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:151223;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(799,85,'_thumbnail_id','161'),(800,162,'_wp_attached_file','2025/11/How-to-Build-a-Customer-Journey-That-Works-on-Every-Channel.png'),(801,162,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:71:\"2025/11/How-to-Build-a-Customer-Journey-That-Works-on-Every-Channel.png\";s:8:\"filesize\";i:123586;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:71:\"How-to-Build-a-Customer-Journey-That-Works-on-Every-Channel-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29266;}s:5:\"large\";a:5:{s:4:\"file\";s:72:\"How-to-Build-a-Customer-Journey-That-Works-on-Every-Channel-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:153339;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:71:\"How-to-Build-a-Customer-Journey-That-Works-on-Every-Channel-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13835;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:71:\"How-to-Build-a-Customer-Journey-That-Works-on-Every-Channel-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103562;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:71:\"How-to-Build-a-Customer-Journey-That-Works-on-Every-Channel-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34698;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:71:\"How-to-Build-a-Customer-Journey-That-Works-on-Every-Channel-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:79816;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:71:\"How-to-Build-a-Customer-Journey-That-Works-on-Every-Channel-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86806;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:71:\"How-to-Build-a-Customer-Journey-That-Works-on-Every-Channel-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:121932;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:71:\"How-to-Build-a-Customer-Journey-That-Works-on-Every-Channel-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102115;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:71:\"How-to-Build-a-Customer-Journey-That-Works-on-Every-Channel-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41463;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:71:\"How-to-Build-a-Customer-Journey-That-Works-on-Every-Channel-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:119622;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:70:\"How-to-Build-a-Customer-Journey-That-Works-on-Every-Channel-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8785;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:71:\"How-to-Build-a-Customer-Journey-That-Works-on-Every-Channel-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40200;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:69:\"How-to-Build-a-Customer-Journey-That-Works-on-Every-Channel-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3782;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:71:\"How-to-Build-a-Customer-Journey-That-Works-on-Every-Channel-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43660;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:72:\"How-to-Build-a-Customer-Journey-That-Works-on-Every-Channel-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:170456;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(804,88,'_thumbnail_id','162'),(805,163,'_wp_attached_file','2025/11/3-Small-Chat-Habits-That-Make-Customers-Feel-Valued.png'),(806,163,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:63:\"2025/11/3-Small-Chat-Habits-That-Make-Customers-Feel-Valued.png\";s:8:\"filesize\";i:110250;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"3-Small-Chat-Habits-That-Make-Customers-Feel-Valued-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26895;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"3-Small-Chat-Habits-That-Make-Customers-Feel-Valued-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:137667;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"3-Small-Chat-Habits-That-Make-Customers-Feel-Valued-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12602;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"3-Small-Chat-Habits-That-Make-Customers-Feel-Valued-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:93243;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:63:\"3-Small-Chat-Habits-That-Make-Customers-Feel-Valued-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31063;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:63:\"3-Small-Chat-Habits-That-Make-Customers-Feel-Valued-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:69678;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:63:\"3-Small-Chat-Habits-That-Make-Customers-Feel-Valued-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73962;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:63:\"3-Small-Chat-Habits-That-Make-Customers-Feel-Valued-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:109192;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:63:\"3-Small-Chat-Habits-That-Make-Customers-Feel-Valued-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92115;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:63:\"3-Small-Chat-Habits-That-Make-Customers-Feel-Valued-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35499;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:63:\"3-Small-Chat-Habits-That-Make-Customers-Feel-Valued-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102550;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:62:\"3-Small-Chat-Habits-That-Make-Customers-Feel-Valued-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7808;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:63:\"3-Small-Chat-Habits-That-Make-Customers-Feel-Valued-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34764;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:61:\"3-Small-Chat-Habits-That-Make-Customers-Feel-Valued-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3581;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:63:\"3-Small-Chat-Habits-That-Make-Customers-Feel-Valued-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39081;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:64:\"3-Small-Chat-Habits-That-Make-Customers-Feel-Valued-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:152214;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(809,89,'_thumbnail_id','163'),(810,164,'_wp_attached_file','2025/11/How-a-Travel-Brand-Boosted-Bookings-Using-Instagram-Chat.png'),(811,164,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:68:\"2025/11/How-a-Travel-Brand-Boosted-Bookings-Using-Instagram-Chat.png\";s:8:\"filesize\";i:119678;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:68:\"How-a-Travel-Brand-Boosted-Bookings-Using-Instagram-Chat-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28994;}s:5:\"large\";a:5:{s:4:\"file\";s:69:\"How-a-Travel-Brand-Boosted-Bookings-Using-Instagram-Chat-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:151253;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:68:\"How-a-Travel-Brand-Boosted-Bookings-Using-Instagram-Chat-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15087;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:68:\"How-a-Travel-Brand-Boosted-Bookings-Using-Instagram-Chat-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102551;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:68:\"How-a-Travel-Brand-Boosted-Bookings-Using-Instagram-Chat-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37031;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:68:\"How-a-Travel-Brand-Boosted-Bookings-Using-Instagram-Chat-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78905;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:68:\"How-a-Travel-Brand-Boosted-Bookings-Using-Instagram-Chat-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87656;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:68:\"How-a-Travel-Brand-Boosted-Bookings-Using-Instagram-Chat-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120575;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:68:\"How-a-Travel-Brand-Boosted-Bookings-Using-Instagram-Chat-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100948;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:68:\"How-a-Travel-Brand-Boosted-Bookings-Using-Instagram-Chat-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41657;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:68:\"How-a-Travel-Brand-Boosted-Bookings-Using-Instagram-Chat-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:117781;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:67:\"How-a-Travel-Brand-Boosted-Bookings-Using-Instagram-Chat-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9181;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:68:\"How-a-Travel-Brand-Boosted-Bookings-Using-Instagram-Chat-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40296;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:66:\"How-a-Travel-Brand-Boosted-Bookings-Using-Instagram-Chat-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4135;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:68:\"How-a-Travel-Brand-Boosted-Bookings-Using-Instagram-Chat-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46370;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:69:\"How-a-Travel-Brand-Boosted-Bookings-Using-Instagram-Chat-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:167727;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(814,91,'_thumbnail_id','164'),(815,165,'_wp_attached_file','2025/11/Top-10-Questions-Customers-Always-Ask-and-How-to-Reply-Fast.png'),(816,165,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:71:\"2025/11/Top-10-Questions-Customers-Always-Ask-and-How-to-Reply-Fast.png\";s:8:\"filesize\";i:121698;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:71:\"Top-10-Questions-Customers-Always-Ask-and-How-to-Reply-Fast-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29111;}s:5:\"large\";a:5:{s:4:\"file\";s:72:\"Top-10-Questions-Customers-Always-Ask-and-How-to-Reply-Fast-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:152262;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:71:\"Top-10-Questions-Customers-Always-Ask-and-How-to-Reply-Fast-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13781;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:71:\"Top-10-Questions-Customers-Always-Ask-and-How-to-Reply-Fast-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102954;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:71:\"Top-10-Questions-Customers-Always-Ask-and-How-to-Reply-Fast-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35299;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:71:\"Top-10-Questions-Customers-Always-Ask-and-How-to-Reply-Fast-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77654;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:71:\"Top-10-Questions-Customers-Always-Ask-and-How-to-Reply-Fast-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87282;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:71:\"Top-10-Questions-Customers-Always-Ask-and-How-to-Reply-Fast-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:121635;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:71:\"Top-10-Questions-Customers-Always-Ask-and-How-to-Reply-Fast-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:101696;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:71:\"Top-10-Questions-Customers-Always-Ask-and-How-to-Reply-Fast-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39942;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:71:\"Top-10-Questions-Customers-Always-Ask-and-How-to-Reply-Fast-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:117000;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:70:\"Top-10-Questions-Customers-Always-Ask-and-How-to-Reply-Fast-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8668;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:71:\"Top-10-Questions-Customers-Always-Ask-and-How-to-Reply-Fast-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38830;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:69:\"Top-10-Questions-Customers-Always-Ask-and-How-to-Reply-Fast-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3748;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:71:\"Top-10-Questions-Customers-Always-Ask-and-How-to-Reply-Fast-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44402;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:72:\"Top-10-Questions-Customers-Always-Ask-and-How-to-Reply-Fast-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:169898;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(819,94,'_thumbnail_id','165'),(820,166,'_wp_attached_file','2025/11/How-Salons-and-Spas-Keep-Clients-Coming-Back-with-WhatsApp-Reminders.png'),(821,166,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:80:\"2025/11/How-Salons-and-Spas-Keep-Clients-Coming-Back-with-WhatsApp-Reminders.png\";s:8:\"filesize\";i:115446;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:80:\"How-Salons-and-Spas-Keep-Clients-Coming-Back-with-WhatsApp-Reminders-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29056;}s:5:\"large\";a:5:{s:4:\"file\";s:81:\"How-Salons-and-Spas-Keep-Clients-Coming-Back-with-WhatsApp-Reminders-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:148315;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:80:\"How-Salons-and-Spas-Keep-Clients-Coming-Back-with-WhatsApp-Reminders-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13368;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:80:\"How-Salons-and-Spas-Keep-Clients-Coming-Back-with-WhatsApp-Reminders-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100255;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:80:\"How-Salons-and-Spas-Keep-Clients-Coming-Back-with-WhatsApp-Reminders-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33015;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:80:\"How-Salons-and-Spas-Keep-Clients-Coming-Back-with-WhatsApp-Reminders-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:74348;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:80:\"How-Salons-and-Spas-Keep-Clients-Coming-Back-with-WhatsApp-Reminders-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:79541;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:80:\"How-Salons-and-Spas-Keep-Clients-Coming-Back-with-WhatsApp-Reminders-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:117998;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:80:\"How-Salons-and-Spas-Keep-Clients-Coming-Back-with-WhatsApp-Reminders-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:99189;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:80:\"How-Salons-and-Spas-Keep-Clients-Coming-Back-with-WhatsApp-Reminders-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38902;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:80:\"How-Salons-and-Spas-Keep-Clients-Coming-Back-with-WhatsApp-Reminders-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:110336;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:79:\"How-Salons-and-Spas-Keep-Clients-Coming-Back-with-WhatsApp-Reminders-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8786;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:80:\"How-Salons-and-Spas-Keep-Clients-Coming-Back-with-WhatsApp-Reminders-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38009;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:78:\"How-Salons-and-Spas-Keep-Clients-Coming-Back-with-WhatsApp-Reminders-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3778;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:80:\"How-Salons-and-Spas-Keep-Clients-Coming-Back-with-WhatsApp-Reminders-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41397;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:81:\"How-Salons-and-Spas-Keep-Clients-Coming-Back-with-WhatsApp-Reminders-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:163468;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(824,97,'_thumbnail_id','166'),(825,167,'_wp_attached_file','2025/11/Behind-the-Scenes-How-WowChat-Keeps-Teams-Connected-Across-Channels.png'),(826,167,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:79:\"2025/11/Behind-the-Scenes-How-WowChat-Keeps-Teams-Connected-Across-Channels.png\";s:8:\"filesize\";i:130088;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:79:\"Behind-the-Scenes-How-WowChat-Keeps-Teams-Connected-Across-Channels-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30542;}s:5:\"large\";a:5:{s:4:\"file\";s:80:\"Behind-the-Scenes-How-WowChat-Keeps-Teams-Connected-Across-Channels-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:165753;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:79:\"Behind-the-Scenes-How-WowChat-Keeps-Teams-Connected-Across-Channels-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14599;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:79:\"Behind-the-Scenes-How-WowChat-Keeps-Teams-Connected-Across-Channels-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:111411;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:79:\"Behind-the-Scenes-How-WowChat-Keeps-Teams-Connected-Across-Channels-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37968;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:79:\"Behind-the-Scenes-How-WowChat-Keeps-Teams-Connected-Across-Channels-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:83914;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:79:\"Behind-the-Scenes-How-WowChat-Keeps-Teams-Connected-Across-Channels-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:91672;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:79:\"Behind-the-Scenes-How-WowChat-Keeps-Teams-Connected-Across-Channels-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:131466;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:79:\"Behind-the-Scenes-How-WowChat-Keeps-Teams-Connected-Across-Channels-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:110493;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:79:\"Behind-the-Scenes-How-WowChat-Keeps-Teams-Connected-Across-Channels-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42892;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:79:\"Behind-the-Scenes-How-WowChat-Keeps-Teams-Connected-Across-Channels-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:126917;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:78:\"Behind-the-Scenes-How-WowChat-Keeps-Teams-Connected-Across-Channels-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8902;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:79:\"Behind-the-Scenes-How-WowChat-Keeps-Teams-Connected-Across-Channels-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41850;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:77:\"Behind-the-Scenes-How-WowChat-Keeps-Teams-Connected-Across-Channels-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3820;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:79:\"Behind-the-Scenes-How-WowChat-Keeps-Teams-Connected-Across-Channels-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47600;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:80:\"Behind-the-Scenes-How-WowChat-Keeps-Teams-Connected-Across-Channels-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:183898;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(829,108,'_thumbnail_id','167'),(830,168,'_wp_attached_file','2025/11/Top-10-Reasons-Your-Customers-Prefer-Chat-Over-Email.png'),(831,168,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:64:\"2025/11/Top-10-Reasons-Your-Customers-Prefer-Chat-Over-Email.png\";s:8:\"filesize\";i:118370;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"Top-10-Reasons-Your-Customers-Prefer-Chat-Over-Email-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26657;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"Top-10-Reasons-Your-Customers-Prefer-Chat-Over-Email-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:140150;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"Top-10-Reasons-Your-Customers-Prefer-Chat-Over-Email-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13026;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"Top-10-Reasons-Your-Customers-Prefer-Chat-Over-Email-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:94615;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"Top-10-Reasons-Your-Customers-Prefer-Chat-Over-Email-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32305;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:64:\"Top-10-Reasons-Your-Customers-Prefer-Chat-Over-Email-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71668;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:64:\"Top-10-Reasons-Your-Customers-Prefer-Chat-Over-Email-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78683;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:64:\"Top-10-Reasons-Your-Customers-Prefer-Chat-Over-Email-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:111803;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:64:\"Top-10-Reasons-Your-Customers-Prefer-Chat-Over-Email-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:93637;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:64:\"Top-10-Reasons-Your-Customers-Prefer-Chat-Over-Email-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37395;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:64:\"Top-10-Reasons-Your-Customers-Prefer-Chat-Over-Email-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:108818;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:63:\"Top-10-Reasons-Your-Customers-Prefer-Chat-Over-Email-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8323;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:64:\"Top-10-Reasons-Your-Customers-Prefer-Chat-Over-Email-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36384;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:62:\"Top-10-Reasons-Your-Customers-Prefer-Chat-Over-Email-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3660;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:64:\"Top-10-Reasons-Your-Customers-Prefer-Chat-Over-Email-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40715;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:65:\"Top-10-Reasons-Your-Customers-Prefer-Chat-Over-Email-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:156254;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(834,111,'_thumbnail_id','168'),(837,8,'_wp_old_date','2025-11-11'),(840,10,'_wp_old_date','2025-11-11'),(843,28,'_wp_old_date','2025-11-12'),(846,30,'_wp_old_date','2025-11-12'),(849,35,'_wp_old_date','2025-11-12'),(852,37,'_wp_old_date','2025-11-12'),(855,39,'_wp_old_date','2025-11-12'),(858,41,'_wp_old_date','2025-11-12'),(861,43,'_wp_old_date','2025-11-12'),(864,8,'_wp_old_date','2025-01-04'),(867,10,'_wp_old_date','2025-01-11'),(870,28,'_wp_old_date','2025-01-19'),(873,35,'_wp_old_date','2025-02-01'),(876,37,'_wp_old_date','2025-02-03'),(879,39,'_wp_old_date','2025-02-09'),(882,41,'_wp_old_date','2025-02-15'),(885,43,'_wp_old_date','2025-02-21'),(888,45,'_wp_old_date','2025-11-12'),(891,45,'_wp_old_date','2025-02-28'),(894,47,'_wp_old_date','2025-11-12'),(897,49,'_wp_old_date','2025-11-12'),(900,51,'_wp_old_date','2025-11-12'),(903,53,'_wp_old_date','2025-11-12'),(906,55,'_wp_old_date','2025-11-12'),(909,57,'_wp_old_date','2025-11-12'),(912,60,'_wp_old_date','2025-11-12'),(915,63,'_wp_old_date','2025-11-12'),(918,68,'_wp_old_date','2025-11-12'),(921,75,'_wp_old_date','2025-11-12'),(924,78,'_wp_old_date','2025-11-12'),(927,82,'_wp_old_date','2025-11-12'),(930,89,'_wp_old_date','2025-11-12'),(933,98,'_wp_old_date','2025-11-12'),(940,98,'_wp_old_date','2025-07-04'),(943,102,'_wp_old_date','2025-11-12'),(946,104,'_wp_old_date','2025-11-12'),(949,133,'_wp_old_date','2025-11-12'),(952,131,'_wp_old_date','2025-11-12'),(955,129,'_wp_old_date','2025-11-12'),(958,127,'_wp_old_date','2025-11-12'),(961,125,'_wp_old_date','2025-11-12'),(964,123,'_wp_old_date','2025-11-12'),(967,121,'_wp_old_date','2025-11-12'),(970,119,'_wp_old_date','2025-11-12'),(973,117,'_wp_old_date','2025-11-12'),(976,115,'_wp_old_date','2025-11-12'),(979,113,'_wp_old_date','2025-11-12'),(982,111,'_wp_old_date','2025-11-12'),(985,108,'_wp_old_date','2025-11-12'),(988,106,'_wp_old_date','2025-11-12'),(991,100,'_wp_old_date','2025-11-12'),(994,97,'_wp_old_date','2025-11-12'),(997,94,'_wp_old_date','2025-11-12'),(1000,91,'_wp_old_date','2025-11-12'),(1003,88,'_wp_old_date','2025-11-12'),(1006,85,'_wp_old_date','2025-11-12'),(1009,67,'_wp_old_date','2025-11-12'),(1012,64,'_wp_old_date','2025-11-12'),(1015,59,'_wp_old_date','2025-11-12'),(1016,170,'_wp_attached_file','2025/05/How-Wowchat-co-helps-teams-handle-1000-message-a-day-stress-free-.png'),(1017,170,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:77:\"2025/05/How-Wowchat-co-helps-teams-handle-1000-message-a-day-stress-free-.png\";s:8:\"filesize\";i:121959;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:77:\"How-Wowchat-co-helps-teams-handle-1000-message-a-day-stress-free--300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29878;}s:5:\"large\";a:5:{s:4:\"file\";s:78:\"How-Wowchat-co-helps-teams-handle-1000-message-a-day-stress-free--1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:158520;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:77:\"How-Wowchat-co-helps-teams-handle-1000-message-a-day-stress-free--150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15249;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:77:\"How-Wowchat-co-helps-teams-handle-1000-message-a-day-stress-free--768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107360;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:77:\"How-Wowchat-co-helps-teams-handle-1000-message-a-day-stress-free--300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38475;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:77:\"How-Wowchat-co-helps-teams-handle-1000-message-a-day-stress-free--550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82635;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:77:\"How-Wowchat-co-helps-teams-handle-1000-message-a-day-stress-free--580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:90938;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:77:\"How-Wowchat-co-helps-teams-handle-1000-message-a-day-stress-free--875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:125608;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:77:\"How-Wowchat-co-helps-teams-handle-1000-message-a-day-stress-free--750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:105975;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:77:\"How-Wowchat-co-helps-teams-handle-1000-message-a-day-stress-free--330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42756;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:77:\"How-Wowchat-co-helps-teams-handle-1000-message-a-day-stress-free--750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:122878;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:76:\"How-Wowchat-co-helps-teams-handle-1000-message-a-day-stress-free--110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9183;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:77:\"How-Wowchat-co-helps-teams-handle-1000-message-a-day-stress-free--325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41511;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:75:\"How-Wowchat-co-helps-teams-handle-1000-message-a-day-stress-free--60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4124;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:77:\"How-Wowchat-co-helps-teams-handle-1000-message-a-day-stress-free--360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48183;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:78:\"How-Wowchat-co-helps-teams-handle-1000-message-a-day-stress-free--1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:175282;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1020,68,'_thumbnail_id','170'),(1021,171,'_wp_attached_file','2025/11/How-Small-Businesses-Compete-with-Big-Brands-Using-Chat-Automation.png'),(1022,171,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:78:\"2025/11/How-Small-Businesses-Compete-with-Big-Brands-Using-Chat-Automation.png\";s:8:\"filesize\";i:119046;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"How-Small-Businesses-Compete-with-Big-Brands-Using-Chat-Automation-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29777;}s:5:\"large\";a:5:{s:4:\"file\";s:79:\"How-Small-Businesses-Compete-with-Big-Brands-Using-Chat-Automation-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:153448;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"How-Small-Businesses-Compete-with-Big-Brands-Using-Chat-Automation-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15366;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:78:\"How-Small-Businesses-Compete-with-Big-Brands-Using-Chat-Automation-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103592;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:78:\"How-Small-Businesses-Compete-with-Big-Brands-Using-Chat-Automation-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37973;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:78:\"How-Small-Businesses-Compete-with-Big-Brands-Using-Chat-Automation-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:79490;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:78:\"How-Small-Businesses-Compete-with-Big-Brands-Using-Chat-Automation-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:88057;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:78:\"How-Small-Businesses-Compete-with-Big-Brands-Using-Chat-Automation-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:122056;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:78:\"How-Small-Businesses-Compete-with-Big-Brands-Using-Chat-Automation-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103294;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:78:\"How-Small-Businesses-Compete-with-Big-Brands-Using-Chat-Automation-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41736;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:78:\"How-Small-Businesses-Compete-with-Big-Brands-Using-Chat-Automation-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:117098;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:77:\"How-Small-Businesses-Compete-with-Big-Brands-Using-Chat-Automation-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9109;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:78:\"How-Small-Businesses-Compete-with-Big-Brands-Using-Chat-Automation-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40913;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:76:\"How-Small-Businesses-Compete-with-Big-Brands-Using-Chat-Automation-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4188;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:78:\"How-Small-Businesses-Compete-with-Big-Brands-Using-Chat-Automation-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46807;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:79:\"How-Small-Businesses-Compete-with-Big-Brands-Using-Chat-Automation-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:170072;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1025,59,'_thumbnail_id','171'),(1026,172,'_wp_attached_file','2025/11/How-to-Engage-Customers-on-Social-Media-Throught-Chat.png'),(1027,172,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:65:\"2025/11/How-to-Engage-Customers-on-Social-Media-Throught-Chat.png\";s:8:\"filesize\";i:123478;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:65:\"How-to-Engage-Customers-on-Social-Media-Throught-Chat-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29150;}s:5:\"large\";a:5:{s:4:\"file\";s:66:\"How-to-Engage-Customers-on-Social-Media-Throught-Chat-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:150986;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"How-to-Engage-Customers-on-Social-Media-Throught-Chat-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14873;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:65:\"How-to-Engage-Customers-on-Social-Media-Throught-Chat-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102447;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:65:\"How-to-Engage-Customers-on-Social-Media-Throught-Chat-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37504;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:65:\"How-to-Engage-Customers-on-Social-Media-Throught-Chat-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78708;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:65:\"How-to-Engage-Customers-on-Social-Media-Throught-Chat-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:88714;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:65:\"How-to-Engage-Customers-on-Social-Media-Throught-Chat-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120583;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:65:\"How-to-Engage-Customers-on-Social-Media-Throught-Chat-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100851;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:65:\"How-to-Engage-Customers-on-Social-Media-Throught-Chat-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41187;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:65:\"How-to-Engage-Customers-on-Social-Media-Throught-Chat-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:119133;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:64:\"How-to-Engage-Customers-on-Social-Media-Throught-Chat-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8989;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:65:\"How-to-Engage-Customers-on-Social-Media-Throught-Chat-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40178;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:63:\"How-to-Engage-Customers-on-Social-Media-Throught-Chat-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4049;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:65:\"How-to-Engage-Customers-on-Social-Media-Throught-Chat-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47332;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:66:\"How-to-Engage-Customers-on-Social-Media-Throught-Chat-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:168562;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1030,64,'_thumbnail_id','172'),(1031,173,'_wp_attached_file','2025/10/The-Future-of-Customer-Conversations-Chat-AI-Omnichannel-Magic.png'),(1032,173,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:74:\"2025/10/The-Future-of-Customer-Conversations-Chat-AI-Omnichannel-Magic.png\";s:8:\"filesize\";i:130804;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:74:\"The-Future-of-Customer-Conversations-Chat-AI-Omnichannel-Magic-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30212;}s:5:\"large\";a:5:{s:4:\"file\";s:75:\"The-Future-of-Customer-Conversations-Chat-AI-Omnichannel-Magic-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:160593;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:74:\"The-Future-of-Customer-Conversations-Chat-AI-Omnichannel-Magic-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15354;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:74:\"The-Future-of-Customer-Conversations-Chat-AI-Omnichannel-Magic-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:108165;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:74:\"The-Future-of-Customer-Conversations-Chat-AI-Omnichannel-Magic-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39343;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:74:\"The-Future-of-Customer-Conversations-Chat-AI-Omnichannel-Magic-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82830;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:74:\"The-Future-of-Customer-Conversations-Chat-AI-Omnichannel-Magic-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:94111;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:74:\"The-Future-of-Customer-Conversations-Chat-AI-Omnichannel-Magic-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:127275;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:74:\"The-Future-of-Customer-Conversations-Chat-AI-Omnichannel-Magic-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:106672;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:74:\"The-Future-of-Customer-Conversations-Chat-AI-Omnichannel-Magic-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42894;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:74:\"The-Future-of-Customer-Conversations-Chat-AI-Omnichannel-Magic-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:126037;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:73:\"The-Future-of-Customer-Conversations-Chat-AI-Omnichannel-Magic-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9040;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:74:\"The-Future-of-Customer-Conversations-Chat-AI-Omnichannel-Magic-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41899;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:72:\"The-Future-of-Customer-Conversations-Chat-AI-Omnichannel-Magic-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4037;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:74:\"The-Future-of-Customer-Conversations-Chat-AI-Omnichannel-Magic-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50160;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:75:\"The-Future-of-Customer-Conversations-Chat-AI-Omnichannel-Magic-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:178953;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1035,100,'_thumbnail_id','173'),(1036,174,'_wp_attached_file','2025/09/How-to-Nurture-Leads-Through-WhatsApp-Drip-Campaigns.png'),(1037,174,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:64:\"2025/09/How-to-Nurture-Leads-Through-WhatsApp-Drip-Campaigns.png\";s:8:\"filesize\";i:121564;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"How-to-Nurture-Leads-Through-WhatsApp-Drip-Campaigns-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28509;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"How-to-Nurture-Leads-Through-WhatsApp-Drip-Campaigns-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:149757;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"How-to-Nurture-Leads-Through-WhatsApp-Drip-Campaigns-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13113;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"How-to-Nurture-Leads-Through-WhatsApp-Drip-Campaigns-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100526;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"How-to-Nurture-Leads-Through-WhatsApp-Drip-Campaigns-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33059;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:64:\"How-to-Nurture-Leads-Through-WhatsApp-Drip-Campaigns-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:76538;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:64:\"How-to-Nurture-Leads-Through-WhatsApp-Drip-Campaigns-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84329;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:64:\"How-to-Nurture-Leads-Through-WhatsApp-Drip-Campaigns-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118499;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:64:\"How-to-Nurture-Leads-Through-WhatsApp-Drip-Campaigns-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:99433;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:64:\"How-to-Nurture-Leads-Through-WhatsApp-Drip-Campaigns-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39438;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:64:\"How-to-Nurture-Leads-Through-WhatsApp-Drip-Campaigns-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:114594;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:63:\"How-to-Nurture-Leads-Through-WhatsApp-Drip-Campaigns-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8644;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:64:\"How-to-Nurture-Leads-Through-WhatsApp-Drip-Campaigns-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38405;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:62:\"How-to-Nurture-Leads-Through-WhatsApp-Drip-Campaigns-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3650;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:64:\"How-to-Nurture-Leads-Through-WhatsApp-Drip-Campaigns-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41591;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:65:\"How-to-Nurture-Leads-Through-WhatsApp-Drip-Campaigns-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:166698;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1040,106,'_thumbnail_id','174'),(1041,175,'_wp_attached_file','2025/05/5-Chat-Message-Tricks-That-Get-Instant-Replies.png'),(1042,175,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:58:\"2025/05/5-Chat-Message-Tricks-That-Get-Instant-Replies.png\";s:8:\"filesize\";i:118025;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"5-Chat-Message-Tricks-That-Get-Instant-Replies-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26713;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"5-Chat-Message-Tricks-That-Get-Instant-Replies-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:142449;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"5-Chat-Message-Tricks-That-Get-Instant-Replies-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13561;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"5-Chat-Message-Tricks-That-Get-Instant-Replies-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:96292;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:58:\"5-Chat-Message-Tricks-That-Get-Instant-Replies-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34544;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:58:\"5-Chat-Message-Tricks-That-Get-Instant-Replies-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73163;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:58:\"5-Chat-Message-Tricks-That-Get-Instant-Replies-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:80393;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:58:\"5-Chat-Message-Tricks-That-Get-Instant-Replies-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:113198;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:58:\"5-Chat-Message-Tricks-That-Get-Instant-Replies-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:94881;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:58:\"5-Chat-Message-Tricks-That-Get-Instant-Replies-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37526;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:58:\"5-Chat-Message-Tricks-That-Get-Instant-Replies-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:111056;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:57:\"5-Chat-Message-Tricks-That-Get-Instant-Replies-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8028;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:58:\"5-Chat-Message-Tricks-That-Get-Instant-Replies-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36612;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:56:\"5-Chat-Message-Tricks-That-Get-Instant-Replies-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3733;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:58:\"5-Chat-Message-Tricks-That-Get-Instant-Replies-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43430;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:59:\"5-Chat-Message-Tricks-That-Get-Instant-Replies-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:158611;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1045,63,'_thumbnail_id','175'),(1046,176,'_wp_attached_file','2025/04/How-Restaurants-Use-Instagram-DMs-to-Boost-Bookings.png'),(1047,176,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:63:\"2025/04/How-Restaurants-Use-Instagram-DMs-to-Boost-Bookings.png\";s:8:\"filesize\";i:107885;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"How-Restaurants-Use-Instagram-DMs-to-Boost-Bookings-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26346;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"How-Restaurants-Use-Instagram-DMs-to-Boost-Bookings-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:135409;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"How-Restaurants-Use-Instagram-DMs-to-Boost-Bookings-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12913;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"How-Restaurants-Use-Instagram-DMs-to-Boost-Bookings-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:91873;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:63:\"How-Restaurants-Use-Instagram-DMs-to-Boost-Bookings-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31815;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:63:\"How-Restaurants-Use-Instagram-DMs-to-Boost-Bookings-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:69858;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:63:\"How-Restaurants-Use-Instagram-DMs-to-Boost-Bookings-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:76889;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:63:\"How-Restaurants-Use-Instagram-DMs-to-Boost-Bookings-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:108200;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:63:\"How-Restaurants-Use-Instagram-DMs-to-Boost-Bookings-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:90715;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:63:\"How-Restaurants-Use-Instagram-DMs-to-Boost-Bookings-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36104;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:63:\"How-Restaurants-Use-Instagram-DMs-to-Boost-Bookings-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102941;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:62:\"How-Restaurants-Use-Instagram-DMs-to-Boost-Bookings-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8126;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:63:\"How-Restaurants-Use-Instagram-DMs-to-Boost-Bookings-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35487;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:61:\"How-Restaurants-Use-Instagram-DMs-to-Boost-Bookings-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3703;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:63:\"How-Restaurants-Use-Instagram-DMs-to-Boost-Bookings-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40179;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:64:\"How-Restaurants-Use-Instagram-DMs-to-Boost-Bookings-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:150128;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1050,57,'_thumbnail_id','176'),(1051,177,'_wp_attached_file','2025/07/How-to-Build-Real-Relationships-Not-Just-Conversations.png'),(1052,177,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:66:\"2025/07/How-to-Build-Real-Relationships-Not-Just-Conversations.png\";s:8:\"filesize\";i:114174;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:66:\"How-to-Build-Real-Relationships-Not-Just-Conversations-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27155;}s:5:\"large\";a:5:{s:4:\"file\";s:67:\"How-to-Build-Real-Relationships-Not-Just-Conversations-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:140662;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:66:\"How-to-Build-Real-Relationships-Not-Just-Conversations-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12382;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:66:\"How-to-Build-Real-Relationships-Not-Just-Conversations-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:95749;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:66:\"How-to-Build-Real-Relationships-Not-Just-Conversations-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30905;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:66:\"How-to-Build-Real-Relationships-Not-Just-Conversations-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71571;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:66:\"How-to-Build-Real-Relationships-Not-Just-Conversations-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:76446;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:66:\"How-to-Build-Real-Relationships-Not-Just-Conversations-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:112534;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:66:\"How-to-Build-Real-Relationships-Not-Just-Conversations-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:94324;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:66:\"How-to-Build-Real-Relationships-Not-Just-Conversations-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36711;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:66:\"How-to-Build-Real-Relationships-Not-Just-Conversations-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:105916;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:65:\"How-to-Build-Real-Relationships-Not-Just-Conversations-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7929;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:66:\"How-to-Build-Real-Relationships-Not-Just-Conversations-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35755;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:64:\"How-to-Build-Real-Relationships-Not-Just-Conversations-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3484;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:66:\"How-to-Build-Real-Relationships-Not-Just-Conversations-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38866;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:67:\"How-to-Build-Real-Relationships-Not-Just-Conversations-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:156243;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1055,102,'_thumbnail_id','177'),(1056,178,'_wp_attached_file','2025/07/How-to-Personalize-Customer-Conversations-Across-Multiple-Channels.png'),(1057,178,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:78:\"2025/07/How-to-Personalize-Customer-Conversations-Across-Multiple-Channels.png\";s:8:\"filesize\";i:111379;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"How-to-Personalize-Customer-Conversations-Across-Multiple-Channels-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27816;}s:5:\"large\";a:5:{s:4:\"file\";s:79:\"How-to-Personalize-Customer-Conversations-Across-Multiple-Channels-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:142241;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"How-to-Personalize-Customer-Conversations-Across-Multiple-Channels-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13204;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:78:\"How-to-Personalize-Customer-Conversations-Across-Multiple-Channels-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:96562;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:78:\"How-to-Personalize-Customer-Conversations-Across-Multiple-Channels-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33178;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:78:\"How-to-Personalize-Customer-Conversations-Across-Multiple-Channels-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73499;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:78:\"How-to-Personalize-Customer-Conversations-Across-Multiple-Channels-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78069;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:78:\"How-to-Personalize-Customer-Conversations-Across-Multiple-Channels-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:113137;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:78:\"How-to-Personalize-Customer-Conversations-Across-Multiple-Channels-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:95467;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:78:\"How-to-Personalize-Customer-Conversations-Across-Multiple-Channels-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37542;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:78:\"How-to-Personalize-Customer-Conversations-Across-Multiple-Channels-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:108075;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:77:\"How-to-Personalize-Customer-Conversations-Across-Multiple-Channels-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8169;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:78:\"How-to-Personalize-Customer-Conversations-Across-Multiple-Channels-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37016;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:76:\"How-to-Personalize-Customer-Conversations-Across-Multiple-Channels-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3670;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:78:\"How-to-Personalize-Customer-Conversations-Across-Multiple-Channels-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41331;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:79:\"How-to-Personalize-Customer-Conversations-Across-Multiple-Channels-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:158987;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1060,104,'_thumbnail_id','178'),(1061,179,'_wp_attached_file','2025/04/How-to-Sound-Human-even-when-its-and-Automated-chat.png'),(1062,179,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:63:\"2025/04/How-to-Sound-Human-even-when-its-and-Automated-chat.png\";s:8:\"filesize\";i:117842;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"How-to-Sound-Human-even-when-its-and-Automated-chat-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28222;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"How-to-Sound-Human-even-when-its-and-Automated-chat-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:145520;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"How-to-Sound-Human-even-when-its-and-Automated-chat-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14875;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"How-to-Sound-Human-even-when-its-and-Automated-chat-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:98434;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:63:\"How-to-Sound-Human-even-when-its-and-Automated-chat-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36695;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:63:\"How-to-Sound-Human-even-when-its-and-Automated-chat-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:76279;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:63:\"How-to-Sound-Human-even-when-its-and-Automated-chat-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86157;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:63:\"How-to-Sound-Human-even-when-its-and-Automated-chat-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:116185;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:63:\"How-to-Sound-Human-even-when-its-and-Automated-chat-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:97399;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:63:\"How-to-Sound-Human-even-when-its-and-Automated-chat-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40426;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:63:\"How-to-Sound-Human-even-when-its-and-Automated-chat-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:114181;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:62:\"How-to-Sound-Human-even-when-its-and-Automated-chat-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8731;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:63:\"How-to-Sound-Human-even-when-its-and-Automated-chat-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39019;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:61:\"How-to-Sound-Human-even-when-its-and-Automated-chat-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4060;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:63:\"How-to-Sound-Human-even-when-its-and-Automated-chat-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45396;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:64:\"How-to-Sound-Human-even-when-its-and-Automated-chat-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:162028;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1065,55,'_thumbnail_id','179'),(1066,180,'_wp_attached_file','2025/04/Multichannel-to-Omnichannel-Why-It-matters-in-2025.png'),(1067,180,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:62:\"2025/04/Multichannel-to-Omnichannel-Why-It-matters-in-2025.png\";s:8:\"filesize\";i:117474;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27896;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:144574;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14705;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:98234;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:62:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36663;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:62:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75396;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:62:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:85368;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:62:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:114756;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:62:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:96986;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:62:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40164;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:62:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:113406;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:61:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8731;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:62:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38731;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:60:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4111;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:62:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45689;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:63:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:159588;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1070,53,'_thumbnail_id','192'),(1071,181,'_wp_attached_file','2025/04/Top-10-Industries-That-Cant-Survive-Without-Omnichannel-Chat.png'),(1072,181,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:72:\"2025/04/Top-10-Industries-That-Cant-Survive-Without-Omnichannel-Chat.png\";s:8:\"filesize\";i:126246;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:72:\"Top-10-Industries-That-Cant-Survive-Without-Omnichannel-Chat-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29908;}s:5:\"large\";a:5:{s:4:\"file\";s:73:\"Top-10-Industries-That-Cant-Survive-Without-Omnichannel-Chat-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:153320;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:72:\"Top-10-Industries-That-Cant-Survive-Without-Omnichannel-Chat-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14625;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:72:\"Top-10-Industries-That-Cant-Survive-Without-Omnichannel-Chat-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104541;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:72:\"Top-10-Industries-That-Cant-Survive-Without-Omnichannel-Chat-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36160;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:72:\"Top-10-Industries-That-Cant-Survive-Without-Omnichannel-Chat-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:79333;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:72:\"Top-10-Industries-That-Cant-Survive-Without-Omnichannel-Chat-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87417;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:72:\"Top-10-Industries-That-Cant-Survive-Without-Omnichannel-Chat-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:123324;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:72:\"Top-10-Industries-That-Cant-Survive-Without-Omnichannel-Chat-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102975;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:72:\"Top-10-Industries-That-Cant-Survive-Without-Omnichannel-Chat-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41506;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:72:\"Top-10-Industries-That-Cant-Survive-Without-Omnichannel-Chat-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:119404;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:71:\"Top-10-Industries-That-Cant-Survive-Without-Omnichannel-Chat-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8759;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:72:\"Top-10-Industries-That-Cant-Survive-Without-Omnichannel-Chat-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40133;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:70:\"Top-10-Industries-That-Cant-Survive-Without-Omnichannel-Chat-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3864;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:72:\"Top-10-Industries-That-Cant-Survive-Without-Omnichannel-Chat-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45009;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:73:\"Top-10-Industries-That-Cant-Survive-Without-Omnichannel-Chat-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:171581;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1075,60,'_thumbnail_id','181'),(1076,182,'_wp_attached_file','2025/02/Cutomer-Story-How-a-Local-boutique-boosted-orders-by-30-using-chat.png'),(1077,182,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:78:\"2025/02/Cutomer-Story-How-a-Local-boutique-boosted-orders-by-30-using-chat.png\";s:8:\"filesize\";i:116223;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"Cutomer-Story-How-a-Local-boutique-boosted-orders-by-30-using-chat-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29304;}s:5:\"large\";a:5:{s:4:\"file\";s:79:\"Cutomer-Story-How-a-Local-boutique-boosted-orders-by-30-using-chat-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:149852;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"Cutomer-Story-How-a-Local-boutique-boosted-orders-by-30-using-chat-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14790;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:78:\"Cutomer-Story-How-a-Local-boutique-boosted-orders-by-30-using-chat-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:101371;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:78:\"Cutomer-Story-How-a-Local-boutique-boosted-orders-by-30-using-chat-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36437;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:78:\"Cutomer-Story-How-a-Local-boutique-boosted-orders-by-30-using-chat-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77052;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:78:\"Cutomer-Story-How-a-Local-boutique-boosted-orders-by-30-using-chat-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84392;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:78:\"Cutomer-Story-How-a-Local-boutique-boosted-orders-by-30-using-chat-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118758;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:78:\"Cutomer-Story-How-a-Local-boutique-boosted-orders-by-30-using-chat-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100096;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:78:\"Cutomer-Story-How-a-Local-boutique-boosted-orders-by-30-using-chat-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39872;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:78:\"Cutomer-Story-How-a-Local-boutique-boosted-orders-by-30-using-chat-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:114127;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:77:\"Cutomer-Story-How-a-Local-boutique-boosted-orders-by-30-using-chat-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8909;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:78:\"Cutomer-Story-How-a-Local-boutique-boosted-orders-by-30-using-chat-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39227;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:76:\"Cutomer-Story-How-a-Local-boutique-boosted-orders-by-30-using-chat-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4008;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:78:\"Cutomer-Story-How-a-Local-boutique-boosted-orders-by-30-using-chat-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45620;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:79:\"Cutomer-Story-How-a-Local-boutique-boosted-orders-by-30-using-chat-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:165125;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1080,43,'_thumbnail_id','182'),(1081,183,'_wp_attached_file','2025/03/Why-Customers-Choose-Businesses-that-chat-back-fast.png'),(1082,183,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:63:\"2025/03/Why-Customers-Choose-Businesses-that-chat-back-fast.png\";s:8:\"filesize\";i:108342;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"Why-Customers-Choose-Businesses-that-chat-back-fast-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25950;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"Why-Customers-Choose-Businesses-that-chat-back-fast-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:136614;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"Why-Customers-Choose-Businesses-that-chat-back-fast-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12562;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"Why-Customers-Choose-Businesses-that-chat-back-fast-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92443;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:63:\"Why-Customers-Choose-Businesses-that-chat-back-fast-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30919;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:63:\"Why-Customers-Choose-Businesses-that-chat-back-fast-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:70004;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:63:\"Why-Customers-Choose-Businesses-that-chat-back-fast-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:76033;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:63:\"Why-Customers-Choose-Businesses-that-chat-back-fast-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:108892;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:63:\"Why-Customers-Choose-Businesses-that-chat-back-fast-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:91488;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:63:\"Why-Customers-Choose-Businesses-that-chat-back-fast-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36172;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:63:\"Why-Customers-Choose-Businesses-that-chat-back-fast-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:101866;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:62:\"Why-Customers-Choose-Businesses-that-chat-back-fast-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7881;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:63:\"Why-Customers-Choose-Businesses-that-chat-back-fast-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35309;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:61:\"Why-Customers-Choose-Businesses-that-chat-back-fast-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3571;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:63:\"Why-Customers-Choose-Businesses-that-chat-back-fast-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38657;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:64:\"Why-Customers-Choose-Businesses-that-chat-back-fast-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:151232;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1085,45,'_thumbnail_id','183'),(1086,184,'_wp_attached_file','2025/02/The-Secret-to-Never-Missing-a-Customer-message-again.png'),(1087,184,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:64:\"2025/02/The-Secret-to-Never-Missing-a-Customer-message-again.png\";s:8:\"filesize\";i:115744;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"The-Secret-to-Never-Missing-a-Customer-message-again-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28034;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"The-Secret-to-Never-Missing-a-Customer-message-again-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:145542;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"The-Secret-to-Never-Missing-a-Customer-message-again-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14325;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"The-Secret-to-Never-Missing-a-Customer-message-again-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:98874;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"The-Secret-to-Never-Missing-a-Customer-message-again-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35570;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:64:\"The-Secret-to-Never-Missing-a-Customer-message-again-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:76386;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:64:\"The-Secret-to-Never-Missing-a-Customer-message-again-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82566;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:64:\"The-Secret-to-Never-Missing-a-Customer-message-again-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:116421;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:64:\"The-Secret-to-Never-Missing-a-Customer-message-again-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:97788;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:64:\"The-Secret-to-Never-Missing-a-Customer-message-again-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39485;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:64:\"The-Secret-to-Never-Missing-a-Customer-message-again-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:113487;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:63:\"The-Secret-to-Never-Missing-a-Customer-message-again-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8819;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:64:\"The-Secret-to-Never-Missing-a-Customer-message-again-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38563;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:62:\"The-Secret-to-Never-Missing-a-Customer-message-again-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3941;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:64:\"The-Secret-to-Never-Missing-a-Customer-message-again-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44041;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:65:\"The-Secret-to-Never-Missing-a-Customer-message-again-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:161941;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1090,41,'_thumbnail_id','184'),(1091,185,'_wp_attached_file','2025/03/How-E-Commerce-Brands-Use-chat-to-Recover-Abandoned-Carts.png'),(1092,185,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:69:\"2025/03/How-E-Commerce-Brands-Use-chat-to-Recover-Abandoned-Carts.png\";s:8:\"filesize\";i:121469;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"How-E-Commerce-Brands-Use-chat-to-Recover-Abandoned-Carts-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28399;}s:5:\"large\";a:5:{s:4:\"file\";s:70:\"How-E-Commerce-Brands-Use-chat-to-Recover-Abandoned-Carts-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:152129;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"How-E-Commerce-Brands-Use-chat-to-Recover-Abandoned-Carts-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14364;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:69:\"How-E-Commerce-Brands-Use-chat-to-Recover-Abandoned-Carts-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102552;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:69:\"How-E-Commerce-Brands-Use-chat-to-Recover-Abandoned-Carts-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36639;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:69:\"How-E-Commerce-Brands-Use-chat-to-Recover-Abandoned-Carts-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77112;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:69:\"How-E-Commerce-Brands-Use-chat-to-Recover-Abandoned-Carts-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86151;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:69:\"How-E-Commerce-Brands-Use-chat-to-Recover-Abandoned-Carts-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120029;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:69:\"How-E-Commerce-Brands-Use-chat-to-Recover-Abandoned-Carts-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:101503;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:69:\"How-E-Commerce-Brands-Use-chat-to-Recover-Abandoned-Carts-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39998;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:69:\"How-E-Commerce-Brands-Use-chat-to-Recover-Abandoned-Carts-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:117566;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:68:\"How-E-Commerce-Brands-Use-chat-to-Recover-Abandoned-Carts-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8557;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:69:\"How-E-Commerce-Brands-Use-chat-to-Recover-Abandoned-Carts-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39047;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:67:\"How-E-Commerce-Brands-Use-chat-to-Recover-Abandoned-Carts-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3816;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:69:\"How-E-Commerce-Brands-Use-chat-to-Recover-Abandoned-Carts-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46052;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:70:\"How-E-Commerce-Brands-Use-chat-to-Recover-Abandoned-Carts-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:168877;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1095,47,'_thumbnail_id','185'),(1096,186,'_wp_attached_file','2025/03/Top-10-WhatsApp-Marketing-message-templated-for-Real-Estate-agents.png'),(1097,186,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:78:\"2025/03/Top-10-WhatsApp-Marketing-message-templated-for-Real-Estate-agents.png\";s:8:\"filesize\";i:122969;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"Top-10-WhatsApp-Marketing-message-templated-for-Real-Estate-agents-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31247;}s:5:\"large\";a:5:{s:4:\"file\";s:79:\"Top-10-WhatsApp-Marketing-message-templated-for-Real-Estate-agents-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:157711;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"Top-10-WhatsApp-Marketing-message-templated-for-Real-Estate-agents-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15820;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:78:\"Top-10-WhatsApp-Marketing-message-templated-for-Real-Estate-agents-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107748;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:78:\"Top-10-WhatsApp-Marketing-message-templated-for-Real-Estate-agents-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39529;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:78:\"Top-10-WhatsApp-Marketing-message-templated-for-Real-Estate-agents-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:83084;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:78:\"Top-10-WhatsApp-Marketing-message-templated-for-Real-Estate-agents-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:93184;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:78:\"Top-10-WhatsApp-Marketing-message-templated-for-Real-Estate-agents-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:126570;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:78:\"Top-10-WhatsApp-Marketing-message-templated-for-Real-Estate-agents-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107146;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:78:\"Top-10-WhatsApp-Marketing-message-templated-for-Real-Estate-agents-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44243;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:78:\"Top-10-WhatsApp-Marketing-message-templated-for-Real-Estate-agents-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:124744;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:77:\"Top-10-WhatsApp-Marketing-message-templated-for-Real-Estate-agents-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9486;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:78:\"Top-10-WhatsApp-Marketing-message-templated-for-Real-Estate-agents-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43057;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:76:\"Top-10-WhatsApp-Marketing-message-templated-for-Real-Estate-agents-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4207;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:78:\"Top-10-WhatsApp-Marketing-message-templated-for-Real-Estate-agents-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49398;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:79:\"Top-10-WhatsApp-Marketing-message-templated-for-Real-Estate-agents-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:174801;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1100,49,'_thumbnail_id','186'),(1101,187,'_wp_attached_file','2025/02/How-to-Turn-DMs-into-Repeat-Orders-for-your-online-store.png'),(1102,187,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:68:\"2025/02/How-to-Turn-DMs-into-Repeat-Orders-for-your-online-store.png\";s:8:\"filesize\";i:113315;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:68:\"How-to-Turn-DMs-into-Repeat-Orders-for-your-online-store-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27790;}s:5:\"large\";a:5:{s:4:\"file\";s:69:\"How-to-Turn-DMs-into-Repeat-Orders-for-your-online-store-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:142178;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:68:\"How-to-Turn-DMs-into-Repeat-Orders-for-your-online-store-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14036;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:68:\"How-to-Turn-DMs-into-Repeat-Orders-for-your-online-store-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:96325;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:68:\"How-to-Turn-DMs-into-Repeat-Orders-for-your-online-store-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35036;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:68:\"How-to-Turn-DMs-into-Repeat-Orders-for-your-online-store-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73852;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:68:\"How-to-Turn-DMs-into-Repeat-Orders-for-your-online-store-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:79494;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:68:\"How-to-Turn-DMs-into-Repeat-Orders-for-your-online-store-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:113122;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:68:\"How-to-Turn-DMs-into-Repeat-Orders-for-your-online-store-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:94959;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:68:\"How-to-Turn-DMs-into-Repeat-Orders-for-your-online-store-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38719;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:68:\"How-to-Turn-DMs-into-Repeat-Orders-for-your-online-store-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:110012;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:67:\"How-to-Turn-DMs-into-Repeat-Orders-for-your-online-store-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8548;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:68:\"How-to-Turn-DMs-into-Repeat-Orders-for-your-online-store-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37592;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:66:\"How-to-Turn-DMs-into-Repeat-Orders-for-your-online-store-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3911;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:68:\"How-to-Turn-DMs-into-Repeat-Orders-for-your-online-store-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43570;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:69:\"How-to-Turn-DMs-into-Repeat-Orders-for-your-online-store-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:157637;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1105,39,'_thumbnail_id','187'),(1106,188,'_wp_attached_file','2025/03/How-to-turn-angry-Messages-into-happy-customers.png'),(1107,188,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:59:\"2025/03/How-to-turn-angry-Messages-into-happy-customers.png\";s:8:\"filesize\";i:126267;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"How-to-turn-angry-Messages-into-happy-customers-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29058;}s:5:\"large\";a:5:{s:4:\"file\";s:60:\"How-to-turn-angry-Messages-into-happy-customers-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:154190;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"How-to-turn-angry-Messages-into-happy-customers-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14250;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:59:\"How-to-turn-angry-Messages-into-happy-customers-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103941;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:59:\"How-to-turn-angry-Messages-into-happy-customers-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35491;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:59:\"How-to-turn-angry-Messages-into-happy-customers-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:80835;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:59:\"How-to-turn-angry-Messages-into-happy-customers-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:91292;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:59:\"How-to-turn-angry-Messages-into-happy-customers-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:123907;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:59:\"How-to-turn-angry-Messages-into-happy-customers-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103557;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:59:\"How-to-turn-angry-Messages-into-happy-customers-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41674;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:59:\"How-to-turn-angry-Messages-into-happy-customers-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:123068;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:58:\"How-to-turn-angry-Messages-into-happy-customers-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8900;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:59:\"How-to-turn-angry-Messages-into-happy-customers-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40635;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:57:\"How-to-turn-angry-Messages-into-happy-customers-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3923;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:59:\"How-to-turn-angry-Messages-into-happy-customers-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44637;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:60:\"How-to-turn-angry-Messages-into-happy-customers-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:173954;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1110,51,'_thumbnail_id','188'),(1111,189,'_wp_attached_file','2025/02/Top-10-Chat-Mistakes-That-Are-Costing-You-Sales.png'),(1112,189,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:59:\"2025/02/Top-10-Chat-Mistakes-That-Are-Costing-You-Sales.png\";s:8:\"filesize\";i:108059;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"Top-10-Chat-Mistakes-That-Are-Costing-You-Sales-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25748;}s:5:\"large\";a:5:{s:4:\"file\";s:60:\"Top-10-Chat-Mistakes-That-Are-Costing-You-Sales-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:132434;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"Top-10-Chat-Mistakes-That-Are-Costing-You-Sales-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12287;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:59:\"Top-10-Chat-Mistakes-That-Are-Costing-You-Sales-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:89770;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:59:\"Top-10-Chat-Mistakes-That-Are-Costing-You-Sales-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29883;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:59:\"Top-10-Chat-Mistakes-That-Are-Costing-You-Sales-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68006;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:59:\"Top-10-Chat-Mistakes-That-Are-Costing-You-Sales-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75158;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:59:\"Top-10-Chat-Mistakes-That-Are-Costing-You-Sales-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:105153;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:59:\"Top-10-Chat-Mistakes-That-Are-Costing-You-Sales-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:88841;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:59:\"Top-10-Chat-Mistakes-That-Are-Costing-You-Sales-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35349;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:59:\"Top-10-Chat-Mistakes-That-Are-Costing-You-Sales-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:101187;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:58:\"Top-10-Chat-Mistakes-That-Are-Costing-You-Sales-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7803;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:59:\"Top-10-Chat-Mistakes-That-Are-Costing-You-Sales-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34694;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:57:\"Top-10-Chat-Mistakes-That-Are-Costing-You-Sales-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3467;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:59:\"Top-10-Chat-Mistakes-That-Are-Costing-You-Sales-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36981;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:60:\"Top-10-Chat-Mistakes-That-Are-Costing-You-Sales-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:145132;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1115,37,'_thumbnail_id','189'),(1116,190,'_wp_attached_file','2025/02/How-to-Connect-Instagram-WhatsApp-Facebook-Messages-in-One-Dashboard.png'),(1117,190,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:80:\"2025/02/How-to-Connect-Instagram-WhatsApp-Facebook-Messages-in-One-Dashboard.png\";s:8:\"filesize\";i:138236;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:80:\"How-to-Connect-Instagram-WhatsApp-Facebook-Messages-in-One-Dashboard-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31389;}s:5:\"large\";a:5:{s:4:\"file\";s:81:\"How-to-Connect-Instagram-WhatsApp-Facebook-Messages-in-One-Dashboard-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:167296;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:80:\"How-to-Connect-Instagram-WhatsApp-Facebook-Messages-in-One-Dashboard-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16109;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:80:\"How-to-Connect-Instagram-WhatsApp-Facebook-Messages-in-One-Dashboard-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:112375;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:80:\"How-to-Connect-Instagram-WhatsApp-Facebook-Messages-in-One-Dashboard-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40437;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:80:\"How-to-Connect-Instagram-WhatsApp-Facebook-Messages-in-One-Dashboard-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:88090;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:80:\"How-to-Connect-Instagram-WhatsApp-Facebook-Messages-in-One-Dashboard-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:96915;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:80:\"How-to-Connect-Instagram-WhatsApp-Facebook-Messages-in-One-Dashboard-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:134054;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:80:\"How-to-Connect-Instagram-WhatsApp-Facebook-Messages-in-One-Dashboard-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:111710;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:80:\"How-to-Connect-Instagram-WhatsApp-Facebook-Messages-in-One-Dashboard-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45223;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:80:\"How-to-Connect-Instagram-WhatsApp-Facebook-Messages-in-One-Dashboard-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:134501;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:79:\"How-to-Connect-Instagram-WhatsApp-Facebook-Messages-in-One-Dashboard-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9595;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:80:\"How-to-Connect-Instagram-WhatsApp-Facebook-Messages-in-One-Dashboard-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44234;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:78:\"How-to-Connect-Instagram-WhatsApp-Facebook-Messages-in-One-Dashboard-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4229;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:80:\"How-to-Connect-Instagram-WhatsApp-Facebook-Messages-in-One-Dashboard-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51344;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:81:\"How-to-Connect-Instagram-WhatsApp-Facebook-Messages-in-One-Dashboard-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:187537;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1120,35,'_thumbnail_id','190'),(1121,191,'_wp_attached_file','2025/01/What-Your-Customers-Really-want-when-they-message-you.png'),(1122,191,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:65:\"2025/01/What-Your-Customers-Really-want-when-they-message-you.png\";s:8:\"filesize\";i:122892;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:65:\"What-Your-Customers-Really-want-when-they-message-you-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28947;}s:5:\"large\";a:5:{s:4:\"file\";s:66:\"What-Your-Customers-Really-want-when-they-message-you-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:153459;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"What-Your-Customers-Really-want-when-they-message-you-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14972;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:65:\"What-Your-Customers-Really-want-when-they-message-you-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104086;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:65:\"What-Your-Customers-Really-want-when-they-message-you-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38265;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:65:\"What-Your-Customers-Really-want-when-they-message-you-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:80074;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:65:\"What-Your-Customers-Really-want-when-they-message-you-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:91627;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:65:\"What-Your-Customers-Really-want-when-they-message-you-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:122145;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:65:\"What-Your-Customers-Really-want-when-they-message-you-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102675;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:65:\"What-Your-Customers-Really-want-when-they-message-you-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42154;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:65:\"What-Your-Customers-Really-want-when-they-message-you-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120689;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:64:\"What-Your-Customers-Really-want-when-they-message-you-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8876;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:65:\"What-Your-Customers-Really-want-when-they-message-you-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40423;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:63:\"What-Your-Customers-Really-want-when-they-message-you-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4014;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:65:\"What-Your-Customers-Really-want-when-they-message-you-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47602;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:66:\"What-Your-Customers-Really-want-when-they-message-you-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:171545;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1125,30,'_thumbnail_id','191'),(1126,192,'_wp_attached_file','2025/04/Multichannel-to-Omnichannel-Why-It-matters-in-2025-1.png'),(1127,192,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:64:\"2025/04/Multichannel-to-Omnichannel-Why-It-matters-in-2025-1.png\";s:8:\"filesize\";i:136048;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-1-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30660;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-1-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:165146;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15941;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-1-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:111403;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:64:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41106;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:64:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-1-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86542;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:64:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-1-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100205;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:64:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-1-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:131045;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:64:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-1-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:110023;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:64:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-1-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46025;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:64:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-1-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:133425;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:63:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-1-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9280;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:64:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-1-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43943;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:62:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-1-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4157;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:64:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-1-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51519;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:65:\"Multichannel-to-Omnichannel-Why-It-matters-in-2025-1-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:183116;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1130,193,'_wp_attached_file','2025/01/7-Easy-Ways-to-Turn-Your-WhatsApp-Chats-into-Real-Sales.png'),(1131,193,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:67:\"2025/01/7-Easy-Ways-to-Turn-Your-WhatsApp-Chats-into-Real-Sales.png\";s:8:\"filesize\";i:122717;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"7-Easy-Ways-to-Turn-Your-WhatsApp-Chats-into-Real-Sales-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28959;}s:5:\"large\";a:5:{s:4:\"file\";s:68:\"7-Easy-Ways-to-Turn-Your-WhatsApp-Chats-into-Real-Sales-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:150828;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"7-Easy-Ways-to-Turn-Your-WhatsApp-Chats-into-Real-Sales-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15132;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:67:\"7-Easy-Ways-to-Turn-Your-WhatsApp-Chats-into-Real-Sales-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102229;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:67:\"7-Easy-Ways-to-Turn-Your-WhatsApp-Chats-into-Real-Sales-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37383;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:67:\"7-Easy-Ways-to-Turn-Your-WhatsApp-Chats-into-Real-Sales-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:79310;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:67:\"7-Easy-Ways-to-Turn-Your-WhatsApp-Chats-into-Real-Sales-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86330;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:67:\"7-Easy-Ways-to-Turn-Your-WhatsApp-Chats-into-Real-Sales-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:121058;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:67:\"7-Easy-Ways-to-Turn-Your-WhatsApp-Chats-into-Real-Sales-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:101259;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:67:\"7-Easy-Ways-to-Turn-Your-WhatsApp-Chats-into-Real-Sales-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42097;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:67:\"7-Easy-Ways-to-Turn-Your-WhatsApp-Chats-into-Real-Sales-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120933;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:66:\"7-Easy-Ways-to-Turn-Your-WhatsApp-Chats-into-Real-Sales-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9174;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:67:\"7-Easy-Ways-to-Turn-Your-WhatsApp-Chats-into-Real-Sales-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41304;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:65:\"7-Easy-Ways-to-Turn-Your-WhatsApp-Chats-into-Real-Sales-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4143;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:67:\"7-Easy-Ways-to-Turn-Your-WhatsApp-Chats-into-Real-Sales-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46896;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:68:\"7-Easy-Ways-to-Turn-Your-WhatsApp-Chats-into-Real-Sales-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:167752;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1134,8,'_thumbnail_id','193'),(1135,194,'_wp_attached_file','2025/01/Top-10-WhatsApp-Message-Ideas-That-Actually-Make-Customers-Reply.png'),(1136,194,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:76:\"2025/01/Top-10-WhatsApp-Message-Ideas-That-Actually-Make-Customers-Reply.png\";s:8:\"filesize\";i:121347;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:76:\"Top-10-WhatsApp-Message-Ideas-That-Actually-Make-Customers-Reply-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29670;}s:5:\"large\";a:5:{s:4:\"file\";s:77:\"Top-10-WhatsApp-Message-Ideas-That-Actually-Make-Customers-Reply-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:153383;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:76:\"Top-10-WhatsApp-Message-Ideas-That-Actually-Make-Customers-Reply-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14236;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:76:\"Top-10-WhatsApp-Message-Ideas-That-Actually-Make-Customers-Reply-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104019;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:76:\"Top-10-WhatsApp-Message-Ideas-That-Actually-Make-Customers-Reply-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35427;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:76:\"Top-10-WhatsApp-Message-Ideas-That-Actually-Make-Customers-Reply-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:79095;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:76:\"Top-10-WhatsApp-Message-Ideas-That-Actually-Make-Customers-Reply-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86434;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:76:\"Top-10-WhatsApp-Message-Ideas-That-Actually-Make-Customers-Reply-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:122671;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:76:\"Top-10-WhatsApp-Message-Ideas-That-Actually-Make-Customers-Reply-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102924;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:76:\"Top-10-WhatsApp-Message-Ideas-That-Actually-Make-Customers-Reply-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41040;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:76:\"Top-10-WhatsApp-Message-Ideas-That-Actually-Make-Customers-Reply-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118155;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:75:\"Top-10-WhatsApp-Message-Ideas-That-Actually-Make-Customers-Reply-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8796;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:76:\"Top-10-WhatsApp-Message-Ideas-That-Actually-Make-Customers-Reply-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40513;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:74:\"Top-10-WhatsApp-Message-Ideas-That-Actually-Make-Customers-Reply-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3897;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:76:\"Top-10-WhatsApp-Message-Ideas-That-Actually-Make-Customers-Reply-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44168;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:77:\"Top-10-WhatsApp-Message-Ideas-That-Actually-Make-Customers-Reply-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:170234;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1139,10,'_thumbnail_id','194'),(1140,195,'_wp_attached_file','2025/01/How-Real-Estate-Agents-Close-Deals-Faster-with-WhatsApp-Chat.png'),(1141,195,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:72:\"2025/01/How-Real-Estate-Agents-Close-Deals-Faster-with-WhatsApp-Chat.png\";s:8:\"filesize\";i:122812;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:72:\"How-Real-Estate-Agents-Close-Deals-Faster-with-WhatsApp-Chat-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29885;}s:5:\"large\";a:5:{s:4:\"file\";s:73:\"How-Real-Estate-Agents-Close-Deals-Faster-with-WhatsApp-Chat-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:153807;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:72:\"How-Real-Estate-Agents-Close-Deals-Faster-with-WhatsApp-Chat-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15831;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:72:\"How-Real-Estate-Agents-Close-Deals-Faster-with-WhatsApp-Chat-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104764;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:72:\"How-Real-Estate-Agents-Close-Deals-Faster-with-WhatsApp-Chat-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39541;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:72:\"How-Real-Estate-Agents-Close-Deals-Faster-with-WhatsApp-Chat-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:81111;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:72:\"How-Real-Estate-Agents-Close-Deals-Faster-with-WhatsApp-Chat-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:91843;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:72:\"How-Real-Estate-Agents-Close-Deals-Faster-with-WhatsApp-Chat-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:122907;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:72:\"How-Real-Estate-Agents-Close-Deals-Faster-with-WhatsApp-Chat-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103298;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:72:\"How-Real-Estate-Agents-Close-Deals-Faster-with-WhatsApp-Chat-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43011;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:72:\"How-Real-Estate-Agents-Close-Deals-Faster-with-WhatsApp-Chat-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:121212;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:71:\"How-Real-Estate-Agents-Close-Deals-Faster-with-WhatsApp-Chat-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9368;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:72:\"How-Real-Estate-Agents-Close-Deals-Faster-with-WhatsApp-Chat-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41512;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:70:\"How-Real-Estate-Agents-Close-Deals-Faster-with-WhatsApp-Chat-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4285;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:72:\"How-Real-Estate-Agents-Close-Deals-Faster-with-WhatsApp-Chat-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49010;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:73:\"How-Real-Estate-Agents-Close-Deals-Faster-with-WhatsApp-Chat-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:171586;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1144,28,'_thumbnail_id','195'),(1145,196,'_wp_attached_file','2025/12/chirag.jpeg'),(1146,196,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2025/12/chirag.jpeg\";s:8:\"filesize\";i:34617;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"chirag-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11899;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"chirag-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4651;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"chirag-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11899;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:19:\"chirag-500x367.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18866;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:19:\"chirag-500x485.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26365;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:19:\"chirag-500x440.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23873;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:19:\"chirag-500x400.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21092;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:19:\"chirag-330x250.jpeg\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10241;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:18:\"chirag-110x80.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2325;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:19:\"chirag-325x233.jpeg\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9309;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:17:\"chirag-60x60.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1739;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:19:\"chirag-360x360.jpeg\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15283;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1147,197,'_wp_attached_file','2025/12/Garry.png'),(1148,197,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:499;s:4:\"file\";s:17:\"2025/12/Garry.png\";s:8:\"filesize\";i:278001;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"Garry-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118188;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"Garry-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36414;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:17:\"Garry-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118202;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:17:\"Garry-500x367.png\";s:5:\"width\";i:500;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:209398;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:17:\"Garry-500x485.png\";s:5:\"width\";i:500;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:267646;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:17:\"Garry-500x440.png\";s:5:\"width\";i:500;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:247479;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:17:\"Garry-500x400.png\";s:5:\"width\";i:500;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:227029;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:17:\"Garry-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:108543;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:16:\"Garry-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15991;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:17:\"Garry-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100328;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:15:\"Garry-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7124;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:17:\"Garry-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:158737;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1151,199,'_wp_attached_file','2025/12/vishal.jpg'),(1152,199,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2025/12/vishal.jpg\";s:8:\"filesize\";i:4218;s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"vishal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4140;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:17:\"vishal-110x80.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2307;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:16:\"vishal-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1694;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1153,200,'_wp_attached_file','2025/09/How-to-Create-a-Consistent-Brand-Voice-Across-All-Your-Chat-Channels.png'),(1154,200,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:80:\"2025/09/How-to-Create-a-Consistent-Brand-Voice-Across-All-Your-Chat-Channels.png\";s:8:\"filesize\";i:119797;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:80:\"How-to-Create-a-Consistent-Brand-Voice-Across-All-Your-Chat-Channels-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29534;}s:5:\"large\";a:5:{s:4:\"file\";s:81:\"How-to-Create-a-Consistent-Brand-Voice-Across-All-Your-Chat-Channels-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:155243;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:80:\"How-to-Create-a-Consistent-Brand-Voice-Across-All-Your-Chat-Channels-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14151;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:80:\"How-to-Create-a-Consistent-Brand-Voice-Across-All-Your-Chat-Channels-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104716;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:80:\"How-to-Create-a-Consistent-Brand-Voice-Across-All-Your-Chat-Channels-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35188;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:80:\"How-to-Create-a-Consistent-Brand-Voice-Across-All-Your-Chat-Channels-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:79898;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:80:\"How-to-Create-a-Consistent-Brand-Voice-Across-All-Your-Chat-Channels-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84581;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:80:\"How-to-Create-a-Consistent-Brand-Voice-Across-All-Your-Chat-Channels-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:123902;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:80:\"How-to-Create-a-Consistent-Brand-Voice-Across-All-Your-Chat-Channels-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103960;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:80:\"How-to-Create-a-Consistent-Brand-Voice-Across-All-Your-Chat-Channels-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41791;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:80:\"How-to-Create-a-Consistent-Brand-Voice-Across-All-Your-Chat-Channels-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118569;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:79:\"How-to-Create-a-Consistent-Brand-Voice-Across-All-Your-Chat-Channels-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9035;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:80:\"How-to-Create-a-Consistent-Brand-Voice-Across-All-Your-Chat-Channels-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40196;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:78:\"How-to-Create-a-Consistent-Brand-Voice-Across-All-Your-Chat-Channels-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3909;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:80:\"How-to-Create-a-Consistent-Brand-Voice-Across-All-Your-Chat-Channels-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44167;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:81:\"How-to-Create-a-Consistent-Brand-Voice-Across-All-Your-Chat-Channels-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:170272;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1157,113,'_thumbnail_id','200'),(1158,201,'_wp_attached_file','2025/06/How-a-Real-Estate-Team-Manages-500-Leads-Seamlessly-with-WowChatCO_.png'),(1159,201,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:79:\"2025/06/How-a-Real-Estate-Team-Manages-500-Leads-Seamlessly-with-WowChatCO_.png\";s:8:\"filesize\";i:175531;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:79:\"How-a-Real-Estate-Team-Manages-500-Leads-Seamlessly-with-WowChatCO_-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31925;}s:5:\"large\";a:5:{s:4:\"file\";s:80:\"How-a-Real-Estate-Team-Manages-500-Leads-Seamlessly-with-WowChatCO_-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:178405;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:79:\"How-a-Real-Estate-Team-Manages-500-Leads-Seamlessly-with-WowChatCO_-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16420;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:79:\"How-a-Real-Estate-Team-Manages-500-Leads-Seamlessly-with-WowChatCO_-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118175;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:79:\"How-a-Real-Estate-Team-Manages-500-Leads-Seamlessly-with-WowChatCO_-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42366;}s:17:\"katen-thumb-grid1\";a:5:{s:4:\"file\";s:79:\"How-a-Real-Estate-Team-Manages-500-Leads-Seamlessly-with-WowChatCO_-550x367.png\";s:5:\"width\";i:550;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:90977;}s:21:\"katen-thumb-grid-alt1\";a:5:{s:4:\"file\";s:79:\"How-a-Real-Estate-Team-Manages-500-Leads-Seamlessly-with-WowChatCO_-580x485.png\";s:5:\"width\";i:580;s:6:\"height\";i:485;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103267;}s:16:\"katen-thumb-wide\";a:5:{s:4:\"file\";s:79:\"How-a-Real-Estate-Team-Manages-500-Leads-Seamlessly-with-WowChatCO_-875x440.png\";s:5:\"width\";i:875;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:141103;}s:19:\"katen-thumb-classic\";a:5:{s:4:\"file\";s:79:\"How-a-Real-Estate-Team-Manages-500-Leads-Seamlessly-with-WowChatCO_-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:117290;}s:17:\"katen-thumb-list1\";a:5:{s:4:\"file\";s:79:\"How-a-Real-Estate-Team-Manages-500-Leads-Seamlessly-with-WowChatCO_-330x250.png\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46574;}s:19:\"katen-featured-post\";a:5:{s:4:\"file\";s:79:\"How-a-Real-Estate-Team-Manages-500-Leads-Seamlessly-with-WowChatCO_-750x540.png\";s:5:\"width\";i:750;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:144243;}s:19:\"katen-thumb-list-sm\";a:5:{s:4:\"file\";s:78:\"How-a-Real-Estate-Team-Manages-500-Leads-Seamlessly-with-WowChatCO_-110x80.png\";s:5:\"width\";i:110;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9628;}s:23:\"katen-thumb-featured-sm\";a:5:{s:4:\"file\";s:79:\"How-a-Real-Estate-Team-Manages-500-Leads-Seamlessly-with-WowChatCO_-325x233.png\";s:5:\"width\";i:325;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45620;}s:18:\"katen-thumb-circle\";a:5:{s:4:\"file\";s:77:\"How-a-Real-Estate-Team-Manages-500-Leads-Seamlessly-with-WowChatCO_-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4199;}s:29:\"katen-thumb-featured-carousel\";a:5:{s:4:\"file\";s:79:\"How-a-Real-Estate-Team-Manages-500-Leads-Seamlessly-with-WowChatCO_-360x360.png\";s:5:\"width\";i:360;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53833;}s:20:\"katen-featured-slide\";a:5:{s:4:\"file\";s:80:\"How-a-Real-Estate-Team-Manages-500-Leads-Seamlessly-with-WowChatCO_-1140x540.png\";s:5:\"width\";i:1140;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:200556;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1162,98,'_thumbnail_id','201'),(1173,8,'_wp_page_template','default'),(1176,10,'_wp_page_template','default'),(1187,41,'_wp_page_template','default'),(1198,55,'_wp_page_template','default'),(1215,102,'_wp_page_template','default'),(1224,129,'_wp_page_template','default'),(1231,123,'_wp_page_template','default'),(1242,113,'_wp_page_template','default'),(1245,111,'_wp_page_template','default'),(1252,100,'_wp_page_template','default'),(1261,88,'_wp_page_template','default'),(1264,85,'_wp_page_template','default');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_posts`
--

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_posts` (
  `ID` bigint unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_parent` bigint unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_count` bigint NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=202 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_posts`
--

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (1,1,'2025-11-11 07:21:40','2025-11-11 07:21:40','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','trash','open','open','','hello-world__trashed','','','2025-11-11 09:54:03','2025-11-11 09:54:03','',0,'https://dev.wowchat.co/blog/?p=1',0,'post','',1),(2,1,'2025-11-11 07:21:40','2025-11-11 07:21:40','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://dev.wowchat.co/blog/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','publish','closed','open','','sample-page','','','2025-11-11 07:21:40','2025-11-11 07:21:40','',0,'https://dev.wowchat.co/blog/?page_id=2',0,'page','',0),(3,1,'2025-11-11 07:21:40','2025-11-11 07:21:40','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we are</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://dev.wowchat.co/blog.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Comments</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Media</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Cookies</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Embedded content from other websites</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we share your data with</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">How long we retain your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">What rights you have over your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Where your data is sent</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->\n','Privacy Policy','','draft','closed','open','','privacy-policy','','','2025-11-11 07:21:40','2025-11-11 07:21:40','',0,'https://dev.wowchat.co/blog/?page_id=3',0,'page','',0),(4,0,'2025-11-11 07:21:41','2025-11-11 07:21:41','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation','','','2025-11-11 07:21:41','2025-11-11 07:21:41','',0,'https://dev.wowchat.co/blog/2025/11/11/navigation/',0,'wp_navigation','',0),(7,1,'2025-11-11 09:54:03','2025-11-11 09:54:03','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','inherit','closed','closed','','1-revision-v1','','','2025-11-11 09:54:03','2025-11-11 09:54:03','',1,'https://dev.wowchat.co/blog/?p=7',0,'revision','',0),(8,1,'2025-01-06 10:00:00','2025-01-06 10:00:00','<!-- wp:paragraph -->\n<p>In today’s competitive online market, speed and clarity decide whether a customer chooses you or your competitor. WhatsApp is a powerful sales tool — but only if you use it correctly.<br>Here are seven proven WhatsApp sales techniques that can instantly increase your response rate and conversions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. Reply Fast – Within 2 Minutes</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it matters:</strong><br>Customers usually compare multiple sellers at once. If you reply quickly, you appear active, reliable, and professional. Fast replies keep the customer chatting with you instead of going back to Google or other suppliers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Tip:</strong><br>Always keep notifications on and respond within two minutes whenever possible. Speed builds trust.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. Ask Only One Question at a Time</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Wrong:</strong><br>“Can you share your exact requirement, location, quantity, company profile etc.?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Correct:</strong><br>“Which product are you looking for exactly?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>○ Too many questions at once can overwhelm customers and make them stop replying.<br>○ One short question feels easy to answer and keeps the conversation going, helping you move step by  step toward an order.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Share Visual Proof</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Don’t just tell — show.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Send:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Product photos</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Small demo videos</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Client screenshots</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Testimonials</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>○ The human brain trusts visuals more than text.<br>○ One picture can convert better than ten paragraphs. Visual proof builds instant credibility and helps customers imagine your product in real life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. Create Offer Urgency</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Price is valid only till today 7 PM.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>○ Deadlines create action. When people see a time limit, it triggers a sense of urgency and pushes ○ them to decide faster.<br>○ Use urgency honestly — don’t fake scarcity, but highlight genuine offers or limited stock.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5. Give Only Two Options (Not Eight)</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Do you want the Standard Plan or Enterprise Plan?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>○ Too many choices confuse customers. Two clear options make decision-making simple and increase your conversion rate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">6. Always Ask for the Next Step</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example message:</strong><br>“Should I send the payment link or would you prefer an invoice first?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>○ Many customers are interested but don’t know what to do next. When you guide them clearly toward the next step, they move forward quickly — and you close more deals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">7. Follow Up – Softly but Consistently</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example follow-up:</strong><br>“Just checking if you got time to review my earlier message.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>○ Follow-ups show professionalism and consistency. A polite tone prevents irritation and keeps your relationship positive. Most deals are closed during follow-ups, not in the first message.</p>\n<!-- /wp:paragraph -->','7 Easy Ways to Turn Your WhatsApp Chats into Real Sales','','publish','open','open','','7-easy-ways-to-turn-your-whatsapp-chats-into-real-sales','','','2025-12-02 05:38:59','2025-12-02 05:38:59','',0,'https://dev.wowchat.co/blog/?p=8',0,'post','',0),(9,1,'2025-11-11 10:00:00','2025-11-11 10:00:00','<!-- wp:paragraph -->\n<p>In today’s competitive online market, speed and clarity decide whether a customer chooses you or your competitor. WhatsApp is a powerful sales tool — but only if you use it correctly.<br>Here are seven proven WhatsApp sales techniques that can instantly increase your response rate and conversions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">1. Reply Fast – Within 2 Minutes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it matters:</strong><br>Customers usually compare multiple sellers at once. If you reply quickly, you appear active, reliable, and professional. Fast replies keep the customer chatting with you instead of going back to Google or other suppliers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Tip:</strong><br>Always keep notifications on and respond within two minutes whenever possible. Speed builds trust.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">2. Ask Only One Question at a Time</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Wrong:</strong><br>“Can you share your exact requirement, location, quantity, company profile etc.?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Correct:</strong><br>“Which product are you looking for exactly?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>Too many questions at once can overwhelm customers and make them stop replying.<br>One short question feels easy to answer and keeps the conversation going, helping you move step by step toward an order.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">3. Share Visual Proof</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Don’t just tell — show.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Send:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Product photos</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Small demo videos</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Client screenshots</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Testimonials</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>The human brain trusts visuals more than text.<br>One picture can convert better than ten paragraphs. Visual proof builds instant credibility and helps customers imagine your product in real life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">4. Create Offer Urgency</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Price is valid only till today 7 PM.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>Deadlines create action. When people see a time limit, it triggers a sense of urgency and pushes them to decide faster.<br>Use urgency honestly — don’t fake scarcity, but highlight genuine offers or limited stock.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">5. Give Only Two Options (Not Eight)</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Do you want the Standard Plan or Enterprise Plan?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>Too many choices confuse customers. Two clear options make decision-making simple and increase your conversion rate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">6. Always Ask for the Next Step</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example message:</strong><br>“Should I send the payment link or would you prefer an invoice first?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>Many customers are interested but don’t know what to do next. When you guide them clearly toward the next step, they move forward quickly — and you close more deals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">7. Follow Up – Softly but Consistently</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example follow-up:</strong><br>“Just checking if you got time to review my earlier message.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>Follow-ups show professionalism and consistency. A polite tone prevents irritation and keeps your relationship positive. Most deals are closed during follow-ups, not in the first message.</p>\n<!-- /wp:paragraph -->','7 Easy Ways to Turn Your WhatsApp Chats into Real Sales','','inherit','closed','closed','','8-revision-v1','','','2025-11-11 10:00:00','2025-11-11 10:00:00','',8,'https://dev.wowchat.co/blog/?p=9',0,'revision','',0),(10,1,'2025-01-13 10:03:00','2025-01-13 10:03:00','<!-- wp:paragraph -->\n<p>Getting customers to respond on WhatsApp can be tricky. Many people read your message but never reply. The secret is in <strong>how you ask</strong> — short, clear, and psychologically smart messages trigger quick replies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here are ten powerful WhatsApp message templates that can help you boost engagement and conversions instantly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. Quick Yes/No Question</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Should I send you details in PDF or text message?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Small questions require small effort. They are easier to reply to, which keeps the conversation going and helps you build momentum toward a sale.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. Limited Time Offer</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“We have special pricing till tonight 8 PM. Should I share the updated price card?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Urgency makes people respond faster because they don’t want to miss a potential benefit. Deadlines push quick action and faster replies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Social Proof Message</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Yesterday 3 new companies purchased this plan. Want to see the screenshots?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>People trust what others are already doing. Showing social proof increases trust and encourages the customer to engage with you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. Value Drop Message</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Can I share one tip that will reduce your monthly cost by 30%?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>When you offer value first, the customer pays attention. Giving free, helpful information makes people more likely to respond naturally.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5. Option-Based Question</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Which one are you more interested in: Premium Plan or Standard Plan?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Customers respond more often when they have two clear choices instead of an open-ended question. Options make the decision process easy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">6. Soft Follow-Up</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Just checking if you got time to see the pricing I shared.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>A gentle follow-up doesn’t feel pushy but reminds the customer to respond. It shows you’re serious without sounding aggressive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">7. Curiosity Message</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“We actually improved one feature last week — would you like to see the new version video?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Curiosity is a strong motivator. The human mind doesn’t like missing new updates or improvements, so curiosity-driven messages often get faster replies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">8. Authority Message</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“We work with clients like Zomato, Swiggy and Reliance Retail. Can I share a case study?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Authority reduces doubt. When you mention trusted brands or credible results, customers feel more confident and reply faster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">9. Confirmation Message</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Should I block this stock for you till evening?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>When you assume interest, customers tend to give a clear Yes or No. It makes the decision feel easy and moves the conversation forward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">10. Next Step Guidance</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Next step is simple — we just need your email to prepare the invoice. Please share.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Many customers don’t reply simply because they don’t know what to do next. When you guide them clearly, they follow and respond quickly.</p>\n<!-- /wp:paragraph -->','Top 10 WhatsApp Message Ideas That Actually Make Customers Reply','','publish','open','open','','top-10-whatsapp-message-ideas-that-actually-make-customers-reply','','','2025-12-02 05:39:14','2025-12-02 05:39:14','',0,'https://dev.wowchat.co/blog/?p=10',0,'post','',0),(11,1,'2025-11-11 10:03:42','2025-11-11 10:03:42','<!-- wp:paragraph -->\n<p>Getting customers to respond on WhatsApp can be tricky. Many people read your message but never reply. The secret is in <strong>how you ask</strong> — short, clear, and psychologically smart messages trigger quick replies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here are ten powerful WhatsApp message templates that can help you boost engagement and conversions instantly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">1. Quick Yes/No Question</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Should I send you details in PDF or text message?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Small questions require small effort. They are easier to reply to, which keeps the conversation going and helps you build momentum toward a sale.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">2. Limited Time Offer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“We have special pricing till tonight 8 PM. Should I share the updated price card?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Urgency makes people respond faster because they don’t want to miss a potential benefit. Deadlines push quick action and faster replies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">3. Social Proof Message</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Yesterday 3 new companies purchased this plan. Want to see the screenshots?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>People trust what others are already doing. Showing social proof increases trust and encourages the customer to engage with you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">4. Value Drop Message</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Can I share one tip that will reduce your monthly cost by 30%?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>When you offer value first, the customer pays attention. Giving free, helpful information makes people more likely to respond naturally.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">5. Option-Based Question</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Which one are you more interested in: Premium Plan or Standard Plan?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Customers respond more often when they have two clear choices instead of an open-ended question. Options make the decision process easy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">6. Soft Follow-Up</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Just checking if you got time to see the pricing I shared.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>A gentle follow-up doesn’t feel pushy but reminds the customer to respond. It shows you’re serious without sounding aggressive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">7. Curiosity Message</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“We actually improved one feature last week — would you like to see the new version video?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Curiosity is a strong motivator. The human mind doesn’t like missing new updates or improvements, so curiosity-driven messages often get faster replies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">8. Authority Message</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“We work with clients like Zomato, Swiggy and Reliance Retail. Can I share a case study?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Authority reduces doubt. When you mention trusted brands or credible results, customers feel more confident and reply faster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">9. Confirmation Message</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Should I block this stock for you till evening?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>When you assume interest, customers tend to give a clear Yes or No. It makes the decision feel easy and moves the conversation forward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">10. Next Step Guidance</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Next step is simple — we just need your email to prepare the invoice. Please share.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Many customers don’t reply simply because they don’t know what to do next. When you guide them clearly, they follow and respond quickly.</p>\n<!-- /wp:paragraph -->','Top 10 WhatsApp Message Ideas That Actually Make Customers Reply','','inherit','closed','closed','','10-revision-v1','','','2025-11-11 10:03:42','2025-11-11 10:03:42','',10,'https://dev.wowchat.co/blog/?p=11',0,'revision','',0),(12,1,'2025-11-11 10:42:34','2025-11-11 10:42:34','','wow-chat-logo','','inherit','open','closed','','wow-chat-logo','','','2025-11-11 10:42:34','2025-11-11 10:42:34','',0,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/wow-chat-logo.png',0,'attachment','image/png',0),(13,1,'2025-11-11 12:23:46','2025-11-11 12:23:46','','wowchat1','','inherit','open','closed','','wowchat1','','','2025-11-11 12:23:46','2025-11-11 12:23:46','',0,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/wowchat1.png',0,'attachment','image/png',0),(14,1,'2025-11-11 12:38:09','2025-11-11 12:38:09','','mini_screen_logo','','inherit','open','closed','','mini_screen_logo','','','2025-11-11 12:38:09','2025-11-11 12:38:09','',0,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/mini_screen_logo.png',0,'attachment','image/png',0),(15,1,'2025-11-11 12:38:19','2025-11-11 12:38:19','https://dev.wowchat.co/blog/wp-content/uploads/2025/11/cropped-mini_screen_logo.png','cropped-mini_screen_logo.png','','inherit','open','closed','','cropped-mini_screen_logo-png','','','2025-11-11 12:38:19','2025-11-11 12:38:19','',14,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/cropped-mini_screen_logo.png',0,'attachment','image/png',0),(16,1,'2025-11-11 12:38:23','2025-11-11 12:38:23','{\n    \"site_icon\": {\n        \"value\": 15,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-11-11 12:38:23\"\n    }\n}','','','trash','closed','closed','','156cc5fe-0c1f-4aa7-8e7f-74350bda46af','','','2025-11-11 12:38:23','2025-11-11 12:38:23','',0,'https://dev.wowchat.co/blog/2025/11/11/156cc5fe-0c1f-4aa7-8e7f-74350bda46af/',0,'customize_changeset','',0),(17,1,'2025-11-11 13:09:19','2025-11-11 13:09:19','{\n    \"katen::katen_blog_layout\": {\n        \"value\": \"grid\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-11-11 13:09:19\"\n    }\n}','','','trash','closed','closed','','22f73cdc-7f4f-4c33-893e-2030018e8331','','','2025-11-11 13:09:19','2025-11-11 13:09:19','',0,'https://dev.wowchat.co/blog/2025/11/11/22f73cdc-7f4f-4c33-893e-2030018e8331/',0,'customize_changeset','',0),(18,1,'2025-11-11 13:27:05','2025-11-11 13:27:05','','wowchat-footer','','inherit','open','closed','','wowchat-footer','','','2025-11-11 13:27:05','2025-11-11 13:27:05','',0,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/wowchat-footer.png',0,'attachment','image/png',0),(19,1,'2025-11-11 13:29:00','2025-11-11 13:29:00','{\n    \"katen::index_layout\": {\n        \"value\": \"2\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-11-11 13:28:30\"\n    },\n    \"katen::social_icons\": {\n        \"value\": \"%5B%7B%22icon_name%22:%22facebook-f%22,%22social_url%22:%22http://facebook.com/username%22%7D,%7B%22icon_name%22:%22twitter%22,%22social_url%22:%22http://twitter.com/username%22%7D,%7B%22icon_name%22:%22instagram%22,%22social_url%22:%22http://instagram.com/username%22%7D,%7B%22icon_name%22:%22pinterest%22,%22social_url%22:%22http://pinterest.com/username%22%7D,%7B%22icon_name%22:%22tiktok%22,%22social_url%22:%22http://tiktok.com/username%22%7D,%7B%22icon_name%22:%22youtube%22,%22social_url%22:%22http://youtube.com/username%22%7D%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-11-11 13:28:30\"\n    },\n    \"katen::archive_layout\": {\n        \"value\": \"2\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-11-11 13:28:55\"\n    },\n    \"katen::category_layout\": {\n        \"value\": \"2\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-11-11 13:28:55\"\n    }\n}','','','trash','closed','closed','','e7236a62-2b79-48de-a84f-ce28aabc39a8','','','2025-11-11 13:29:00','2025-11-11 13:29:00','',0,'https://dev.wowchat.co/blog/?p=19',0,'customize_changeset','',0),(20,1,'2025-11-11 13:31:30','2025-11-11 13:31:30','{\n    \"sidebars_widgets[primary-sidebar]\": {\n        \"value\": [\n            \"search-3\"\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-11-11 13:31:20\"\n    },\n    \"katen::social_icons\": {\n        \"value\": \"%5B%7B%22icon_name%22:%22facebook-f%22,%22social_url%22:%22http://facebook.com/username%22%7D,%7B%22icon_name%22:%22twitter%22,%22social_url%22:%22http://twitter.com/username%22%7D,%7B%22icon_name%22:%22instagram%22,%22social_url%22:%22http://instagram.com/username%22%7D,%7B%22icon_name%22:%22pinterest%22,%22social_url%22:%22http://pinterest.com/username%22%7D,%7B%22icon_name%22:%22tiktok%22,%22social_url%22:%22http://tiktok.com/username%22%7D,%7B%22icon_name%22:%22youtube%22,%22social_url%22:%22http://youtube.com/username%22%7D%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-11-11 13:31:20\"\n    },\n    \"widget_search[3]\": {\n        \"value\": {\n            \"encoded_serialized_instance\": \"YToxOntzOjU6InRpdGxlIjtzOjExOiJCbG9nIFNlYXJjaCI7fQ==\",\n            \"title\": \"Blog Search\",\n            \"is_widget_customizer_js_value\": true,\n            \"instance_hash_key\": \"59a21001f4ba52def15ccc43d0b42b69\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-11-11 13:31:30\"\n    }\n}','','','trash','closed','closed','','49deec85-ac6c-4972-9e3a-7222353ff6fa','','','2025-11-11 13:31:30','2025-11-11 13:31:30','',0,'https://dev.wowchat.co/blog/?p=20',0,'customize_changeset','',0),(21,1,'2025-11-11 13:31:58','2025-11-11 13:31:58','{\n    \"sidebars_widgets[primary-sidebar]\": {\n        \"value\": [\n            \"search-3\",\n            \"recent-posts-3\"\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-11-11 13:31:46\"\n    },\n    \"widget_recent-posts[3]\": {\n        \"value\": {\n            \"encoded_serialized_instance\": \"YTozOntzOjU6InRpdGxlIjtzOjEyOiJSZWNlbnQgUG9zdHMiO3M6NjoibnVtYmVyIjtpOjU7czo5OiJzaG93X2RhdGUiO2I6MTt9\",\n            \"title\": \"Recent Posts\",\n            \"is_widget_customizer_js_value\": true,\n            \"instance_hash_key\": \"3f01173b52006b1b4599e7ad56645592\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-11-11 13:31:54\"\n    }\n}','','','trash','closed','closed','','38f9fe6a-a562-4523-bed7-2a78b9e756e2','','','2025-11-11 13:31:58','2025-11-11 13:31:58','',0,'https://dev.wowchat.co/blog/?p=21',0,'customize_changeset','',0),(22,1,'2025-11-11 13:32:34','2025-11-11 13:32:34','{\n    \"sidebars_widgets[primary-sidebar]\": {\n        \"value\": [\n            \"search-3\",\n            \"recent-posts-3\",\n            \"categories-3\"\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-11-11 13:32:18\"\n    },\n    \"widget_categories[3]\": {\n        \"value\": {\n            \"encoded_serialized_instance\": \"YTo0OntzOjU6InRpdGxlIjtzOjEwOiJDYXRlZ29yaWVzIjtzOjU6ImNvdW50IjtpOjE7czoxMjoiaGllcmFyY2hpY2FsIjtpOjE7czo4OiJkcm9wZG93biI7aTowO30=\",\n            \"title\": \"Categories\",\n            \"is_widget_customizer_js_value\": true,\n            \"instance_hash_key\": \"a18511384cfaf1ed17229ac0acb74f95\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-11-11 13:32:34\"\n    }\n}','','','trash','closed','closed','','95b0c856-5929-4f15-ac09-b8c1bfb0a24c','','','2025-11-11 13:32:34','2025-11-11 13:32:34','',0,'https://dev.wowchat.co/blog/?p=22',0,'customize_changeset','',0),(23,1,'2025-11-11 13:32:54','2025-11-11 13:32:54','{\n    \"sidebars_widgets[primary-sidebar]\": {\n        \"value\": [\n            \"search-3\",\n            \"recent-posts-3\",\n            \"categories-3\",\n            \"recent-comments-3\"\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-11-11 13:32:52\"\n    },\n    \"widget_recent-comments[3]\": {\n        \"value\": {\n            \"encoded_serialized_instance\": \"YToyOntzOjU6InRpdGxlIjtzOjE1OiJSZWNlbnQgQ29tbWVudHMiO3M6NjoibnVtYmVyIjtpOjU7fQ==\",\n            \"title\": \"Recent Comments\",\n            \"is_widget_customizer_js_value\": true,\n            \"instance_hash_key\": \"a8c168a55b7f0702c676c0779ad657f3\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-11-11 13:32:52\"\n    }\n}','','','trash','closed','closed','','b1856454-1bc6-4d1c-b3ae-4888535c1ae8','','','2025-11-11 13:32:54','2025-11-11 13:32:54','',0,'https://dev.wowchat.co/blog/?p=23',0,'customize_changeset','',0),(24,1,'2025-11-11 13:33:16','2025-11-11 13:33:16','{\n    \"sidebars_widgets[primary-sidebar]\": {\n        \"value\": [\n            \"search-3\",\n            \"recent-posts-3\",\n            \"categories-3\",\n            \"recent-comments-3\",\n            \"archives-3\"\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-11-11 13:33:16\"\n    },\n    \"widget_archives[3]\": {\n        \"value\": [],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-11-11 13:33:16\"\n    }\n}','','','trash','closed','closed','','3b0892a2-a858-4cad-b5d3-a35ad2b76977','','','2025-11-11 13:33:16','2025-11-11 13:33:16','',0,'https://dev.wowchat.co/blog/2025/11/11/3b0892a2-a858-4cad-b5d3-a35ad2b76977/',0,'customize_changeset','',0),(26,1,'2025-11-11 13:38:43','2025-11-11 13:38:43','{\n    \"katen::social_icons\": {\n        \"value\": \"%5B%7B%22icon_name%22:%22facebook-f%22,%22social_url%22:%22http://facebook.com/username%22%7D,%7B%22icon_name%22:%22twitter%22,%22social_url%22:%22http://twitter.com/username%22%7D,%7B%22icon_name%22:%22instagram%22,%22social_url%22:%22http://instagram.com/username%22%7D,%7B%22icon_name%22:%22pinterest%22,%22social_url%22:%22http://pinterest.com/username%22%7D,%7B%22icon_name%22:%22tiktok%22,%22social_url%22:%22http://tiktok.com/username%22%7D,%7B%22icon_name%22:%22youtube%22,%22social_url%22:%22http://youtube.com/username%22%7D%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-11-11 13:38:43\"\n    },\n    \"katen::typo_body\": {\n        \"value\": {\n            \"font-family\": \"Inter\",\n            \"variant\": \"\",\n            \"font-size\": \"\",\n            \"text-align\": \"\",\n            \"text-transform\": \"\",\n            \"line-height\": \"\",\n            \"letter-spacing\": \"\",\n            \"font-style\": \"normal\",\n            \"font-weight\": 400\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-11-11 13:38:43\"\n    },\n    \"katen::typo_body[font-family]\": {\n        \"value\": \"Inter\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-11-11 13:38:43\"\n    }\n}','','','trash','closed','closed','','1c7b6c15-fdd7-44c8-ad37-8c3c04be7403','','','2025-11-11 13:38:43','2025-11-11 13:38:43','',0,'https://dev.wowchat.co/blog/2025/11/11/1c7b6c15-fdd7-44c8-ad37-8c3c04be7403/',0,'customize_changeset','',0),(27,1,'2025-11-11 13:41:44','2025-11-11 13:41:44','{\n    \"katen::social_icons\": {\n        \"value\": \"%5B%7B%22icon_name%22:%22facebook-f%22,%22social_url%22:%22http://facebook.com/username%22%7D,%7B%22icon_name%22:%22twitter%22,%22social_url%22:%22http://twitter.com/username%22%7D,%7B%22icon_name%22:%22instagram%22,%22social_url%22:%22http://instagram.com/username%22%7D,%7B%22icon_name%22:%22pinterest%22,%22social_url%22:%22http://pinterest.com/username%22%7D,%7B%22icon_name%22:%22tiktok%22,%22social_url%22:%22http://tiktok.com/username%22%7D,%7B%22icon_name%22:%22youtube%22,%22social_url%22:%22http://youtube.com/username%22%7D%5D\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-11-11 13:41:44\"\n    },\n    \"katen::typo_body\": {\n        \"value\": {\n            \"font-family\": \"\",\n            \"variant\": \"\",\n            \"font-size\": \"\",\n            \"text-align\": \"\",\n            \"text-transform\": \"\",\n            \"line-height\": \"\",\n            \"letter-spacing\": \"\",\n            \"font-style\": \"normal\",\n            \"font-weight\": 400\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-11-11 13:41:44\"\n    },\n    \"katen::typo_body[font-family]\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-11-11 13:41:44\"\n    }\n}','','','trash','closed','closed','','2f1750f3-60ee-4b5b-a0d0-b39eece67b5b','','','2025-11-11 13:41:44','2025-11-11 13:41:44','',0,'https://dev.wowchat.co/blog/2025/11/11/2f1750f3-60ee-4b5b-a0d0-b39eece67b5b/',0,'customize_changeset','',0),(28,2,'2025-01-21 06:26:00','2025-01-21 06:26:00','<!-- wp:paragraph -->\n<p>When it comes to real estate sales, <strong>speed and clarity</strong> are everything. Buyers today expect instant responses and helpful visuals right inside their WhatsApp chat. The best property agents know this — and that’s why they convert faster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. They Reply Within 2 Minutes</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When a buyer asks: “Is 2BHK available in Bandra?”<br>Agent replies instantly with 1-2 questions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Fast reply increases trust.<br>○ Slow reply shows you are not serious.<br>○ Buyer will go to other agent who replies faster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. They Share Pictures + Videos Immediately</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Instead of long explanation, they send:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Building photos</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Unit walk-through video</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>View from the balcony</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Human brain trusts visuals more than text.<br>○ Once buyer likes the visuals → interest level jumps.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. They Give Clear Options</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Example message:<br>“We have 2 options:<br>A) Ready Possession<br>B) Under Construction<br>Which one do you prefer?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Giving 2 choices increases replies.<br>○ Open question like “What you prefer?” gives confusion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. They Drop Small Value Info</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Btw, this project has zero floor rise charges till 15th.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Small value drop creates FOMO (fear of missing out) → buyer replies faster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. They Keep Follow-Ups Soft, Not Irritating</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Good morning <br>just checking if you want me to arrange site visit for evening or weekend?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Soft tone keeps relationship positive.<br>○ Buyers stay happy and reply back.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. They Guide Buyer to Next Action</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Next step is simple → I will take your email ID and send full cost sheet.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Buyers don’t know what to do next.<br>○ If you guide next step → deal moves forward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>7. They Close Appointment / Site Visit Inside Chat</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“I have 11AM or 5PM slot available tomorrow — which is better for you?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Time-based question pushes buyer to choose.<br>○ This converts chat into real action: site visit → faster closing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','How Real Estate Agents Close Deals Faster with WhatsApp Chat','','publish','open','open','','how-real-estate-agents-close-deals-faster-with-whatsapp-chat','','','2025-12-02 05:39:27','2025-12-02 05:39:27','',0,'https://dev.wowchat.co/blog/?p=28',0,'post','',0),(29,1,'2025-11-12 06:26:42','2025-11-12 06:26:42','<!-- wp:paragraph -->\n<p>When it comes to real estate sales, <strong>speed and clarity</strong> are everything. Buyers today expect instant responses and helpful visuals right inside their WhatsApp chat. The best property agents know this — and that’s why they convert faster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. They Reply Within 2 Minutes</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When a buyer asks: “Is 2BHK available in Bandra?”<br>Agent replies instantly with 1-2 questions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Fast reply increases trust.<br>○ Slow reply shows you are not serious.<br>○ Buyer will go to other agent who replies faster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. They Share Pictures + Videos Immediately</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Instead of long explanation, they send:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Building photos</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Unit walk-through video</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>View from the balcony</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Human brain trusts visuals more than text.<br>○ Once buyer likes the visuals → interest level jumps.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. They Give Clear Options</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Example message:<br>“We have 2 options:<br>A) Ready Possession<br>B) Under Construction<br>Which one do you prefer?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Giving 2 choices increases replies.<br>○ Open question like “What you prefer?” gives confusion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. They Drop Small Value Info</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Btw, this project has zero floor rise charges till 15th.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Small value drop creates FOMO (fear of missing out) → buyer replies faster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. They Keep Follow-Ups Soft, Not Irritating</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Good morning <br>just checking if you want me to arrange site visit for evening or weekend?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Soft tone keeps relationship positive.<br>○ Buyers stay happy and reply back.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. They Guide Buyer to Next Action</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Next step is simple → I will take your email ID and send full cost sheet.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Buyers don’t know what to do next.<br>○ If you guide next step → deal moves forward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>7. They Close Appointment / Site Visit Inside Chat</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“I have 11AM or 5PM slot available tomorrow — which is better for you?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Time-based question pushes buyer to choose.<br>○ This converts chat into real action: site visit → faster closing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','How Real Estate Agents Close Deals Faster with WhatsApp Chat','','inherit','closed','closed','','28-revision-v1','','','2025-11-12 06:26:42','2025-11-12 06:26:42','',28,'https://dev.wowchat.co/blog/?p=29',0,'revision','',0),(30,1,'2025-01-27 06:32:00','2025-01-27 06:32:00','<!-- wp:paragraph -->\n<p>If you want to convert more real estate leads on WhatsApp, you must understand what buyers truly expect from your chat messages.<br>It’s not about fancy words — it’s about <strong>clarity, speed, proof, and guidance</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. They Want Clarity</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>They want to quickly understand:<br>○ What exactly you offer<br>○ How it will solve their problem<br>○ What result they will get</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Human brain hates confusion.<br>○ If your reply is complicated → mind automatically delays decision.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So keep replies <strong>short and crystal clear</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. They Want Speed</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>They want fast answers.<br>Not 5 hours later.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ People today have short attention span.<br>○ If you don’t reply fast, they will go to next competitor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Fast reply = you win the customer’s attention.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. They Want Proof</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>They don’t trust words.<br>They trust evidence like:<br>○ Testimonials<br>○ Screenshots<br>○ Client names<br>○ Photos / Videos</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Proof reduces fear of taking wrong decision.<br>○ The moment fear drops → conversion rises.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. They Want Guidance (Not Pressure)</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>They don’t want pushy sales messages.<br>They want simple guidance:<br>○ What is the next step?<br>○ What should they choose?<br>○ What is the better option for them?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ When you show them the direction → their brain relaxes → reply comes faster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you try to <strong>force them</strong>, they stop replying.</p>\n<!-- /wp:paragraph -->','What Your Customers Really Want When They Message You','','publish','open','open','','what-your-customers-really-want-when-they-message-you','','','2025-12-02 05:24:54','2025-12-02 05:24:54','',0,'https://dev.wowchat.co/blog/?p=30',0,'post','',0),(31,1,'2025-11-12 06:32:33','2025-11-12 06:32:33','<!-- wp:paragraph -->\n<p>If you want to convert more real estate leads on WhatsApp, you must understand what buyers truly expect from your chat messages.<br>It’s not about fancy words — it’s about <strong>clarity, speed, proof, and guidance</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. They Want Clarity</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>They want to quickly understand:<br>○ What exactly you offer<br>○ How it will solve their problem<br>○ What result they will get</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Human brain hates confusion.<br>○ If your reply is complicated → mind automatically delays decision.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So keep replies <strong>short and crystal clear</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. They Want Speed</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>They want fast answers.<br>Not 5 hours later.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ People today have short attention span.<br>○ If you don’t reply fast, they will go to next competitor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Fast reply = you win the customer’s attention.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. They Want Proof</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>They don’t trust words.<br>They trust evidence like:<br>○ Testimonials<br>○ Screenshots<br>○ Client names<br>○ Photos / Videos</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Proof reduces fear of taking wrong decision.<br>○ The moment fear drops → conversion rises.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. They Want Guidance (Not Pressure)</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>They don’t want pushy sales messages.<br>They want simple guidance:<br>○ What is the next step?<br>○ What should they choose?<br>○ What is the better option for them?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ When you show them the direction → their brain relaxes → reply comes faster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you try to <strong>force them</strong>, they stop replying.</p>\n<!-- /wp:paragraph -->','What Your Customers Really Want When They Message You','','inherit','closed','closed','','30-revision-v1','','','2025-11-12 06:32:33','2025-11-12 06:32:33','',30,'https://dev.wowchat.co/blog/?p=31',0,'revision','',0),(32,1,'2025-11-12 06:41:54','2025-11-12 06:41:54','<!-- wp:paragraph -->\n<p>Getting customers to respond on WhatsApp can be tricky. Many people read your message but never reply. The secret is in <strong>how you ask</strong> — short, clear, and psychologically smart messages trigger quick replies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here are ten powerful WhatsApp message templates that can help you boost engagement and conversions instantly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. Quick Yes/No Question</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Should I send you details in PDF or text message?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Small questions require small effort. They are easier to reply to, which keeps the conversation going and helps you build momentum toward a sale.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. Limited Time Offer</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“We have special pricing till tonight 8 PM. Should I share the updated price card?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Urgency makes people respond faster because they don’t want to miss a potential benefit. Deadlines push quick action and faster replies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Social Proof Message</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Yesterday 3 new companies purchased this plan. Want to see the screenshots?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>People trust what others are already doing. Showing social proof increases trust and encourages the customer to engage with you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. Value Drop Message</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Can I share one tip that will reduce your monthly cost by 30%?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>When you offer value first, the customer pays attention. Giving free, helpful information makes people more likely to respond naturally.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5. Option-Based Question</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Which one are you more interested in: Premium Plan or Standard Plan?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Customers respond more often when they have two clear choices instead of an open-ended question. Options make the decision process easy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">6. Soft Follow-Up</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Just checking if you got time to see the pricing I shared.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>A gentle follow-up doesn’t feel pushy but reminds the customer to respond. It shows you’re serious without sounding aggressive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">7. Curiosity Message</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“We actually improved one feature last week — would you like to see the new version video?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Curiosity is a strong motivator. The human mind doesn’t like missing new updates or improvements, so curiosity-driven messages often get faster replies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">8. Authority Message</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“We work with clients like Zomato, Swiggy and Reliance Retail. Can I share a case study?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Authority reduces doubt. When you mention trusted brands or credible results, customers feel more confident and reply faster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">9. Confirmation Message</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Should I block this stock for you till evening?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>When you assume interest, customers tend to give a clear Yes or No. It makes the decision feel easy and moves the conversation forward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">10. Next Step Guidance</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Next step is simple — we just need your email to prepare the invoice. Please share.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Many customers don’t reply simply because they don’t know what to do next. When you guide them clearly, they follow and respond quickly.</p>\n<!-- /wp:paragraph -->','Top 10 WhatsApp Message Ideas That Actually Make Customers Reply','','inherit','closed','closed','','10-revision-v1','','','2025-11-12 06:41:54','2025-11-12 06:41:54','',10,'https://dev.wowchat.co/blog/?p=32',0,'revision','',0),(33,1,'2025-11-12 06:44:24','2025-11-12 06:44:24','<!-- wp:paragraph -->\n<p>In today’s competitive online market, speed and clarity decide whether a customer chooses you or your competitor. WhatsApp is a powerful sales tool — but only if you use it correctly.<br>Here are seven proven WhatsApp sales techniques that can instantly increase your response rate and conversions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. Reply Fast – Within 2 Minutes</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it matters:</strong><br>Customers usually compare multiple sellers at once. If you reply quickly, you appear active, reliable, and professional. Fast replies keep the customer chatting with you instead of going back to Google or other suppliers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Tip:</strong><br>Always keep notifications on and respond within two minutes whenever possible. Speed builds trust.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. Ask Only One Question at a Time</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Wrong:</strong><br>“Can you share your exact requirement, location, quantity, company profile etc.?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Correct:</strong><br>“Which product are you looking for exactly?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>○ Too many questions at once can overwhelm customers and make them stop replying.<br>○ One short question feels easy to answer and keeps the conversation going, helping you move step by  step toward an order.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Share Visual Proof</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Don’t just tell — show.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Send:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Product photos</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Small demo videos</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Client screenshots</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Testimonials</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>○ The human brain trusts visuals more than text.<br>○ One picture can convert better than ten paragraphs. Visual proof builds instant credibility and helps customers imagine your product in real life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. Create Offer Urgency</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Price is valid only till today 7 PM.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>○ Deadlines create action. When people see a time limit, it triggers a sense of urgency and pushes ○ them to decide faster.<br>○ Use urgency honestly — don’t fake scarcity, but highlight genuine offers or limited stock.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5. Give Only Two Options (Not Eight)</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Do you want the Standard Plan or Enterprise Plan?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>○ Too many choices confuse customers. Two clear options make decision-making simple and increase your conversion rate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">6. Always Ask for the Next Step</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example message:</strong><br>“Should I send the payment link or would you prefer an invoice first?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>○ Many customers are interested but don’t know what to do next. When you guide them clearly toward the next step, they move forward quickly — and you close more deals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">7. Follow Up – Softly but Consistently</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example follow-up:</strong><br>“Just checking if you got time to review my earlier message.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>○ Follow-ups show professionalism and consistency. A polite tone prevents irritation and keeps your relationship positive. Most deals are closed during follow-ups, not in the first message.</p>\n<!-- /wp:paragraph -->','7 Easy Ways to Turn Your WhatsApp Chats into Real Sales','','inherit','closed','closed','','8-revision-v1','','','2025-11-12 06:44:24','2025-11-12 06:44:24','',8,'https://dev.wowchat.co/blog/?p=33',0,'revision','',0),(35,2,'2025-02-04 06:50:00','2025-02-04 06:50:00','<!-- wp:paragraph -->\n<p>Today, customers message you from everywhere. Some message on Instagram DM, some message on WhatsApp, some reply on your Facebook page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Handling all these separately is stressful.<br>That’s why many businesses now prefer <strong>one inbox that collects all messages on a single screen</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Why This Is Important</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When a business handles messages separately:<br>○ Instagram DM reply comes late<br>○ WhatsApp reply gets missed<br>○ Facebook messages get ignored</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Result → lost sales</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, the goal is simple:<br><strong>One dashboard → all customer chats in one place.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>How Does It Work Technically?</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There are <strong>CRM / Inbox platforms</strong> that connect official APIs of:<br>○ WhatsApp Business API<br>○ Instagram DM API<br>○ Facebook Page Inbox API</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once integrated → all chats flow into <strong>one single inbox.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From that inbox:<br>○ Team can reply to customers<br>○ Assign chats to agents<br>○ Tag chats (new lead / follow-up / hot lead)<br>○ Add notes</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Everything is managed in one system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>What Are the Benefits?</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>1) Zero Missed Messages</strong><br>Because everything is in one place, no lead gets lost.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>2) Faster Reply = More Sales</strong><br>Your reply time becomes faster → customers stay with you instead of going to competitors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3) Multi-Agent Team Can Handle Chats</strong><br>More than one team member can reply from the same inbox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>4) Manager Can Track Performance</strong><br>You can see which agent replied, how fast, and how many chats were closed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5) Easy to Scale</strong><br>Even if you get 50 or 500 messages a day → the system can handle it easily.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Real Example Flow</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Imagine a person messages you on Instagram DM:<br>“Hi, I saw your post. What’s the price?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That DM automatically appears inside the <strong>central inbox.</strong><br>Your agent replies from the same dashboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next day, the same customer messages on WhatsApp:<br>“Can you share the brochure?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since the system is connected with the same mobile number → the chat continues in the same thread, <strong>not a new chat.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Result: smooth customer experience.</strong></p>\n<!-- /wp:paragraph -->','How to Connect Instagram, WhatsApp &amp; Facebook Messages in One Dashboard','','publish','open','open','','how-to-connect-instagram-whatsapp-facebook-messages-in-one-dashboard','','','2025-12-02 05:39:43','2025-12-02 05:39:43','',0,'https://dev.wowchat.co/blog/?p=35',0,'post','',0),(36,1,'2025-11-12 06:50:53','2025-11-12 06:50:53','<!-- wp:paragraph -->\n<p>Today, customers message you from everywhere. Some message on Instagram DM, some message on WhatsApp, some reply on your Facebook page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Handling all these separately is stressful.<br>That’s why many businesses now prefer <strong>one inbox that collects all messages on a single screen</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Why This Is Important</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When a business handles messages separately:<br>○ Instagram DM reply comes late<br>○ WhatsApp reply gets missed<br>○ Facebook messages get ignored</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Result → lost sales</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, the goal is simple:<br><strong>One dashboard → all customer chats in one place.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>How Does It Work Technically?</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There are <strong>CRM / Inbox platforms</strong> that connect official APIs of:<br>○ WhatsApp Business API<br>○ Instagram DM API<br>○ Facebook Page Inbox API</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once integrated → all chats flow into <strong>one single inbox.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From that inbox:<br>○ Team can reply to customers<br>○ Assign chats to agents<br>○ Tag chats (new lead / follow-up / hot lead)<br>○ Add notes</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Everything is managed in one system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>What Are the Benefits?</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>1) Zero Missed Messages</strong><br>Because everything is in one place, no lead gets lost.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>2) Faster Reply = More Sales</strong><br>Your reply time becomes faster → customers stay with you instead of going to competitors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3) Multi-Agent Team Can Handle Chats</strong><br>More than one team member can reply from the same inbox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>4) Manager Can Track Performance</strong><br>You can see which agent replied, how fast, and how many chats were closed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5) Easy to Scale</strong><br>Even if you get 50 or 500 messages a day → the system can handle it easily.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Real Example Flow</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Imagine a person messages you on Instagram DM:<br>“Hi, I saw your post. What’s the price?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That DM automatically appears inside the <strong>central inbox.</strong><br>Your agent replies from the same dashboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next day, the same customer messages on WhatsApp:<br>“Can you share the brochure?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since the system is connected with the same mobile number → the chat continues in the same thread, <strong>not a new chat.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Result: smooth customer experience.</strong></p>\n<!-- /wp:paragraph -->','How to Connect Instagram, WhatsApp &amp; Facebook Messages in One Dashboard','','inherit','closed','closed','','35-revision-v1','','','2025-11-12 06:50:53','2025-11-12 06:50:53','',35,'https://dev.wowchat.co/blog/?p=36',0,'revision','',0),(37,2,'2025-02-07 06:58:00','2025-02-07 06:58:00','<!-- wp:paragraph -->\n<p>Even the best agents lose deals — not because of bad pricing, but because of <strong>bad chat habits</strong>.<br>Here are the <strong>10 most common WhatsApp mistakes</strong> that stop your leads from converting (and how to fix them).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Replying Too Late</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Customer:</strong> “Hi, I want more details.”<br><strong>You:</strong> (Reply after 5 hours)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ When you delay reply, customer already finds another seller.<br>○ In digital age, <strong>speed = trust.</strong><br>○ Faster reply means you win the lead’s attention.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Sending Long Paragraphs</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You send one message that looks like a full essay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ People read WhatsApp like social media — short and fast.<br>○ Long text creates mental fatigue, so they stop reading.<br>○ Keep messages short, break them into 2–3 lines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Sounding Too Robotic</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Messages like “Dear Sir, we are pleased to inform you...” feel copy-paste.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Buyers talk like humans, not robots.<br>○ Robotic text feels cold → connection breaks.<br>○ Use a natural tone, emojis if relevant, and sound real.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Asking Too Many Questions at Once</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Please share your full name, email, budget, and location.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ When people see too many questions → their brain says “too much effort.”<br>○ Ask one question at a time to keep chat flowing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Ignoring the Buyer’s Emotion</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Customer:</strong> “I’m not sure if it’s in my budget.”<br><strong>You:</strong> (Reply only with price)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ You missed the emotion.<br>○ People buy emotionally and justify logically.<br>○ Acknowledge feeling: “Totally understand, let me show an option that fits your range.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. Not Using Visuals</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Only sending text messages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Human brain processes visuals 60,000x faster than text.<br>○ Photos, short videos, or PDFs build instant trust and make the product real.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>7. Not Following Up</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You sent price once and never followed up again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ 80% of sales happen after the 3rd follow-up.<br>○ People get busy, not disinterested.<br>○ Gentle follow-ups show consistency and professionalism.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>8. Not Giving Clear Next Step</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Customer:</strong> “Okay, sounds good.”<br><strong>You:</strong> “👍”<br>(And chat dies…)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Customer doesn’t know what to do next.<br>○ Always guide: “Shall I send you payment link or would you prefer invoice?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>9. Overpromising</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Saying “100% guaranteed” or “cheapest price in market.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Buyers are smart — they sense exaggeration instantly.<br>○ Overpromising kills credibility.<br>○ Be confident but realistic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>10. Forgetting to Build Relationship</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You focus only on transaction, not connection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ When customer feels cared for, they reply faster and refer more people.<br>○ Relationship = long-term revenue.</p>\n<!-- /wp:paragraph -->','Top 10 Chat Mistakes That Are Costing You Sales','','publish','open','open','','top-10-chat-mistakes-that-are-costing-you-sales','','','2025-12-02 05:40:02','2025-12-02 05:40:02','',0,'https://dev.wowchat.co/blog/?p=37',0,'post','',0),(38,1,'2025-11-12 06:58:43','2025-11-12 06:58:43','<!-- wp:paragraph -->\n<p>Even the best agents lose deals — not because of bad pricing, but because of <strong>bad chat habits</strong>.<br>Here are the <strong>10 most common WhatsApp mistakes</strong> that stop your leads from converting (and how to fix them).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Replying Too Late</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Customer:</strong> “Hi, I want more details.”<br><strong>You:</strong> (Reply after 5 hours)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ When you delay reply, customer already finds another seller.<br>○ In digital age, <strong>speed = trust.</strong><br>○ Faster reply means you win the lead’s attention.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Sending Long Paragraphs</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You send one message that looks like a full essay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ People read WhatsApp like social media — short and fast.<br>○ Long text creates mental fatigue, so they stop reading.<br>○ Keep messages short, break them into 2–3 lines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Sounding Too Robotic</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Messages like “Dear Sir, we are pleased to inform you...” feel copy-paste.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Buyers talk like humans, not robots.<br>○ Robotic text feels cold → connection breaks.<br>○ Use a natural tone, emojis if relevant, and sound real.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Asking Too Many Questions at Once</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Please share your full name, email, budget, and location.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ When people see too many questions → their brain says “too much effort.”<br>○ Ask one question at a time to keep chat flowing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Ignoring the Buyer’s Emotion</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Customer:</strong> “I’m not sure if it’s in my budget.”<br><strong>You:</strong> (Reply only with price)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ You missed the emotion.<br>○ People buy emotionally and justify logically.<br>○ Acknowledge feeling: “Totally understand, let me show an option that fits your range.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. Not Using Visuals</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Only sending text messages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Human brain processes visuals 60,000x faster than text.<br>○ Photos, short videos, or PDFs build instant trust and make the product real.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>7. Not Following Up</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You sent price once and never followed up again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ 80% of sales happen after the 3rd follow-up.<br>○ People get busy, not disinterested.<br>○ Gentle follow-ups show consistency and professionalism.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>8. Not Giving Clear Next Step</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Customer:</strong> “Okay, sounds good.”<br><strong>You:</strong> “👍”<br>(And chat dies…)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Customer doesn’t know what to do next.<br>○ Always guide: “Shall I send you payment link or would you prefer invoice?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>9. Overpromising</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Saying “100% guaranteed” or “cheapest price in market.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Buyers are smart — they sense exaggeration instantly.<br>○ Overpromising kills credibility.<br>○ Be confident but realistic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>10. Forgetting to Build Relationship</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You focus only on transaction, not connection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ When customer feels cared for, they reply faster and refer more people.<br>○ Relationship = long-term revenue.</p>\n<!-- /wp:paragraph -->','Top 10 Chat Mistakes That Are Costing You Sales','','inherit','closed','closed','','37-revision-v1','','','2025-11-12 06:58:43','2025-11-12 06:58:43','',37,'https://dev.wowchat.co/blog/?p=38',0,'revision','',0),(39,2,'2025-02-12 07:07:00','2025-02-12 07:07:00','<!-- wp:paragraph -->\n<p>Getting a sale once is easy.<br>Getting the same customer to come back — that’s where real success lies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Smart businesses use <strong>personal, warm, and timely WhatsApp messages</strong> to build strong repeat relationships.<br>Here are <strong>10 habits that turn one-time buyers into loyal customers.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Remember Every Buyer</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Don’t treat repeat customers like strangers.<br>When they DM again, greet them personally:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Hey Riya! Happy to see you again <br>Liked the last dress you bought?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Personal memory = emotional connection.<br>○ When people feel remembered, they naturally come back.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Share What’s New (But Relevant)</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Instead of sending random product photos, say:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We just launched a new pastel collection — similar to the one you bought last month. Want to see?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ When you show new arrivals related to their past interest, it feels personal, not spammy.<br>○ Customer feels, “They actually understand my taste.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Offer Small Loyalty Perks</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Since you’re our regular buyer, I’ve applied a 10% loyalty discount for you.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Rewarding loyalty makes customers feel valued, not just used.<br>○ Small rewards trigger “reciprocity” — a psychological effect that makes people return the favor (by buying again).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Ask for Feedback — Then Act on It</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Did the last skincare pack suit your skin well?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ When you ask for feedback, customers feel their opinion matters.<br>○ When you act on it — like recommending better products — it builds trust, which leads to repeat sales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Keep Chat Friendly, Not Pushy</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Hey! Just wanted to share our new offer — no pressure  thought you might like it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Polite tone keeps chat comfortable.<br>○ Customers hate pressure but love friendly updates.<br>○ This builds a long-term relationship instead of one-time purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. Send Reorder Reminders at the Right Time</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Hey Neha! You bought our protein powder 25 days ago — it might be time for a refill. Want me to book one for you?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Timely reminders reduce customer effort.<br>○ You make their life easier → they reorder without thinking twice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>7. Use Quick Thank You Messages After Every Order</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Thank you for your order, Aayush! <br>I’ll share tracking soon — can’t wait for you to receive it!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Appreciation creates warmth.<br>○ When people feel good buying from you, they prefer to buy again — even if price is a bit higher.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>8. Create an Exclusive Chat Group or VIP List</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“I’m adding you to our VIP list — you’ll get early access to new drops before others ”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Exclusivity = excitement.<br>○ People love feeling special — it keeps them engaged and ready to buy again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>9. Use Emojis &amp; Natural Tone</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Instead of saying:<br>“Order confirmed. Delivery 4–5 days.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Say:<br>“Yay!  Your order is confirmed. It’ll reach you in 4–5 days”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Small things like tone and emoji make your brand human.<br>○ Humans buy from humans — not from boring automated text.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>10. Keep Data Organized</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Use tools like WhatsApp Business labels or CRM platforms to tag customers:<br>○ New lead<br>○ Repeat buyer<br>○ VIP customer</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ When your data is organized, you can send better offers and personal messages — which leads to higher repeat purchase rates.</p>\n<!-- /wp:paragraph -->','How to Turn DMs into Repeat Orders for Your Online Store','','publish','open','open','','how-to-turn-dms-into-repeat-orders-for-your-online-store','','','2025-12-02 05:40:09','2025-12-02 05:40:09','',0,'https://dev.wowchat.co/blog/?p=39',0,'post','',0),(40,1,'2025-11-12 07:07:41','2025-11-12 07:07:41','<!-- wp:paragraph -->\n<p>Getting a sale once is easy.<br>Getting the same customer to come back — that’s where real success lies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Smart businesses use <strong>personal, warm, and timely WhatsApp messages</strong> to build strong repeat relationships.<br>Here are <strong>10 habits that turn one-time buyers into loyal customers.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Remember Every Buyer</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Don’t treat repeat customers like strangers.<br>When they DM again, greet them personally:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Hey Riya! Happy to see you again <br>Liked the last dress you bought?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Personal memory = emotional connection.<br>○ When people feel remembered, they naturally come back.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Share What’s New (But Relevant)</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Instead of sending random product photos, say:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We just launched a new pastel collection — similar to the one you bought last month. Want to see?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ When you show new arrivals related to their past interest, it feels personal, not spammy.<br>○ Customer feels, “They actually understand my taste.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Offer Small Loyalty Perks</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Since you’re our regular buyer, I’ve applied a 10% loyalty discount for you.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Rewarding loyalty makes customers feel valued, not just used.<br>○ Small rewards trigger “reciprocity” — a psychological effect that makes people return the favor (by buying again).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Ask for Feedback — Then Act on It</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Did the last skincare pack suit your skin well?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ When you ask for feedback, customers feel their opinion matters.<br>○ When you act on it — like recommending better products — it builds trust, which leads to repeat sales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Keep Chat Friendly, Not Pushy</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Hey! Just wanted to share our new offer — no pressure  thought you might like it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Polite tone keeps chat comfortable.<br>○ Customers hate pressure but love friendly updates.<br>○ This builds a long-term relationship instead of one-time purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. Send Reorder Reminders at the Right Time</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Hey Neha! You bought our protein powder 25 days ago — it might be time for a refill. Want me to book one for you?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Timely reminders reduce customer effort.<br>○ You make their life easier → they reorder without thinking twice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>7. Use Quick Thank You Messages After Every Order</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Thank you for your order, Aayush! <br>I’ll share tracking soon — can’t wait for you to receive it!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Appreciation creates warmth.<br>○ When people feel good buying from you, they prefer to buy again — even if price is a bit higher.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>8. Create an Exclusive Chat Group or VIP List</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“I’m adding you to our VIP list — you’ll get early access to new drops before others ”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Exclusivity = excitement.<br>○ People love feeling special — it keeps them engaged and ready to buy again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>9. Use Emojis &amp; Natural Tone</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Instead of saying:<br>“Order confirmed. Delivery 4–5 days.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Say:<br>“Yay!  Your order is confirmed. It’ll reach you in 4–5 days”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Small things like tone and emoji make your brand human.<br>○ Humans buy from humans — not from boring automated text.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>10. Keep Data Organized</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Use tools like WhatsApp Business labels or CRM platforms to tag customers:<br>○ New lead<br>○ Repeat buyer<br>○ VIP customer</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ When your data is organized, you can send better offers and personal messages — which leads to higher repeat purchase rates.</p>\n<!-- /wp:paragraph -->','How to Turn DMs into Repeat Orders for Your Online Store','','inherit','closed','closed','','39-revision-v1','','','2025-11-12 07:07:41','2025-11-12 07:07:41','',39,'https://dev.wowchat.co/blog/?p=40',0,'revision','',0),(41,1,'2025-02-14 07:16:00','2025-02-14 07:16:00','<!-- wp:paragraph -->\n<p>If you’re managing multiple chat channels — <strong>WhatsApp, Instagram DMs, or Facebook messages</strong> — it’s easy to lose track.<br>Top-performing businesses stay organized using simple systems and habits that ensure <strong>no lead gets missed</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here are <strong>8 WhatsApp and chat management tips</strong> to help your business stay fast, focused, and efficient.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Connect All Your Chats in One Inbox</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If your customers message you on:<br>○ WhatsApp<br>○ Instagram DM<br>○ Facebook Page Inbox</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>…it’s easy to lose track.<br>That’s why tools like <strong>Meta Inbox</strong>, <strong>WATI</strong>, or other CRM platforms connect all channels in one place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ All your messages from different apps come into one single dashboard.<br>○ So no matter where a customer messages — your team sees it instantly and replies from the same screen.<br>○ Result → zero missed leads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Turn On Auto-Reply or Greeting Message</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Set an automatic reply like:<br>“Hi  Thanks for messaging us! Our team will respond shortly.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ This instant message tells your customer you’ve received their inquiry.<br>○ Even if you reply later, they already feel acknowledged — so they don’t message your competitors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Use Labels or Tags for Each Chat</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In <strong>WhatsApp Business</strong>, you can label chats as:<br>○ New Lead<br>○ Follow-up<br>○ Payment Pending<br>○ Closed Deal</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Organized labels remind you which chats still need attention.<br>○ No message gets buried in your inbox because everything is categorized.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Assign Chats to Team Members</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you have multiple people handling messages, don’t let everyone reply randomly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Assign each chat to one specific person.<br>○ That way, every lead is owned by someone, and no customer slips through the cracks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Set Notification Alerts</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Turn on <strong>desktop + mobile notifications</strong> for business chats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Your team instantly sees when a new message comes in — even during meetings or travel.<br>○ Speedy responses = higher trust = more conversions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. Keep a “Pending Follow-Up” List</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>At the end of the day, check which customers haven’t replied or paid yet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ This small 5-minute habit helps you re-engage leads you might otherwise forget.<br>○ Most sales come from follow-ups, not first replies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>7. Use a CRM or Chat Management Tool</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you get more than 50+ messages a day, a simple WhatsApp inbox won’t be enough.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ CRM tools (like <strong>Zoko</strong>, <strong>Respond.io</strong>, <strong>WATI</strong>, or <strong>Interakt</strong>) let you:<br> ○ Assign chats<br> ○ Track customer history<br> ○ Set reminders<br> ○ Send broadcast updates</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Basically — one place to manage all customers, like your <strong>digital sales office.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>8. Train Your Team for Chat Discipline</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Even the best tool fails if your team doesn’t check messages on time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Train everyone to check the chat dashboard every 15–30 minutes and mark completed chats properly.<br>○ Discipline = zero message loss.</p>\n<!-- /wp:paragraph -->','The Secret to Never Missing a Customer Message Again','','publish','open','open','','the-secret-to-never-missing-a-customer-message-again','','','2025-12-02 05:40:30','2025-12-02 05:40:30','',0,'https://dev.wowchat.co/blog/?p=41',0,'post','',0),(42,1,'2025-11-12 07:16:27','2025-11-12 07:16:27','<!-- wp:paragraph -->\n<p>If you’re managing multiple chat channels — <strong>WhatsApp, Instagram DMs, or Facebook messages</strong> — it’s easy to lose track.<br>Top-performing businesses stay organized using simple systems and habits that ensure <strong>no lead gets missed</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here are <strong>8 WhatsApp and chat management tips</strong> to help your business stay fast, focused, and efficient.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Connect All Your Chats in One Inbox</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If your customers message you on:<br>○ WhatsApp<br>○ Instagram DM<br>○ Facebook Page Inbox</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>…it’s easy to lose track.<br>That’s why tools like <strong>Meta Inbox</strong>, <strong>WATI</strong>, or other CRM platforms connect all channels in one place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ All your messages from different apps come into one single dashboard.<br>○ So no matter where a customer messages — your team sees it instantly and replies from the same screen.<br>○ Result → zero missed leads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Turn On Auto-Reply or Greeting Message</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Set an automatic reply like:<br>“Hi  Thanks for messaging us! Our team will respond shortly.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ This instant message tells your customer you’ve received their inquiry.<br>○ Even if you reply later, they already feel acknowledged — so they don’t message your competitors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Use Labels or Tags for Each Chat</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In <strong>WhatsApp Business</strong>, you can label chats as:<br>○ New Lead<br>○ Follow-up<br>○ Payment Pending<br>○ Closed Deal</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Organized labels remind you which chats still need attention.<br>○ No message gets buried in your inbox because everything is categorized.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Assign Chats to Team Members</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you have multiple people handling messages, don’t let everyone reply randomly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Assign each chat to one specific person.<br>○ That way, every lead is owned by someone, and no customer slips through the cracks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Set Notification Alerts</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Turn on <strong>desktop + mobile notifications</strong> for business chats.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Your team instantly sees when a new message comes in — even during meetings or travel.<br>○ Speedy responses = higher trust = more conversions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. Keep a “Pending Follow-Up” List</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>At the end of the day, check which customers haven’t replied or paid yet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ This small 5-minute habit helps you re-engage leads you might otherwise forget.<br>○ Most sales come from follow-ups, not first replies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>7. Use a CRM or Chat Management Tool</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you get more than 50+ messages a day, a simple WhatsApp inbox won’t be enough.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ CRM tools (like <strong>Zoko</strong>, <strong>Respond.io</strong>, <strong>WATI</strong>, or <strong>Interakt</strong>) let you:<br> ○ Assign chats<br> ○ Track customer history<br> ○ Set reminders<br> ○ Send broadcast updates</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Basically — one place to manage all customers, like your <strong>digital sales office.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>8. Train Your Team for Chat Discipline</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Even the best tool fails if your team doesn’t check messages on time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Train everyone to check the chat dashboard every 15–30 minutes and mark completed chats properly.<br>○ Discipline = zero message loss.</p>\n<!-- /wp:paragraph -->','The Secret to Never Missing a Customer Message Again','','inherit','closed','closed','','41-revision-v1','','','2025-11-12 07:16:27','2025-11-12 07:16:27','',41,'https://dev.wowchat.co/blog/?p=42',0,'revision','',0),(43,2,'2025-02-20 07:22:00','2025-02-20 07:22:00','<!-- wp:paragraph -->\n<p>Small businesses grow faster when they use <strong>WhatsApp the smart way</strong> — not just for chatting, but for converting and keeping customers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here’s how <strong>Meera’s Boutique</strong>, a small fashion store, turned WhatsApp into her best sales tool using these 6 simple steps.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Connected WhatsApp Business with Instagram</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>She used <strong>WhatsApp Business API</strong> so her Instagram “Message” button opened directly in a WhatsApp chat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Instagram DMs can get messy.<br>○ When you shift customers to WhatsApp, it becomes easier to manage replies, label leads, and follow up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Set Up Quick Auto Replies</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>She added a greeting message:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Hi  Thanks for messaging Meera’s Boutique! Please share which outfit you liked — I’ll send photos and prices right away.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Instant auto-reply makes customers feel attended to.<br>○ Even if the team replies later, the buyer already feels engaged and waits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Created Product Albums with Photos &amp; Prices</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Instead of sending random photos, she made neat collections:<br>○ Kurtas Collection <br>○ Festive Wear <br>○ Daily Wear </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Visual clarity = quick decision.<br>○ When customers can see options fast, they don’t leave the chat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Used Labels to Track Leads</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>She labeled each chat as:<br>○ New Inquiry<br>○ Sent Photos<br>○ Payment Pending<br>○ Order Confirmed</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ This organization prevented her from missing follow-ups.<br>○ Every customer got a reply, and no chat was “lost” in the inbox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Sent Personalized Follow-Ups</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A day later, she’d send messages like:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Hey Neha  Just checking if you liked the yellow kurta I sent yesterday. I have one piece left in your size!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Soft, friendly reminders build trust — not pressure.<br>○ Customers feel cared for and respond faster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. Added a Loyalty Offer for Repeat Buyers</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>After each purchase, she sent:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Thank you for your order  Next time you shop, you’ll get 10% off as our regular customer!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Loyalty message increases repeat orders and word-of-mouth promotion.<br>○ Small effort, big emotional impact.</p>\n<!-- /wp:paragraph -->','Customer Story: How a Local Boutique Boosted Orders by 30% Using Chat','','publish','open','open','','customer-story-how-a-local-boutique-boosted-orders-by-30-using-chat','','','2025-12-02 05:40:39','2025-12-02 05:40:39','',0,'https://dev.wowchat.co/blog/?p=43',0,'post','',0),(44,1,'2025-11-12 07:22:35','2025-11-12 07:22:35','<!-- wp:paragraph -->\n<p>Small businesses grow faster when they use <strong>WhatsApp the smart way</strong> — not just for chatting, but for converting and keeping customers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here’s how <strong>Meera’s Boutique</strong>, a small fashion store, turned WhatsApp into her best sales tool using these 6 simple steps.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Connected WhatsApp Business with Instagram</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>She used <strong>WhatsApp Business API</strong> so her Instagram “Message” button opened directly in a WhatsApp chat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Instagram DMs can get messy.<br>○ When you shift customers to WhatsApp, it becomes easier to manage replies, label leads, and follow up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Set Up Quick Auto Replies</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>She added a greeting message:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Hi  Thanks for messaging Meera’s Boutique! Please share which outfit you liked — I’ll send photos and prices right away.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Instant auto-reply makes customers feel attended to.<br>○ Even if the team replies later, the buyer already feels engaged and waits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Created Product Albums with Photos &amp; Prices</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Instead of sending random photos, she made neat collections:<br>○ Kurtas Collection <br>○ Festive Wear <br>○ Daily Wear </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Visual clarity = quick decision.<br>○ When customers can see options fast, they don’t leave the chat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Used Labels to Track Leads</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>She labeled each chat as:<br>○ New Inquiry<br>○ Sent Photos<br>○ Payment Pending<br>○ Order Confirmed</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ This organization prevented her from missing follow-ups.<br>○ Every customer got a reply, and no chat was “lost” in the inbox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Sent Personalized Follow-Ups</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A day later, she’d send messages like:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Hey Neha  Just checking if you liked the yellow kurta I sent yesterday. I have one piece left in your size!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Soft, friendly reminders build trust — not pressure.<br>○ Customers feel cared for and respond faster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. Added a Loyalty Offer for Repeat Buyers</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>After each purchase, she sent:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Thank you for your order  Next time you shop, you’ll get 10% off as our regular customer!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Loyalty message increases repeat orders and word-of-mouth promotion.<br>○ Small effort, big emotional impact.</p>\n<!-- /wp:paragraph -->','Customer Story: How a Local Boutique Boosted Orders by 30% Using Chat','','inherit','closed','closed','','43-revision-v1','','','2025-11-12 07:22:35','2025-11-12 07:22:35','',43,'https://dev.wowchat.co/blog/?p=44',0,'revision','',0),(45,1,'2025-03-03 07:26:00','2025-03-03 07:26:00','<!-- wp:paragraph -->\n<p><strong>In today’s digital world, how fast you reply can decide whether you win or lose a customer.</strong><br>Speed in communication builds trust, captures attention, and creates a strong first impression.<br>Let’s understand why quick replies are one of the most powerful habits for growing your online sales and customer relationships.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Speed Builds Trust</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When someone messages you and you reply in seconds, it shows you’re active, serious, and professional.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>Customer: “Is this item available?”<br>You (within 2 mins): “Yes, we have it in stock! Would you like size M or L?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Fast response triggers confidence.<br>○ People think, “If they’re this quick in replying, they’ll be quick in delivery too.”<br>○ That trust makes them stop searching and stay with you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Fast Replies Catch the “Buying Moment”</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When someone messages you, they’re already interested right now.<br>But that interest doesn’t last forever — it fades within minutes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Customers scroll through many sellers at once.<br>○ If you reply instantly, you catch them during their decision window.<br>○ If you delay, another seller gets the sale.<br>Speed = capturing attention before it disappears.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Instant Replies Feel More Human</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Customers want conversations, not waiting rooms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>You: “Hey, thanks for reaching out! Can I help you pick the right option?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Quick, friendly messages feel personal — like chatting with a real person.<br>○ That “human touch” makes your brand memorable and likable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Fast Response Reduces Doubt</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When people wait too long for answers, they start doubting:<br>“Maybe this business isn’t real.”<br>“Maybe they’re too busy to care.”<br>“Maybe I should check another seller.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Speed removes uncertainty.<br>○ Your message acts as a digital handshake — showing reliability and security.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Quick Communication = More Conversions</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Here’s a fact:<br>In online sales, the faster you reply, the higher your conversion rate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Every delay creates “drop-off points” — moments where customers lose interest or forget to reply.<br>○ Fast communication keeps momentum going → chat → decision → payment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. Customers Feel Valued</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Imagine walking into a shop where someone greets you instantly.<br>Feels good, right? It’s the same online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ A fast reply is digital hospitality.<br>○ It tells customers, “You matter to us.”<br>○ And people buy more from businesses that make them feel important.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>7. It Gives You an Edge Over Competitors</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Most businesses still reply hours later or only during “office time.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ If you respond faster, you stand out immediately.<br>○ Even if your price is a bit higher, customers will choose you because you’re easier to deal with.</p>\n<!-- /wp:paragraph -->','Why Customers Choose Businesses That Chat Back Fast','','publish','open','open','','why-customers-choose-businesses-that-chat-back-fast','','','2025-12-02 05:25:41','2025-12-02 05:25:41','',0,'https://dev.wowchat.co/blog/?p=45',0,'post','',0),(46,1,'2025-11-12 07:26:46','2025-11-12 07:26:46','<!-- wp:paragraph -->\n<p><strong>In today’s digital world, how fast you reply can decide whether you win or lose a customer.</strong><br>Speed in communication builds trust, captures attention, and creates a strong first impression.<br>Let’s understand why quick replies are one of the most powerful habits for growing your online sales and customer relationships.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Speed Builds Trust</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When someone messages you and you reply in seconds, it shows you’re active, serious, and professional.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>Customer: “Is this item available?”<br>You (within 2 mins): “Yes, we have it in stock! Would you like size M or L?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Fast response triggers confidence.<br>○ People think, “If they’re this quick in replying, they’ll be quick in delivery too.”<br>○ That trust makes them stop searching and stay with you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Fast Replies Catch the “Buying Moment”</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When someone messages you, they’re already interested right now.<br>But that interest doesn’t last forever — it fades within minutes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Customers scroll through many sellers at once.<br>○ If you reply instantly, you catch them during their decision window.<br>○ If you delay, another seller gets the sale.<br>Speed = capturing attention before it disappears.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Instant Replies Feel More Human</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Customers want conversations, not waiting rooms.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>You: “Hey, thanks for reaching out! Can I help you pick the right option?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Quick, friendly messages feel personal — like chatting with a real person.<br>○ That “human touch” makes your brand memorable and likable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Fast Response Reduces Doubt</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When people wait too long for answers, they start doubting:<br>“Maybe this business isn’t real.”<br>“Maybe they’re too busy to care.”<br>“Maybe I should check another seller.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Speed removes uncertainty.<br>○ Your message acts as a digital handshake — showing reliability and security.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Quick Communication = More Conversions</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Here’s a fact:<br>In online sales, the faster you reply, the higher your conversion rate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Every delay creates “drop-off points” — moments where customers lose interest or forget to reply.<br>○ Fast communication keeps momentum going → chat → decision → payment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. Customers Feel Valued</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Imagine walking into a shop where someone greets you instantly.<br>Feels good, right? It’s the same online.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ A fast reply is digital hospitality.<br>○ It tells customers, “You matter to us.”<br>○ And people buy more from businesses that make them feel important.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>7. It Gives You an Edge Over Competitors</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Most businesses still reply hours later or only during “office time.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ If you respond faster, you stand out immediately.<br>○ Even if your price is a bit higher, customers will choose you because you’re easier to deal with.</p>\n<!-- /wp:paragraph -->','Why Customers Choose Businesses That Chat Back Fast','','inherit','closed','closed','','45-revision-v1','','','2025-11-12 07:26:46','2025-11-12 07:26:46','',45,'https://dev.wowchat.co/blog/?p=46',0,'revision','',0),(47,2,'2025-03-12 07:31:00','2025-03-12 07:31:00','<!-- wp:paragraph -->\n<p><strong>Every online store faces one big challenge — customers adding items to cart but not completing the purchase.</strong><br>The good news is, you can recover many of these lost sales through chat.<br>Let’s see how smart messaging helps you turn abandoned carts into real orders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Chat Breaks the Silence</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When someone abandons their cart, they don’t expect to hear from you again.<br>So, when they get a friendly WhatsApp message like:<br>“Hey, we noticed you left your order halfway. Can I help you finish it?”<br>They feel surprised — in a good way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ A chat message feels personal and human, not like an automated email.<br>○ That instantly grabs attention and brings them back to your store.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. You Can Ask What Went Wrong</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sometimes people don’t complete the purchase because:<br>Payment issue<br>Delivery fee was unclear<br>Doubt about size, color, or warranty</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With chat, you can simply ask:<br>“Hi Riya! Noticed you were checking out the sneakers yesterday. Was there any issue? I’d love to help.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ This creates a two-way conversation, not a one-way reminder.<br>○ When you help solve the problem live, the customer feels cared for — and they’re more likely to buy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Send Gentle Reminders (Without Being Pushy)</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Emails often get ignored.<br>But a WhatsApp or Messenger message gets seen almost instantly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Hey! Your favorite perfume is still waiting in your cart.<br>Complete your order now and get free shipping today.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ The key is to sound friendly, not salesy.<br>○ When reminders feel natural and limited (1–2 times max), they bring people back instead of annoying them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Offer a Small Nudge or Incentive</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sometimes customers need just a little push.<br>A discount, free delivery, or limited-time deal can make all the difference.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“We saved your cart! Checkout in the next 2 hours and get ₹100 off — just for you.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Adding urgency + exclusivity activates a psychological trigger called FOMO (Fear of Missing Out).<br>○ People act faster when they feel they might lose a good deal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Use Chat Automation to Follow Up Smartly</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You don’t need to message everyone manually.<br>Tools like WhatsApp Business API or CRM chat platforms let you automate messages for abandoned carts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Here’s how it typically works:</strong><br>Customer adds products to cart<br>Doesn’t checkout within X hours<br>System auto-sends a message:<br>“Hey! Did you forget something? Your cart is waiting.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If they reply, your sales agent can take over instantly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ This keeps your brand responsive 24/7 — even while you sleep.<br>○ It helps you recover lost orders automatically.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. Chat Builds Relationship (Not Just One-Time Sales)</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Once a customer chats with you, you’re now in their contact list.<br>That’s powerful — because you can send future updates, new arrivals, or personalized offers directly to them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Instead of losing them after one abandoned cart, you start building customer loyalty.<br>○ Next time they want something similar — they’ll message you first.</p>\n<!-- /wp:paragraph -->','How E-commerce Brands Use Chat to Recover Abandoned Carts','','publish','open','open','','how-e-commerce-brands-use-chat-to-recover-abandoned-carts','','','2025-12-02 05:41:04','2025-12-02 05:41:04','',0,'https://dev.wowchat.co/blog/?p=47',0,'post','',0),(48,1,'2025-11-12 07:31:31','2025-11-12 07:31:31','<!-- wp:paragraph -->\n<p><strong>Every online store faces one big challenge — customers adding items to cart but not completing the purchase.</strong><br>The good news is, you can recover many of these lost sales through chat.<br>Let’s see how smart messaging helps you turn abandoned carts into real orders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Chat Breaks the Silence</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When someone abandons their cart, they don’t expect to hear from you again.<br>So, when they get a friendly WhatsApp message like:<br>“Hey, we noticed you left your order halfway. Can I help you finish it?”<br>They feel surprised — in a good way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ A chat message feels personal and human, not like an automated email.<br>○ That instantly grabs attention and brings them back to your store.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. You Can Ask What Went Wrong</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sometimes people don’t complete the purchase because:<br>Payment issue<br>Delivery fee was unclear<br>Doubt about size, color, or warranty</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With chat, you can simply ask:<br>“Hi Riya! Noticed you were checking out the sneakers yesterday. Was there any issue? I’d love to help.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ This creates a two-way conversation, not a one-way reminder.<br>○ When you help solve the problem live, the customer feels cared for — and they’re more likely to buy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Send Gentle Reminders (Without Being Pushy)</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Emails often get ignored.<br>But a WhatsApp or Messenger message gets seen almost instantly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Hey! Your favorite perfume is still waiting in your cart.<br>Complete your order now and get free shipping today.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ The key is to sound friendly, not salesy.<br>○ When reminders feel natural and limited (1–2 times max), they bring people back instead of annoying them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Offer a Small Nudge or Incentive</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sometimes customers need just a little push.<br>A discount, free delivery, or limited-time deal can make all the difference.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“We saved your cart! Checkout in the next 2 hours and get ₹100 off — just for you.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Adding urgency + exclusivity activates a psychological trigger called FOMO (Fear of Missing Out).<br>○ People act faster when they feel they might lose a good deal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Use Chat Automation to Follow Up Smartly</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You don’t need to message everyone manually.<br>Tools like WhatsApp Business API or CRM chat platforms let you automate messages for abandoned carts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Here’s how it typically works:</strong><br>Customer adds products to cart<br>Doesn’t checkout within X hours<br>System auto-sends a message:<br>“Hey! Did you forget something? Your cart is waiting.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If they reply, your sales agent can take over instantly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ This keeps your brand responsive 24/7 — even while you sleep.<br>○ It helps you recover lost orders automatically.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. Chat Builds Relationship (Not Just One-Time Sales)</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Once a customer chats with you, you’re now in their contact list.<br>That’s powerful — because you can send future updates, new arrivals, or personalized offers directly to them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Instead of losing them after one abandoned cart, you start building customer loyalty.<br>○ Next time they want something similar — they’ll message you first.</p>\n<!-- /wp:paragraph -->','How E-commerce Brands Use Chat to Recover Abandoned Carts','','inherit','closed','closed','','47-revision-v1','','','2025-11-12 07:31:31','2025-11-12 07:31:31','',47,'https://dev.wowchat.co/blog/?p=48',0,'revision','',0),(49,2,'2025-03-21 07:38:00','2025-03-21 07:38:00','<!-- wp:paragraph -->\n<p><strong>In real estate, the right message at the right time can turn interest into a meeting, and meetings into deals.</strong><br>Using short, friendly, and professional chat templates helps agents engage buyers instantly, build trust, and close faster.<br>Here are 10 proven real estate chat message ideas that actually get replies and conversions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. New Property Listing Alert</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Hi [Name]!<br>A new 2BHK apartment just got listed in [Location] — perfect for families looking for modern space.<br>Want me to send you photos or a quick video tour?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Short, relevant, and ends with a question.<br>○ It creates curiosity and invites the customer to reply, not just read.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Price Drop Notification</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Good news, [Name]!<br>The 3BHK flat you liked in [Area] just had a price drop of ₹3L.<br>Would you like to schedule a quick visit before it’s gone?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ This message triggers urgency and FOMO (fear of missing out).<br>○ It makes the buyer feel they’re getting insider info and must act fast.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Property Follow-Up Message</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Hey [Name], just checking in.<br>Did you get a chance to think about the apartment we viewed last week?<br>I can share a few similar options if you’d like.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ A soft follow-up that feels helpful, not pushy.<br>○ Keeps conversation open and maintains trust.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Site Visit Reminder</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Hi [Name]! Your site visit for [Project Name] is confirmed for tomorrow at 11 AM.<br>The location pin: [Google Maps Link].<br>Need me to arrange pickup?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Professional and caring.<br>○ It builds reliability and reduces last-minute no-shows.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Post-Visit Thank You Message</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Thank you for visiting [Project Name] today, [Name]!<br>Hope you liked the property.<br>I’d love to hear your feedback — or I can share nearby options in your budget.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Shows appreciation and invites two-way feedback.<br>○ Keeps the client engaged even after the visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. Loan or EMI Assistance Message</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Hi [Name]! Many buyers are loving our new flexible EMI plan for [Project Name].<br>Would you like me to send you details or a quick calculator link?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Adds value and reduces a major buying barrier — budget anxiety.<br>○ People feel supported, not sold to.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>7. Investment Opportunity Message</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Hello [Name], a new commercial property in [Area] is offering up to 9% annual rental yield.<br>Perfect for investors looking for steady returns.<br>Want me to send the brochure?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Focuses on returns, not just features — appealing to investor mindset.<br>○ Ends with a yes/no question for quick engagement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>8. Festival Offer / Limited-Time Deal</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Hi [Name]! This Diwali we’re offering ₹2L off on selected apartments in [Project Name].<br>The offer ends Sunday. Want me to share the details?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Combines timing + urgency + personal tone.<br>○ A powerful mix to drive immediate action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>9. After-Sale Relationship Message</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Hey [Name], hope you’ve settled well into your new home!<br>Just checking if you need any help with interiors or maintenance contacts — happy to assist anytime.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Strengthens long-term relationship and builds loyalty.<br>○ Satisfied clients become referral sources later.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>10. Referral Request Message</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Hi [Name]!<br>I’m so glad we helped you find your dream home.<br>If you have friends or colleagues also looking for a property, I’d love to help them too.<br>Referrals mean a lot to me!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Friendly and personal.<br>○ Doesn’t sound like a sales pitch — instead, it feels like a favor between friends.</p>\n<!-- /wp:paragraph -->','Top 10 WhatsApp Marketing Message Templates for Real Estate Agents','','publish','open','open','','top-10-whatsapp-marketing-message-templates-for-real-estate-agents','','','2025-12-02 05:41:14','2025-12-02 05:41:14','',0,'https://dev.wowchat.co/blog/?p=49',0,'post','',0),(50,1,'2025-11-12 07:38:53','2025-11-12 07:38:53','<!-- wp:paragraph -->\n<p><strong>In real estate, the right message at the right time can turn interest into a meeting, and meetings into deals.</strong><br>Using short, friendly, and professional chat templates helps agents engage buyers instantly, build trust, and close faster.<br>Here are 10 proven real estate chat message ideas that actually get replies and conversions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. New Property Listing Alert</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Hi [Name]!<br>A new 2BHK apartment just got listed in [Location] — perfect for families looking for modern space.<br>Want me to send you photos or a quick video tour?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Short, relevant, and ends with a question.<br>○ It creates curiosity and invites the customer to reply, not just read.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Price Drop Notification</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Good news, [Name]!<br>The 3BHK flat you liked in [Area] just had a price drop of ₹3L.<br>Would you like to schedule a quick visit before it’s gone?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ This message triggers urgency and FOMO (fear of missing out).<br>○ It makes the buyer feel they’re getting insider info and must act fast.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Property Follow-Up Message</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Hey [Name], just checking in.<br>Did you get a chance to think about the apartment we viewed last week?<br>I can share a few similar options if you’d like.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ A soft follow-up that feels helpful, not pushy.<br>○ Keeps conversation open and maintains trust.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Site Visit Reminder</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Hi [Name]! Your site visit for [Project Name] is confirmed for tomorrow at 11 AM.<br>The location pin: [Google Maps Link].<br>Need me to arrange pickup?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Professional and caring.<br>○ It builds reliability and reduces last-minute no-shows.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Post-Visit Thank You Message</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Thank you for visiting [Project Name] today, [Name]!<br>Hope you liked the property.<br>I’d love to hear your feedback — or I can share nearby options in your budget.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Shows appreciation and invites two-way feedback.<br>○ Keeps the client engaged even after the visit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. Loan or EMI Assistance Message</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Hi [Name]! Many buyers are loving our new flexible EMI plan for [Project Name].<br>Would you like me to send you details or a quick calculator link?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Adds value and reduces a major buying barrier — budget anxiety.<br>○ People feel supported, not sold to.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>7. Investment Opportunity Message</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Hello [Name], a new commercial property in [Area] is offering up to 9% annual rental yield.<br>Perfect for investors looking for steady returns.<br>Want me to send the brochure?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Focuses on returns, not just features — appealing to investor mindset.<br>○ Ends with a yes/no question for quick engagement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>8. Festival Offer / Limited-Time Deal</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Hi [Name]! This Diwali we’re offering ₹2L off on selected apartments in [Project Name].<br>The offer ends Sunday. Want me to share the details?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Combines timing + urgency + personal tone.<br>○ A powerful mix to drive immediate action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>9. After-Sale Relationship Message</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Hey [Name], hope you’ve settled well into your new home!<br>Just checking if you need any help with interiors or maintenance contacts — happy to assist anytime.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Strengthens long-term relationship and builds loyalty.<br>○ Satisfied clients become referral sources later.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>10. Referral Request Message</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Hi [Name]!<br>I’m so glad we helped you find your dream home.<br>If you have friends or colleagues also looking for a property, I’d love to help them too.<br>Referrals mean a lot to me!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Friendly and personal.<br>○ Doesn’t sound like a sales pitch — instead, it feels like a favor between friends.</p>\n<!-- /wp:paragraph -->','Top 10 WhatsApp Marketing Message Templates for Real Estate Agents','','inherit','closed','closed','','49-revision-v1','','','2025-11-12 07:38:53','2025-11-12 07:38:53','',49,'https://dev.wowchat.co/blog/?p=50',0,'revision','',0),(51,5,'2025-03-26 07:42:00','2025-03-26 07:42:00','<!-- wp:paragraph -->\n<p><strong>Handling angry customers isn’t easy — but when done right, it can actually build stronger loyalty.</strong><br>The goal is not to win an argument, but to win back trust.<br>Here’s how to handle upset customers over chat in a calm, professional, and human way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Let Them Vent (Don’t Interrupt)</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When a customer is upset, they mostly want to be heard, not argued with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example reply:</strong><br>“I understand how frustrating that must feel, and I’m really sorry this happened.<br>Let me look into it right away.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ When people feel heard, their emotional intensity drops.<br>○ It activates empathy — a psychological calming response — which makes them open to solutions.<br>○ Silence and listening are your best tools in the first 30 seconds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Show Empathy, Not Excuses</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Avoid phrases like:<br>“That’s not our fault.”<br>“You should have…”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Instead, say:<br>“I completely understand how disappointing this must be.”<br>“Thank you for telling us — I want to fix this for you quickly.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Empathy shifts the conversation from blame to resolution.<br>○ Customers stop seeing you as “the problem” and start seeing you as “part of the solution.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Solve Fast, Even If It’s Small</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The quicker you solve their problem, the faster you rebuild trust.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“I’ve checked your order — it was delayed due to a courier issue.<br>We’ve shipped it express today and I’ll personally send you the tracking link.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Speed shows accountability.<br>○ Customers don’t expect perfection — they expect action.<br>○ When you take ownership fast, it changes their emotional tone from anger to relief.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Add a Small Gesture</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Once the issue is fixed, add something extra:<br>A small discount<br>A thank-you coupon<br>Free delivery on the next order</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example message:</strong><br>“As an apology for the delay, I’ve added a 10% off coupon for your next purchase.<br>Thank you for being patient with us.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ A small gesture creates a positive emotional memory.<br>○ It tells the brain: “This brand actually cares about me.”<br>○ People remember how you made them feel more than what went wrong.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Follow Up (and Close the Loop)</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A day or two later, send a short check-in message:<br>“Hi [Name], just wanted to make sure your issue was fully resolved and you’re happy with the service now.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Follow-up messages rebuild long-term trust.<br>○ They turn a negative moment into a relationship — because very few brands actually do this step.</p>\n<!-- /wp:paragraph -->','How to Turn Angry Messages into Happy Customers','','publish','open','open','','how-to-turn-angry-messages-into-happy-customers','','','2025-12-02 05:41:22','2025-12-02 05:41:22','',0,'https://dev.wowchat.co/blog/?p=51',0,'post','',0),(52,1,'2025-11-12 07:42:33','2025-11-12 07:42:33','<!-- wp:paragraph -->\n<p><strong>Handling angry customers isn’t easy — but when done right, it can actually build stronger loyalty.</strong><br>The goal is not to win an argument, but to win back trust.<br>Here’s how to handle upset customers over chat in a calm, professional, and human way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Let Them Vent (Don’t Interrupt)</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When a customer is upset, they mostly want to be heard, not argued with.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example reply:</strong><br>“I understand how frustrating that must feel, and I’m really sorry this happened.<br>Let me look into it right away.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ When people feel heard, their emotional intensity drops.<br>○ It activates empathy — a psychological calming response — which makes them open to solutions.<br>○ Silence and listening are your best tools in the first 30 seconds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Show Empathy, Not Excuses</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Avoid phrases like:<br>“That’s not our fault.”<br>“You should have…”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Instead, say:<br>“I completely understand how disappointing this must be.”<br>“Thank you for telling us — I want to fix this for you quickly.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Empathy shifts the conversation from blame to resolution.<br>○ Customers stop seeing you as “the problem” and start seeing you as “part of the solution.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Solve Fast, Even If It’s Small</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The quicker you solve their problem, the faster you rebuild trust.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“I’ve checked your order — it was delayed due to a courier issue.<br>We’ve shipped it express today and I’ll personally send you the tracking link.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Speed shows accountability.<br>○ Customers don’t expect perfection — they expect action.<br>○ When you take ownership fast, it changes their emotional tone from anger to relief.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Add a Small Gesture</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Once the issue is fixed, add something extra:<br>A small discount<br>A thank-you coupon<br>Free delivery on the next order</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example message:</strong><br>“As an apology for the delay, I’ve added a 10% off coupon for your next purchase.<br>Thank you for being patient with us.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ A small gesture creates a positive emotional memory.<br>○ It tells the brain: “This brand actually cares about me.”<br>○ People remember how you made them feel more than what went wrong.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Follow Up (and Close the Loop)</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A day or two later, send a short check-in message:<br>“Hi [Name], just wanted to make sure your issue was fully resolved and you’re happy with the service now.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Follow-up messages rebuild long-term trust.<br>○ They turn a negative moment into a relationship — because very few brands actually do this step.</p>\n<!-- /wp:paragraph -->','How to Turn Angry Messages into Happy Customers','','inherit','closed','closed','','51-revision-v1','','','2025-11-12 07:42:33','2025-11-12 07:42:33','',51,'https://dev.wowchat.co/blog/?p=52',0,'revision','',0),(53,1,'2025-04-02 07:46:00','2025-04-02 07:46:00','<!-- wp:paragraph -->\n<p><strong>In today’s fast-paced digital world, customers connect through multiple platforms — WhatsApp, Instagram, Facebook, and more.</strong><br>Managing all these conversations separately can cause missed messages and slower replies.<br>That’s where <strong>omnichannel messaging</strong> transforms the game — bringing every chat into one powerful system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. You Respond Faster (and Smarter)</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>With all chats coming into one dashboard — WhatsApp, Facebook, Instagram — your team can reply faster and never miss a lead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Omnichannel systems pull messages from every platform into one place.<br>○ You see customer history, previous chats, and preferences at a glance.<br>○ Speed + context = happy customers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. You Keep Conversations Flowing</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Imagine a customer starts chatting on Instagram and later switches to WhatsApp.<br>With omnichannel, the chat continues seamlessly — not as a “new” message.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Data syncs across all platforms using CRM tools or APIs.<br>○ The system recognizes the same phone number or email and connects it to their previous chat history.<br>○ This continuity builds trust and convenience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. You Build Stronger Relationships</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Customers don’t want to repeat themselves every time they message you.<br>Omnichannel helps you remember every detail — what they liked, what they bought, and what they asked before.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ CRM + chat integration lets you tag, segment, and personalize messages.<br>○ When customers feel recognized, they engage more and stay longer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. You Convert More Leads</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A connected journey = less friction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>A customer sees a Facebook ad for a product, asks about it on WhatsApp, and receives a payment link directly in chat — all tracked in one system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Omnichannel tools automate follow-ups and reminders.<br>○ When you respond instantly and personally, conversions naturally rise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. You Get Real Insights That Drive Growth</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Instead of guessing which channel works best, omnichannel gives you complete visibility:<br>Where leads come from<br>Which platform converts more<br>How customers move across touchpoints</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Analytics combine all data into one report, helping you make smart marketing decisions instead of assumptions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. It Future-Proofs Your Brand</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>AI chatbots, social commerce, and messaging apps are the future of customer service.<br>Omnichannel setups are designed to integrate easily with these tools — so you can scale without chaos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ APIs connect new channels instantly.<br>○ No need to rebuild your system every time a new platform becomes popular.</p>\n<!-- /wp:paragraph -->','From Multichannel to Omnichannel: Why It Matters in 2025','','publish','open','open','','from-multichannel-to-omnichannel-why-it-matters-in-2025','','','2025-12-02 05:26:23','2025-12-02 05:26:23','',0,'https://dev.wowchat.co/blog/?p=53',0,'post','',0),(54,1,'2025-11-12 07:46:12','2025-11-12 07:46:12','<!-- wp:paragraph -->\n<p><strong>In today’s fast-paced digital world, customers connect through multiple platforms — WhatsApp, Instagram, Facebook, and more.</strong><br>Managing all these conversations separately can cause missed messages and slower replies.<br>That’s where <strong>omnichannel messaging</strong> transforms the game — bringing every chat into one powerful system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. You Respond Faster (and Smarter)</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>With all chats coming into one dashboard — WhatsApp, Facebook, Instagram — your team can reply faster and never miss a lead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Omnichannel systems pull messages from every platform into one place.<br>○ You see customer history, previous chats, and preferences at a glance.<br>○ Speed + context = happy customers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. You Keep Conversations Flowing</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Imagine a customer starts chatting on Instagram and later switches to WhatsApp.<br>With omnichannel, the chat continues seamlessly — not as a “new” message.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Data syncs across all platforms using CRM tools or APIs.<br>○ The system recognizes the same phone number or email and connects it to their previous chat history.<br>○ This continuity builds trust and convenience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. You Build Stronger Relationships</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Customers don’t want to repeat themselves every time they message you.<br>Omnichannel helps you remember every detail — what they liked, what they bought, and what they asked before.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ CRM + chat integration lets you tag, segment, and personalize messages.<br>○ When customers feel recognized, they engage more and stay longer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. You Convert More Leads</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A connected journey = less friction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>A customer sees a Facebook ad for a product, asks about it on WhatsApp, and receives a payment link directly in chat — all tracked in one system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Omnichannel tools automate follow-ups and reminders.<br>○ When you respond instantly and personally, conversions naturally rise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. You Get Real Insights That Drive Growth</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Instead of guessing which channel works best, omnichannel gives you complete visibility:<br>Where leads come from<br>Which platform converts more<br>How customers move across touchpoints</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Analytics combine all data into one report, helping you make smart marketing decisions instead of assumptions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. It Future-Proofs Your Brand</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>AI chatbots, social commerce, and messaging apps are the future of customer service.<br>Omnichannel setups are designed to integrate easily with these tools — so you can scale without chaos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ APIs connect new channels instantly.<br>○ No need to rebuild your system every time a new platform becomes popular.</p>\n<!-- /wp:paragraph -->','From Multichannel to Omnichannel: Why It Matters in 2025','','inherit','closed','closed','','53-revision-v1','','','2025-11-12 07:46:12','2025-11-12 07:46:12','',53,'https://dev.wowchat.co/blog/?p=54',0,'revision','',0),(55,1,'2025-04-10 07:49:00','2025-04-10 07:49:00','<!-- wp:paragraph -->\n<p><strong>Building a chatbot that feels truly human can transform your customer experience.</strong><br>Instead of sounding robotic or scripted, your bot can feel warm, conversational, and authentic — just like chatting with a friendly team member.<br>Here’s how to make your automated conversations more human, helpful, and memorable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Start with a Warm, Natural Greeting</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> Robotic:<br>“Hello. How can I assist you?”<br> Human:<br>“Hey there! I’m here to help you out. What are you looking for today?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Humans respond to tone.<br>○ Adding friendly phrases or casual language makes your bot approachable.<br>○ It creates a sense of connection, not transaction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Use Real-Life Phrasing (Not Scripted Jargon)</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> Don’t say:<br>“Please provide your query for further assistance.”<br> Say:<br>“Can you tell me what you’re looking for? I’ll get you the right info.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ People trust brands that sound like people.<br>○ Simple, conversational words activate familiarity — the same comfort we feel talking to a friend.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Mirror Human Chat Behavior</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Humans don’t type essays — they text in short lines. Use that same rhythm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Example:<br>“Got it.<br>Let me check that for you real quick…”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Short bursts of text mimic real-time typing.<br>○ It makes the chat feel alive — like someone’s really on the other side.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Add Small Delays or Typing Indicators</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If your bot replies instantly to every message, it feels robotic.<br>Adding a 1–2 second pause or a “typing…” indicator makes the conversation feel natural.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Humans subconsciously link pauses to thought and care.<br>○ A short delay signals, “I’m thinking about your answer,” instead of “I’m spitting out a script.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Personalize Every Message</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Even in automation, small personalization details make a big difference.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Example:<br>“Hi Priya! I saw you checked out our new sofa collection yesterday. Want to see matching tables?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Personalization creates emotional connection.<br>○ When customers see their name or previous action, it feels like a real memory — not a system message.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. Use “We” Instead of “The Company”</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> “The company policy states…”<br> “We usually handle it this way — let me guide you.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ The word “we” makes communication feel human-to-human, not human-to-system.<br>○ It lowers the wall between brand and buyer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>7. Be Honest When It’s Automated</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ironically, pretending to be human feels fake.<br>People don’t mind talking to a bot — they mind being tricked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Example:<br>“Hi! I’m Ava, your virtual assistant. I’ll guide you through a few quick questions before connecting you to our team.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Transparency builds trust.<br>○ When users know it’s a bot, they adjust expectations — and still feel respected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>8. Add a Touch of Personality</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You can make your brand bot feel like part of your team — friendly, funny, or helpful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Oops, that link didn’t load. Let’s try again!”<br>“I’m still learning new tricks, but I’ll do my best to help!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Humor and warmth activate the brain’s empathy response.<br>○ Your chat instantly feels alive and memorable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>9. Make Handover to Humans Seamless</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>No matter how smart your automation is, some conversations need a real person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Example:<br>“Looks like you need a bit more help — I’m connecting you to my teammate now.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Smooth handover keeps trust intact.<br>○ It assures customers that real support is just one message away.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>10. Keep Learning from Real Conversations</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The best bots evolve.<br>Use real chat transcripts to understand:<br>○ Which messages confuse users<br>○ Where people drop off<br>○ What tone gets more replies</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ By studying natural language patterns, your automated chat becomes more human over time.<br>○ That’s how AI grows to reflect your brand’s real voice.</p>\n<!-- /wp:paragraph -->','How to Sound Human (Even When It’s an Automated Chat)','','publish','open','open','','how-to-sound-human-even-when-its-an-automated-chat','','','2025-12-02 05:42:22','2025-12-02 05:42:22','',0,'https://dev.wowchat.co/blog/?p=55',0,'post','',0),(56,1,'2025-11-12 07:49:40','2025-11-12 07:49:40','<!-- wp:paragraph -->\n<p><strong>Building a chatbot that feels truly human can transform your customer experience.</strong><br>Instead of sounding robotic or scripted, your bot can feel warm, conversational, and authentic — just like chatting with a friendly team member.<br>Here’s how to make your automated conversations more human, helpful, and memorable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Start with a Warm, Natural Greeting</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> Robotic:<br>“Hello. How can I assist you?”<br> Human:<br>“Hey there! I’m here to help you out. What are you looking for today?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Humans respond to tone.<br>○ Adding friendly phrases or casual language makes your bot approachable.<br>○ It creates a sense of connection, not transaction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Use Real-Life Phrasing (Not Scripted Jargon)</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> Don’t say:<br>“Please provide your query for further assistance.”<br> Say:<br>“Can you tell me what you’re looking for? I’ll get you the right info.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ People trust brands that sound like people.<br>○ Simple, conversational words activate familiarity — the same comfort we feel talking to a friend.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Mirror Human Chat Behavior</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Humans don’t type essays — they text in short lines. Use that same rhythm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Example:<br>“Got it.<br>Let me check that for you real quick…”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Short bursts of text mimic real-time typing.<br>○ It makes the chat feel alive — like someone’s really on the other side.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Add Small Delays or Typing Indicators</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If your bot replies instantly to every message, it feels robotic.<br>Adding a 1–2 second pause or a “typing…” indicator makes the conversation feel natural.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Humans subconsciously link pauses to thought and care.<br>○ A short delay signals, “I’m thinking about your answer,” instead of “I’m spitting out a script.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Personalize Every Message</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Even in automation, small personalization details make a big difference.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Example:<br>“Hi Priya! I saw you checked out our new sofa collection yesterday. Want to see matching tables?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Personalization creates emotional connection.<br>○ When customers see their name or previous action, it feels like a real memory — not a system message.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. Use “We” Instead of “The Company”</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p> “The company policy states…”<br> “We usually handle it this way — let me guide you.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ The word “we” makes communication feel human-to-human, not human-to-system.<br>○ It lowers the wall between brand and buyer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>7. Be Honest When It’s Automated</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ironically, pretending to be human feels fake.<br>People don’t mind talking to a bot — they mind being tricked.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Example:<br>“Hi! I’m Ava, your virtual assistant. I’ll guide you through a few quick questions before connecting you to our team.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Transparency builds trust.<br>○ When users know it’s a bot, they adjust expectations — and still feel respected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>8. Add a Touch of Personality</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You can make your brand bot feel like part of your team — friendly, funny, or helpful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Oops, that link didn’t load. Let’s try again!”<br>“I’m still learning new tricks, but I’ll do my best to help!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Humor and warmth activate the brain’s empathy response.<br>○ Your chat instantly feels alive and memorable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>9. Make Handover to Humans Seamless</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>No matter how smart your automation is, some conversations need a real person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> Example:<br>“Looks like you need a bit more help — I’m connecting you to my teammate now.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Smooth handover keeps trust intact.<br>○ It assures customers that real support is just one message away.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>10. Keep Learning from Real Conversations</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The best bots evolve.<br>Use real chat transcripts to understand:<br>○ Which messages confuse users<br>○ Where people drop off<br>○ What tone gets more replies</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ By studying natural language patterns, your automated chat becomes more human over time.<br>○ That’s how AI grows to reflect your brand’s real voice.</p>\n<!-- /wp:paragraph -->','How to Sound Human (Even When It’s an Automated Chat)','','inherit','closed','closed','','55-revision-v1','','','2025-11-12 07:49:40','2025-11-12 07:49:40','',55,'https://dev.wowchat.co/blog/?p=56',0,'revision','',0),(57,2,'2025-04-15 09:41:00','2025-04-15 09:41:00','<!-- wp:paragraph -->\n<p><strong>Instagram has become more than just a photo-sharing platform — it’s now a powerful sales and booking tool for restaurants.</strong><br>By combining automation, personalization, and smart DM tools, restaurants can turn likes and comments into real conversations — and conversations into confirmed reservations.<br>Here’s how to make it work for you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Turning Curiosity into Conversations</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>People love food pictures — and Instagram is where cravings start.<br>When someone comments “Looks delicious” or saves your post, that’s a signal of interest.<br>Smart restaurants use tools like WhatsApp + Instagram integrations or DM automation to send a friendly message right after that interaction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Hey Raj! Glad you liked our special Tandoori Platter.<br>We’re offering a 10% off for first-time dine-ins this week. Want me to reserve a table for you?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ These messages aren’t spammy — they’re personal follow-ups triggered by real engagement.<br>○ The user feels seen and appreciated, which turns casual interest into a booking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Direct Reservations Through DMs</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Gone are the days when customers had to call or visit a website to book a table.<br>Now they can do it right inside Instagram DMs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Would you like to book for lunch or dinner?”<br>“Dinner.”<br>“Perfect! How many guests?”<br>“4.”<br>“Got it. Your table is reserved for 8 PM at Spice Story.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ DM automation tools integrate with restaurant booking systems (like OpenTable or CRMs).<br>○ Your bot can collect reservation details, confirm availability, and send confirmation — all automatically.<br>○ It feels like chatting with a friendly host, but powered by smart automation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Sending Offers &amp; Personalized Promotions</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Instagram DMs are the new inbox — and open rates are far higher than email.<br>Restaurants use them to share:<br>○ Exclusive meal offers<br>○ Happy hour reminders<br>○ Birthday discounts<br>○ Loyalty rewards</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Hi Aditi! It’s been a while since your last visit. We’d love to treat you to a free dessert if you book a table this week.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Automated systems can segment customers based on chat history or engagement.<br>○ This ensures every offer feels personalized — not generic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Using Stories and Reels to Trigger Bookings</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Your followers watch your Reels and Stories daily — drooling over your pasta or kebabs.<br>Smart restaurants add a “DM to Book” sticker or call-to-action right there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Table for two? DM us now to reserve for tonight.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Instagram lets people reply directly to your story.<br>○ Once they do, your automated DM flow starts — guiding them to book, order, or learn more.<br>○ It’s instant engagement → instant action → instant booking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Building Relationships — Not Just Reservations</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Winning restaurants don’t just take bookings — they build community.<br>They reply to comments, send thank-you messages after visits, and check in with regulars.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Hey Rahul! Hope you enjoyed your meal last night.<br>Would you like me to reserve your favorite corner spot again this weekend?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Integrations let you tag returning customers and automate personal follow-ups.<br>○ Showing you remember them makes customers come back again and again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. Tracking Results in Real Time</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The best part? Everything is measurable.<br>You can see:<br>○ How many DMs led to confirmed bookings<br>○ Which offers got the most responses<br>○ Who your repeat diners are</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ DM automation platforms provide real-time analytics.<br>○ You can adjust your offers, timing, and tone based on what works best for your audience.</p>\n<!-- /wp:paragraph -->','How Restaurants Use Instagram DMs to Boost Bookings','','publish','open','open','','how-restaurants-use-instagram-dms-to-boost-bookings','','','2025-12-02 05:42:29','2025-12-02 05:42:29','',0,'https://dev.wowchat.co/blog/?p=57',0,'post','',0),(58,1,'2025-11-12 09:41:24','2025-11-12 09:41:24','<!-- wp:paragraph -->\n<p><strong>Instagram has become more than just a photo-sharing platform — it’s now a powerful sales and booking tool for restaurants.</strong><br>By combining automation, personalization, and smart DM tools, restaurants can turn likes and comments into real conversations — and conversations into confirmed reservations.<br>Here’s how to make it work for you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Turning Curiosity into Conversations</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>People love food pictures — and Instagram is where cravings start.<br>When someone comments “Looks delicious” or saves your post, that’s a signal of interest.<br>Smart restaurants use tools like WhatsApp + Instagram integrations or DM automation to send a friendly message right after that interaction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Hey Raj! Glad you liked our special Tandoori Platter.<br>We’re offering a 10% off for first-time dine-ins this week. Want me to reserve a table for you?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ These messages aren’t spammy — they’re personal follow-ups triggered by real engagement.<br>○ The user feels seen and appreciated, which turns casual interest into a booking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Direct Reservations Through DMs</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Gone are the days when customers had to call or visit a website to book a table.<br>Now they can do it right inside Instagram DMs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Would you like to book for lunch or dinner?”<br>“Dinner.”<br>“Perfect! How many guests?”<br>“4.”<br>“Got it. Your table is reserved for 8 PM at Spice Story.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ DM automation tools integrate with restaurant booking systems (like OpenTable or CRMs).<br>○ Your bot can collect reservation details, confirm availability, and send confirmation — all automatically.<br>○ It feels like chatting with a friendly host, but powered by smart automation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Sending Offers &amp; Personalized Promotions</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Instagram DMs are the new inbox — and open rates are far higher than email.<br>Restaurants use them to share:<br>○ Exclusive meal offers<br>○ Happy hour reminders<br>○ Birthday discounts<br>○ Loyalty rewards</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Hi Aditi! It’s been a while since your last visit. We’d love to treat you to a free dessert if you book a table this week.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Automated systems can segment customers based on chat history or engagement.<br>○ This ensures every offer feels personalized — not generic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Using Stories and Reels to Trigger Bookings</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Your followers watch your Reels and Stories daily — drooling over your pasta or kebabs.<br>Smart restaurants add a “DM to Book” sticker or call-to-action right there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Table for two? DM us now to reserve for tonight.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Instagram lets people reply directly to your story.<br>○ Once they do, your automated DM flow starts — guiding them to book, order, or learn more.<br>○ It’s instant engagement → instant action → instant booking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Building Relationships — Not Just Reservations</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Winning restaurants don’t just take bookings — they build community.<br>They reply to comments, send thank-you messages after visits, and check in with regulars.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Hey Rahul! Hope you enjoyed your meal last night.<br>Would you like me to reserve your favorite corner spot again this weekend?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Integrations let you tag returning customers and automate personal follow-ups.<br>○ Showing you remember them makes customers come back again and again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. Tracking Results in Real Time</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The best part? Everything is measurable.<br>You can see:<br>○ How many DMs led to confirmed bookings<br>○ Which offers got the most responses<br>○ Who your repeat diners are</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ DM automation platforms provide real-time analytics.<br>○ You can adjust your offers, timing, and tone based on what works best for your audience.</p>\n<!-- /wp:paragraph -->','How Restaurants Use Instagram DMs to Boost Bookings','','inherit','closed','closed','','57-revision-v1','','','2025-11-12 09:41:24','2025-11-12 09:41:24','',57,'https://dev.wowchat.co/blog/?p=58',0,'revision','',0),(59,5,'2025-11-27 09:54:48','2025-11-27 09:54:48','<!-- wp:paragraph -->\n<p>In today’s fast-paced digital world, small businesses often struggle to keep up with customer messages across multiple platforms. Chat automation bridges that gap — helping owners respond faster, stay organized, and create a seamless experience for customers without needing a big support team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>The Challenge Small Businesses Face</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Imagine you’re running a small bakery or boutique.<br>You’re managing inventory, marketing, and customer messages all at once.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your Instagram DMs, WhatsApp messages, and website chats pile up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You want to reply to everyone, but it’s just not humanly possible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Every unread message = a missed opportunity.<br>Big brands have call centers and AI systems for that.<br> But what about you?<br>That’s where chat automation changes the game.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>What Is Chat Automation (and Why It’s a Game-Changer)?</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Chat automation is like hiring a virtual assistant who works 24/7 — answering FAQs, greeting new customers, sending offers, and routing important messages to your team.<br>It doesn’t replace human connection — it enhances it.<br>Think of it as your “first line of hello” — friendly, instant, and consistent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Here’s How It Works in 4 Simple Steps</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><strong>Step</strong></th><th><strong>What Happens</strong></th><th><strong>Why It Matters</strong></th></tr></thead><tbody><tr><td><strong>1. Smart Triggers</strong></td><td>When a customer messages you on WhatsApp, Instagram, or your website, automation detects keywords like “price”, “timing”, or “order”.</td><td>The system instantly knows what they’re asking about.</td></tr><tr><td><strong>2. Auto-Replies</strong></td><td>The chatbot responds instantly with a relevant message — “Our cupcakes start at ₹199!” or “We’re open from 10 AM to 9 PM!”.</td><td>No waiting = happy customers.</td></tr><tr><td><strong>3. Human Handoff</strong></td><td>If the question is complex (“Can you customize a cake for Friday?”), it routes the chat to a real person.</td><td>You save time, and customers still feel heard.</td></tr><tr><td><strong>4. Follow-Ups &amp; Reminders</strong></td><td>The bot can automatically send updates — “Your order is ready!” or “Don’t forget your 20% discount ends today.”</td><td>Keeps engagement alive without manual effort.</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:paragraph -->\n<p>Tools like <strong>WowChat.CO</strong> make all this happen effortlessly across WhatsApp, Instagram, and other channels — all from a single dashboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>The Advantages of Chat Automation for Small Businesses</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>1. Instant Replies, Even When You’re Offline</strong><br>Automation ensures no customer ever hears silence — whether it’s 2 PM or 2 AM.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>2. Save Time on Repetitive Questions</strong><br>No more typing “Yes, we deliver!” 20 times a day. Let your chatbot handle that.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3. Personalized Experience</strong><br>Automation tools can use customer data to send messages with names, preferences, or past orders.<br>“Hey Rohan, your last pizza was a hit! Want to reorder it tonight?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>4. Consistent Tone Across Platforms</strong><br>Whether it’s WhatsApp, Instagram, or Facebook — your customers get the same friendly brand voice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5. Affordable and Scalable</strong><br>Unlike hiring multiple staff or call centers, automation runs 24/7 — at a fraction of the cost.</p>\n<!-- /wp:paragraph -->','How Small Businesses Compete with Big Brands Using Chat Automation','','publish','open','open','','how-small-businesses-compete-with-big-brands-using-chat-automation','','','2025-12-02 06:00:24','2025-12-02 06:00:24','',0,'https://dev.wowchat.co/blog/?p=59',0,'post','',0),(60,1,'2025-04-28 09:53:00','2025-04-28 09:53:00','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. E-Commerce — Because Speed = Sales</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Shoppers today want answers before they buy.<br>“Do you deliver to my area?”<br>“Can I return this?”<br>“Is this available in red?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If your e-commerce team has to check WhatsApp, Instagram DMs, and website chat separately — customers get frustrated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How Omnichannel Chat Helps:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Combines all customer messages in one view</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Enables instant product suggestions &amp; upsells</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sends automated order confirmations and tracking updates</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Faster replies, fewer abandoned carts, and more repeat buyers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. Real Estate — Where Every Lead Counts</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In real estate, speed isn’t just convenience — it’s competition.<br>Leads come from everywhere — WhatsApp, website forms, Instagram ads.<br>If agents miss even one inquiry, they might lose a sale worth lakhs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>All buyer messages go into one inbox</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Instant auto-replies share property details, brochures, and location maps</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Agents can assign and follow up from the same dashboard</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> No missed leads, faster property visits, and quicker deal closures.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Healthcare — Because Trust Comes with Accessibility</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Patients don’t like waiting, especially when it’s about their health.<br>They message on WhatsApp for appointment slots, reminders, and reports.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Syncs appointment bookings, reminders, and follow-ups across all channels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Automates confirmations and prescription reminders</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lets support teams chat with patients privately from a single platform</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Happier patients, fewer no-shows, and smoother coordination.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. Hospitality — The Guest Experience is Everything</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Hotels and restaurants receive thousands of inquiries daily:<br>“Do you have a room available this weekend?”<br>“Can I book a table for two at 8?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>DMs, Facebook messages, and web chat merge into one inbox</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Automated replies share menus, booking links, and directions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Follow-up messages upsell services like spa or dinner reservations</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> 24/7 availability, smoother bookings, and better guest satisfaction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5. Education — Managing Students &amp; Parents Together</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Schools, universities, and online learning platforms juggle messages from parents, students, and leads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Centralizes queries from Instagram, WhatsApp, and the website</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sends automatic fee reminders or course updates</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Assigns messages to different departments (admissions, support, finance)</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Organized communication, quicker admission conversions, and fewer missed messages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">6. Automotive — Test Drives &amp; Service Reminders in One Chat</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>People research cars on Instagram, request test drives on websites, and confirm appointments over WhatsApp.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Combines every customer interaction in one place</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sends personalized offers, service updates, or maintenance reminders</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lets sales reps continue conversations across channels seamlessly</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> More test drives, faster deal closures, and stronger customer loyalty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">7. Banking &amp; Fintech — Real-Time Trust</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When it comes to money, customers need instant clarity.<br>A delay in response can lead to lost confidence — and clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Secure, centralized chat management</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Automated KYC updates, reminders, and balance notifications</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Human handover for sensitive queries</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> High trust, faster resolutions, and increased retention.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">8. Travel &amp; Tourism — Always on the Move</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Travelers often text at odd hours asking:<br>“Can I reschedule my flight?”<br>“What’s the visa requirement?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>All queries (email, WhatsApp, social) show up together</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bots handle 80% of FAQs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Agents can follow up instantly with booking links or PDFs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Less chaos, happier travelers, and faster bookings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">9. Beauty &amp; Wellness — Personalized Experiences Matter</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Salons, spas, and wellness brands thrive on repeat customers.<br>But clients book on Instagram, cancel over WhatsApp, and ask about offers in DMs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Combines appointment chats, feedback, and offers</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sends reminders automatically</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Tracks client preferences and past visits</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Personalized care, timely follow-ups, and higher rebook rates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">10. Retail — Connecting Online &amp; Offline Worlds</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Modern retail brands sell on Instagram, in stores, and on their own websites.<br>Customers expect the same conversation everywhere.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Unified chat connects online buyers with in-store teams</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Enables easy product lookup, pickup scheduling, and customer care</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Tracks purchase history for personalized recommendations</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Seamless experience across digital and physical stores.</p>\n<!-- /wp:paragraph -->','Top 10 Industries That Can’t Survive Without Omnichannel Chat','','publish','open','open','','top-10-industries-that-cant-survive-without-omnichannel-chat','','','2025-12-02 05:28:20','2025-12-02 05:28:20','',0,'https://dev.wowchat.co/blog/?p=60',0,'post','',0),(61,1,'2025-11-12 09:53:12','2025-11-12 09:53:12','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. E-Commerce — Because Speed = Sales</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Shoppers today want answers before they buy.<br>“Do you deliver to my area?”<br>“Can I return this?”<br>“Is this available in red?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If your e-commerce team has to check WhatsApp, Instagram DMs, and website chat separately — customers get frustrated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How Omnichannel Chat Helps:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Combines all customer messages in one view</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Enables instant product suggestions &amp; upsells</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sends automated order confirmations and tracking updates</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Faster replies, fewer abandoned carts, and more repeat buyers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. Real Estate — Where Every Lead Counts</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In real estate, speed isn’t just convenience — it’s competition.<br>Leads come from everywhere — WhatsApp, website forms, Instagram ads.<br>If agents miss even one inquiry, they might lose a sale worth lakhs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>All buyer messages go into one inbox</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Instant auto-replies share property details, brochures, and location maps</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Agents can assign and follow up from the same dashboard</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> No missed leads, faster property visits, and quicker deal closures.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Healthcare — Because Trust Comes with Accessibility</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Patients don’t like waiting, especially when it’s about their health.<br>They message on WhatsApp for appointment slots, reminders, and reports.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Syncs appointment bookings, reminders, and follow-ups across all channels</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Automates confirmations and prescription reminders</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lets support teams chat with patients privately from a single platform</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Happier patients, fewer no-shows, and smoother coordination.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. Hospitality — The Guest Experience is Everything</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Hotels and restaurants receive thousands of inquiries daily:<br>“Do you have a room available this weekend?”<br>“Can I book a table for two at 8?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>DMs, Facebook messages, and web chat merge into one inbox</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Automated replies share menus, booking links, and directions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Follow-up messages upsell services like spa or dinner reservations</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> 24/7 availability, smoother bookings, and better guest satisfaction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5. Education — Managing Students &amp; Parents Together</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Schools, universities, and online learning platforms juggle messages from parents, students, and leads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Centralizes queries from Instagram, WhatsApp, and the website</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sends automatic fee reminders or course updates</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Assigns messages to different departments (admissions, support, finance)</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Organized communication, quicker admission conversions, and fewer missed messages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">6. Automotive — Test Drives &amp; Service Reminders in One Chat</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>People research cars on Instagram, request test drives on websites, and confirm appointments over WhatsApp.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Combines every customer interaction in one place</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sends personalized offers, service updates, or maintenance reminders</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lets sales reps continue conversations across channels seamlessly</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> More test drives, faster deal closures, and stronger customer loyalty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">7. Banking &amp; Fintech — Real-Time Trust</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When it comes to money, customers need instant clarity.<br>A delay in response can lead to lost confidence — and clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Secure, centralized chat management</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Automated KYC updates, reminders, and balance notifications</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Human handover for sensitive queries</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> High trust, faster resolutions, and increased retention.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">8. Travel &amp; Tourism — Always on the Move</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Travelers often text at odd hours asking:<br>“Can I reschedule my flight?”<br>“What’s the visa requirement?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>All queries (email, WhatsApp, social) show up together</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bots handle 80% of FAQs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Agents can follow up instantly with booking links or PDFs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Less chaos, happier travelers, and faster bookings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">9. Beauty &amp; Wellness — Personalized Experiences Matter</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Salons, spas, and wellness brands thrive on repeat customers.<br>But clients book on Instagram, cancel over WhatsApp, and ask about offers in DMs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Combines appointment chats, feedback, and offers</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sends reminders automatically</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Tracks client preferences and past visits</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Personalized care, timely follow-ups, and higher rebook rates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">10. Retail — Connecting Online &amp; Offline Worlds</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Modern retail brands sell on Instagram, in stores, and on their own websites.<br>Customers expect the same conversation everywhere.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Unified chat connects online buyers with in-store teams</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Enables easy product lookup, pickup scheduling, and customer care</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Tracks purchase history for personalized recommendations</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Seamless experience across digital and physical stores.</p>\n<!-- /wp:paragraph -->','Top 10 Industries That Can’t Survive Without Omnichannel Chat','','inherit','closed','closed','','60-revision-v1','','','2025-11-12 09:53:12','2025-11-12 09:53:12','',60,'https://dev.wowchat.co/blog/?p=61',0,'revision','',0),(62,1,'2025-11-12 09:54:48','2025-11-12 09:54:48','<!-- wp:paragraph -->\n<p>In today’s fast-paced digital world, small businesses often struggle to keep up with customer messages across multiple platforms. Chat automation bridges that gap — helping owners respond faster, stay organized, and create a seamless experience for customers without needing a big support team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>The Challenge Small Businesses Face</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Imagine you’re running a small bakery or boutique.<br>You’re managing inventory, marketing, and customer messages all at once.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your Instagram DMs, WhatsApp messages, and website chats pile up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You want to reply to everyone, but it’s just not humanly possible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Every unread message = a missed opportunity.<br>Big brands have call centers and AI systems for that.<br> But what about you?<br>That’s where chat automation changes the game.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>What Is Chat Automation (and Why It’s a Game-Changer)?</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Chat automation is like hiring a virtual assistant who works 24/7 — answering FAQs, greeting new customers, sending offers, and routing important messages to your team.<br>It doesn’t replace human connection — it enhances it.<br>Think of it as your “first line of hello” — friendly, instant, and consistent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Here’s how it works in 4 simple steps</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Step</strong><br><strong>What Happens</strong><br><strong>Why It Matters</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1. Smart Triggers</strong><br>When a customer messages you on WhatsApp, Instagram, or your website, automation detects keywords like “price”, “timing”, or “order”.<br>○ The system instantly knows what they’re asking about.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>2. Auto-Replies</strong><br>The chatbot responds instantly with a relevant message — “Our cupcakes start at ₹199!” or “We’re open from 10 AM to 9 PM!”<br>○ No waiting = happy customers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3. Human Handoff</strong><br>If the question is complex (“Can you customize a cake for Friday?”), it routes the chat to a real person.<br>○ You save time, and customers still feel heard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>4. Follow-Ups &amp; Reminders</strong><br>The bot can automatically send updates — “Your order is ready!” or “Don’t forget your 20% discount ends today.”<br>○ Keeps engagement alive without manual effort.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tools like WowChat.CO make all this happen effortlessly across WhatsApp, Instagram, and other channels — in one single dashboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>The Advantages of Chat Automation for Small Businesses</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>1. Instant Replies, Even When You’re Offline</strong><br>Automation ensures no customer ever hears silence — whether it’s 2 PM or 2 AM.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>2. Save Time on Repetitive Questions</strong><br>No more typing “Yes, we deliver!” 20 times a day. Let your chatbot handle that.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3. Personalized Experience</strong><br>Automation tools can use customer data to send messages with names, preferences, or past orders.<br>“Hey Rohan, your last pizza was a hit! Want to reorder it tonight?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>4. Consistent Tone Across Platforms</strong><br>Whether it’s WhatsApp, Instagram, or Facebook — your customers get the same friendly brand voice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5. Affordable and Scalable</strong><br>Unlike hiring multiple staff or call centers, automation runs 24/7 — at a fraction of the cost.</p>\n<!-- /wp:paragraph -->','How Small Businesses Compete with Big Brands Using Chat Automation','','inherit','closed','closed','','59-revision-v1','','','2025-11-12 09:54:48','2025-11-12 09:54:48','',59,'https://dev.wowchat.co/blog/?p=62',0,'revision','',0),(63,2,'2025-05-05 09:57:00','2025-05-05 09:57:00','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. Start Like a Human, Not a Robot</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Most businesses open with:<br>“Dear Customer, we would like to inform you…”<br>That sounds corporate, cold, and forgettable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Instead, try this:<br>“Hey Priya just saw you checked out our new summer collection — what did you think?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See the difference? It feels like a friend texting, not a company talking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Human language lowers resistance.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>When messages sound personal, the brain doesn’t flag them as “marketing.”</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>It’s conversational psychology — people reply to people, not bots.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. Ask Questions That Are Easy to Answer</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Never ask something that makes your customer think too hard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If your message says:<br>“Let us know your preferred delivery time, address, and mode of payment.”<br>That’s too much effort.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Instead, break it down:<br>“Hey Rahul! Do you want us to deliver today or tomorrow?”<br>Only two options. Simple. Quick. Reply-worthy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>The human brain avoids complex tasks — it loves instant decisions.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>When you give customers binary choices (“today or tomorrow?”), you make replying effortless.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Use Curiosity Hooks</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Curiosity is the oldest marketing magic trick.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Instead of saying:<br>“We’re running a new offer.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Say this:<br>“Psst… we’ve got something special for our regulars Want me to tell you first?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>People can’t resist finding out what’s behind the tease.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Curiosity triggers dopamine — the same brain chemical that drives excitement.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Once you spark it, people need closure — and that means they reply.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. Mirror Their Energy and Tone</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If your customer messages you with:<br>“Hi, can I get a quote for this?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Don’t reply:<br>“DEAR CUSTOMER, WE WILL GET BACK TO YOU SHORTLY.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Instead:<br>“Sure thing! Happy to help Can you share a few details?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your tone should match theirs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Humans naturally trust people who mirror their communication style — it’s called the empathy effect.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>It makes your message feel familiar and safe.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5. End with an Invitation, Not a Statement</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Statements close conversations.<br>Questions continue them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>❌ “We’re offering 15% off this week.”<br>✅ “We’re offering 15% off this week — want me to send you the code?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That small “want me to…” turns it into a dialogue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>An open-ended close triggers a response loop — our brains are wired to finish incomplete interactions.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>When you leave space for a reply, most people feel nudged to respond.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->','5 Chat Message Tricks That Get Instant Replies','','publish','open','open','','5-chat-message-tricks-that-get-instant-replies','','','2025-12-02 05:42:47','2025-12-02 05:42:47','',0,'https://dev.wowchat.co/blog/?p=63',0,'post','',0),(64,5,'2025-11-24 09:58:23','2025-11-24 09:58:23','<!-- wp:paragraph -->\n<p>In today’s fast-paced social world, customers don’t just follow brands — they message them. Real business growth happens in DMs and chats, not just likes and comments. Here’s how small businesses can use tools like WowChat.CO to turn simple messages into meaningful sales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Be Present, Not Just Active</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Posting daily stories or reels is good — but it’s not enough.<br>Real engagement happens in conversations, not comments.<br>Check your Instagram, Facebook, and WhatsApp inbox daily.<br>Respond like a person, not a template.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example:<br>❌ “Thank you for contacting us. Your query is important.”<br>✅ “Hey Priya! Glad you liked our post! Yes, that product’s back in stock.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That small difference changes everything.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Respond Fast (Speed = Trust)</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Speed is the new customer service.<br>If someone messages you about a product and doesn’t get a reply for hours, they’ll probably move on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With chat tools like WowChat.CO, you can connect all your social channels (Instagram, Facebook, WhatsApp, and website) into one inbox — so you never miss a message again.<br>Every message appears in one view, making responses faster and smoother.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ When a customer messages you on Instagram, it instantly pops up in WowChat’s dashboard.<br>○ Your team can reply right there — no app switching, no delays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Use Smart Auto-Replies to Keep the Conversation Warm</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Customers don’t expect a full answer instantly, but they do expect acknowledgment.<br>So while your team is offline or busy, use an auto-reply like:<br>“Hey, thanks for reaching out! Our beauty experts will reply shortly. Meanwhile, check our latest offers here: [link].”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It feels human and keeps the customer engaged — instead of ignored.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Auto-replies in tools like WowChat.CO are triggered by specific keywords (“price”, “shipping”, “availability”) or when no one’s online.<br>○ They keep the conversation alive 24/7.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Personalize Every Interaction</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>People don’t want to talk to “brands.” They want to talk to people.<br>So, use names, remember preferences, and add a touch of warmth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example:<br>“Hi Riya! So happy you loved our pink lipstick! Did you check our new matte collection?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ When you use a chat CRM (like WowChat’s integrated system), every message shows customer details — name, order history, and previous chats.<br>○ So your replies can be personal, not generic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Turn Conversations Into Conversions</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Every chat is a potential sale — if you handle it right.<br>Don’t just answer questions. Guide customers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If someone asks,<br>“Do you have this in medium size?”<br>You can reply:<br>“Yes! And if you order today, we’re offering 10% off on all medium sizes. Would you like me to share the checkout link?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Simple, natural, helpful — and it leads straight to a conversion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Tools like WowChat.CO let you send product links, payment options, or cart reminders directly in chat — making the buying process frictionless.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. Keep the Conversation Going</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Don’t let chats end at “Thank you.”<br>Follow up after a few days:<br>“Hey Nisha! How’s the product working for you? We’d love your feedback.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This small effort builds relationships — and brings customers back.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ You can automate follow-ups through scheduled messages or chat flows in WowChat.<br>○ This helps brands stay connected without feeling pushy.</p>\n<!-- /wp:paragraph -->','How to Engage Customers on Social Media Through Chat','','publish','open','open','','how-to-engage-customers-on-social-media-through-chat','','','2025-12-02 05:59:58','2025-12-02 05:59:58','',0,'https://dev.wowchat.co/blog/?p=64',0,'post','',0),(65,1,'2025-11-12 09:57:54','2025-11-12 09:57:54','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. Start Like a Human, Not a Robot</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Most businesses open with:<br>“Dear Customer, we would like to inform you…”<br>That sounds corporate, cold, and forgettable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Instead, try this:<br>“Hey Priya just saw you checked out our new summer collection — what did you think?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See the difference? It feels like a friend texting, not a company talking.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Human language lowers resistance.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>When messages sound personal, the brain doesn’t flag them as “marketing.”</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>It’s conversational psychology — people reply to people, not bots.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. Ask Questions That Are Easy to Answer</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Never ask something that makes your customer think too hard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If your message says:<br>“Let us know your preferred delivery time, address, and mode of payment.”<br>That’s too much effort.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Instead, break it down:<br>“Hey Rahul! Do you want us to deliver today or tomorrow?”<br>Only two options. Simple. Quick. Reply-worthy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>The human brain avoids complex tasks — it loves instant decisions.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>When you give customers binary choices (“today or tomorrow?”), you make replying effortless.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Use Curiosity Hooks</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Curiosity is the oldest marketing magic trick.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Instead of saying:<br>“We’re running a new offer.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Say this:<br>“Psst… we’ve got something special for our regulars Want me to tell you first?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>People can’t resist finding out what’s behind the tease.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Curiosity triggers dopamine — the same brain chemical that drives excitement.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Once you spark it, people need closure — and that means they reply.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. Mirror Their Energy and Tone</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If your customer messages you with:<br>“Hi, can I get a quote for this?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Don’t reply:<br>“DEAR CUSTOMER, WE WILL GET BACK TO YOU SHORTLY.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Instead:<br>“Sure thing! Happy to help Can you share a few details?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your tone should match theirs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Humans naturally trust people who mirror their communication style — it’s called the empathy effect.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>It makes your message feel familiar and safe.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5. End with an Invitation, Not a Statement</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Statements close conversations.<br>Questions continue them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>❌ “We’re offering 15% off this week.”<br>✅ “We’re offering 15% off this week — want me to send you the code?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That small “want me to…” turns it into a dialogue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>An open-ended close triggers a response loop — our brains are wired to finish incomplete interactions.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>When you leave space for a reply, most people feel nudged to respond.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->','5 Chat Message Tricks That Get Instant Replies','','inherit','closed','closed','','63-revision-v1','','','2025-11-12 09:57:54','2025-11-12 09:57:54','',63,'https://dev.wowchat.co/blog/?p=65',0,'revision','',0),(66,1,'2025-11-12 09:58:23','2025-11-12 09:58:23','<!-- wp:paragraph -->\n<p>In today’s fast-paced social world, customers don’t just follow brands — they message them. Real business growth happens in DMs and chats, not just likes and comments. Here’s how small businesses can use tools like WowChat.CO to turn simple messages into meaningful sales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Be Present, Not Just Active</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Posting daily stories or reels is good — but it’s not enough.<br>Real engagement happens in conversations, not comments.<br>Check your Instagram, Facebook, and WhatsApp inbox daily.<br>Respond like a person, not a template.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example:<br>❌ “Thank you for contacting us. Your query is important.”<br>✅ “Hey Priya! Glad you liked our post! Yes, that product’s back in stock.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That small difference changes everything.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Respond Fast (Speed = Trust)</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Speed is the new customer service.<br>If someone messages you about a product and doesn’t get a reply for hours, they’ll probably move on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With chat tools like WowChat.CO, you can connect all your social channels (Instagram, Facebook, WhatsApp, and website) into one inbox — so you never miss a message again.<br>Every message appears in one view, making responses faster and smoother.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ When a customer messages you on Instagram, it instantly pops up in WowChat’s dashboard.<br>○ Your team can reply right there — no app switching, no delays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Use Smart Auto-Replies to Keep the Conversation Warm</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Customers don’t expect a full answer instantly, but they do expect acknowledgment.<br>So while your team is offline or busy, use an auto-reply like:<br>“Hey, thanks for reaching out! Our beauty experts will reply shortly. Meanwhile, check our latest offers here: [link].”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It feels human and keeps the customer engaged — instead of ignored.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Auto-replies in tools like WowChat.CO are triggered by specific keywords (“price”, “shipping”, “availability”) or when no one’s online.<br>○ They keep the conversation alive 24/7.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Personalize Every Interaction</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>People don’t want to talk to “brands.” They want to talk to people.<br>So, use names, remember preferences, and add a touch of warmth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example:<br>“Hi Riya! So happy you loved our pink lipstick! Did you check our new matte collection?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ When you use a chat CRM (like WowChat’s integrated system), every message shows customer details — name, order history, and previous chats.<br>○ So your replies can be personal, not generic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Turn Conversations Into Conversions</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Every chat is a potential sale — if you handle it right.<br>Don’t just answer questions. Guide customers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If someone asks,<br>“Do you have this in medium size?”<br>You can reply:<br>“Yes! And if you order today, we’re offering 10% off on all medium sizes. Would you like me to share the checkout link?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Simple, natural, helpful — and it leads straight to a conversion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Tools like WowChat.CO let you send product links, payment options, or cart reminders directly in chat — making the buying process frictionless.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. Keep the Conversation Going</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Don’t let chats end at “Thank you.”<br>Follow up after a few days:<br>“Hey Nisha! How’s the product working for you? We’d love your feedback.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This small effort builds relationships — and brings customers back.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ You can automate follow-ups through scheduled messages or chat flows in WowChat.<br>○ This helps brands stay connected without feeling pushy.</p>\n<!-- /wp:paragraph -->','How to Engage Customers on Social Media Through Chat','','inherit','closed','closed','','64-revision-v1','','','2025-11-12 09:58:23','2025-11-12 09:58:23','',64,'https://dev.wowchat.co/blog/?p=66',0,'revision','',0),(67,5,'2025-11-17 10:03:07','2025-11-17 10:03:07','<!-- wp:paragraph -->\n<p>Glow &amp; Grace, a growing skincare brand, struggled to keep up with messages flooding in from Instagram, WhatsApp, and Facebook. After switching to WowChat.CO, they streamlined their customer communication, reduced response times, and grew sales significantly all by managing every chat in one place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Unified Inbox = No Missed Messages</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Before:<br>Their team juggled 4 separate apps to reply.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After WowChat:<br>Every message no matter where it came from appeared in a single view.<br>Agents could respond instantly without switching tabs or phones.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The first day we used it, we found 73 unread messages from the weekend. We handled them all in 15 minutes.” — Nisha, Glow &amp; Grace</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Instant Auto-Replies for Common Questions</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Glow &amp; Grace set up automated replies for FAQs like:<br>• “What’s the price?”<br>• “Is this product good for oily skin?”<br>• “Do you ship internationally?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With WowChat’s Smart Templates, answers were personalized, friendly, and sent within seconds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Result:<br>✅ Faster engagement<br>✅ Happier customers<br>✅ Fewer drop-offs</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Smart Routing to the Right Team</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>With more volume, they needed smarter message flow.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Using auto-routing, WowChat.CO directed:<br>• New leads → Sales team<br>• Order queries → Support team<br>• Influencer collabs → Marketing team</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No confusion. No back-and-forth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It felt like having a 10-person team when we actually had 3.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. CRM Integration = Better Personalization</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Every chat automatically synced with their CRM  showing customer names, purchase history, and preferences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So when Riya messaged,<br>“Hey, I loved your night serum!”<br>The team already knew she ordered it 2 weeks ago and could reply:<br>“Hi Riya! So happy you loved it! Would you like to try our vitamin C day serum next?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s personalization that feels human — and it converts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Analytics That Showed What Was Working</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>After a month, Glow &amp; Grace checked their WowChat analytics dashboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here’s what they saw:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><strong>Metric</strong></th><th><strong>Before WowChat</strong></th><th><strong>After WowChat</strong></th></tr></thead><tbody><tr><td>Average response time</td><td>58 mins</td><td>3 mins</td></tr><tr><td>Chat-to-sale conversion</td><td>18%</td><td>54%</td></tr><tr><td>Repeat customers</td><td>22%</td><td>46%</td></tr><tr><td>Monthly revenue</td><td>₹3.5L</td><td>₹17.8L</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:paragraph -->\n<p>That’s a 5x growth in sales — driven purely by faster, smarter chat management.</p>\n<!-- /wp:paragraph -->','Customer Success Story: The Beauty Brand That Grew 5x with WowChat.CO','','publish','open','open','','customer-success-story-the-beauty-brand-that-grew-5x-with-wowchat-co','','','2025-12-02 05:59:37','2025-12-02 05:59:37','',0,'https://dev.wowchat.co/blog/?p=67',0,'post','',0),(68,3,'2025-05-14 10:00:00','2025-05-14 10:00:00','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. One Inbox for Every Channel</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Let’s start with the biggest pain point juggling apps.<br>Most teams spend half their day switching between WhatsApp, Instagram, Facebook, and web chat tabs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>WowChat.CO brings them all into one clean dashboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>✅ WhatsApp? <br>✅ Instagram DM? <br>✅ Facebook message? <br>✅ Website chat? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Everything lands in a single place, sorted by time, channel, and customer name.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>WowChat integrates directly with your social accounts and communication channels.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Once connected, it automatically pulls all new messages into one view so your team never misses a single chat again.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Zero confusion, faster responses, and no “Who replied to this?” moments ever again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. Multiple Team Members, One Conversation</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Imagine you’re managing hundreds of daily chats one person can’t handle it all.<br>With WowChat, multiple teammates can reply to the same chat in real time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Assign messages, add private notes, or hand over tricky questions to senior staff all from within the same thread.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Support rep A replies to a customer query.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sales rep B steps in with an offer.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Manager C monitors the chat without interrupting.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>WowChat’s shared inbox supports team collaboration so no two people reply to the same customer at once.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Every message has context, tags, and history.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Smooth teamwork, no overlaps, and customers feel heard instantly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Smart Automation (That Still Feels Human)</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Automation is great until it sounds robotic.<br>WowChat fixes that by combining auto-replies with a human tone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You can set up quick responses for:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>FAQs (“What are your delivery hours?”)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Greetings (“Hey, thanks for messaging us!”)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>After-hours messages (“We’ll get back to you first thing tomorrow!”)</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>WowChat uses pre-set rules to automatically send the right message at the right time.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>But everything can be personalized with your brand’s tone emojis, friendly language, and all.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Instant answers for customers, less workload for your team, and a chat experience that feels real.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. Tags, Filters, and Smart Search</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When you’re handling 1,000+ messages, it’s easy to lose track of who’s who.<br>WowChat lets you tag and categorize chats by:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Lead status (New, Hot, Closed)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Topic (Order, Support, Feedback)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Priority (Urgent, Normal, Low)</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>You can also search messages by keyword, customer name, or number.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Every conversation is automatically indexed.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>You can filter, sort, and track it anytime even weeks later.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Organized inboxes, faster team coordination, and zero message loss.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5. Analytics That Actually Help You Improve</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Handling a thousand messages is one thing learning from them is another.<br>WowChat gives you real-time analytics on:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Response time</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Team performance</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Conversation volume by channel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Customer satisfaction trends</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>The platform tracks every interaction, measures how fast and how well your team responds, and presents it all in clear dashboards.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Data-backed decisions, smarter staffing, and proof of performance you can actually act on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">6. Integration With Your Favorite Tools</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>WowChat doesn’t replace your systems it connects with them.<br>From CRMs like HubSpot or Zoho to e-commerce tools like Shopify or WooCommerce, everything syncs seamlessly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>You can see a customer’s past orders, chat history, and payment status right inside the chat window.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Instant context, faster solutions, and personalized replies every time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">7. Peace of Mind Literally</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When your messages are handled efficiently, your team doesn’t just work better they feel better.<br>Instead of jumping between apps and worrying about missed replies, they focus on what matters most: building relationships.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We used to miss so many WhatsApp inquiries every day. Now everything’s in one place it feels like we’ve gained hours back.” <br>A real WowChat user (Retail business, Mumbai)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s the difference between chaos and calm.</p>\n<!-- /wp:paragraph -->','How WowChat.CO Helps Teams Handle 1,000+ Messages a Day Stress-Free','','publish','open','open','','how-wowchat-co-helps-teams-handle-1000-messages-a-day-stress-free','','','2025-12-02 05:43:05','2025-12-02 05:43:05','',0,'https://dev.wowchat.co/blog/?p=68',0,'post','',0),(69,1,'2025-11-12 10:00:38','2025-11-12 10:00:38','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. One Inbox for Every Channel</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Let’s start with the biggest pain point — juggling apps.<br>Most teams spend half their day switching between WhatsApp, Instagram, Facebook, and web chat tabs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>WowChat.CO brings them all into one clean dashboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>WhatsApp? ✅<br>Instagram DM? ✅<br>Facebook message? ✅<br>Website chat? ✅</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Everything lands in a single place, sorted by time, channel, and customer name.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>WowChat integrates directly with your social accounts and communication channels.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Once connected, it automatically pulls all new messages into one view — so your team never misses a single chat again.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Zero confusion, faster responses, and no “Who replied to this?” moments ever again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. Multiple Team Members, One Conversation</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Imagine you’re managing hundreds of daily chats — one person can’t handle it all.<br>With WowChat, multiple teammates can reply to the same chat in real time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Assign messages, add private notes, or hand over tricky questions to senior staff — all from within the same thread.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Support rep A replies to a customer query.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sales rep B steps in with an offer.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Manager C monitors the chat without interrupting.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>WowChat’s shared inbox supports team collaboration — so no two people reply to the same customer at once.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Every message has context, tags, and history.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Smooth teamwork, no overlaps, and customers feel heard instantly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Smart Automation (That Still Feels Human)</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Automation is great — until it sounds robotic.<br>WowChat fixes that by combining auto-replies with a human tone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You can set up quick responses for:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>FAQs (“What are your delivery hours?”)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Greetings (“Hey, thanks for messaging us!”)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>After-hours messages (“We’ll get back to you first thing tomorrow!”)</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>WowChat uses pre-set rules to automatically send the right message at the right time.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>But everything can be personalized with your brand’s tone — emojis, friendly language, and all.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Instant answers for customers, less workload for your team, and a chat experience that feels real.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. Tags, Filters, and Smart Search</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When you’re handling 1,000+ messages, it’s easy to lose track of who’s who.<br>WowChat lets you tag and categorize chats by:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Lead status (New, Hot, Closed)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Topic (Order, Support, Feedback)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Priority (Urgent, Normal, Low)</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>You can also search messages by keyword, customer name, or number.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Every conversation is automatically indexed.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>You can filter, sort, and track it anytime — even weeks later.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Organized inboxes, faster team coordination, and zero message loss.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5. Analytics That Actually Help You Improve</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Handling a thousand messages is one thing — learning from them is another.<br>WowChat gives you real-time analytics on:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Response time</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Team performance</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Conversation volume by channel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Customer satisfaction trends</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>The platform tracks every interaction, measures how fast and how well your team responds, and presents it all in clear dashboards.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Data-backed decisions, smarter staffing, and proof of performance you can actually act on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">6. Integration With Your Favorite Tools</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>WowChat doesn’t replace your systems — it connects with them.<br>From CRMs like HubSpot or Zoho to e-commerce tools like Shopify or WooCommerce, everything syncs seamlessly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>You can see a customer’s past orders, chat history, and payment status — right inside the chat window.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Instant context, faster solutions, and personalized replies every time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">7. Peace of Mind — Literally</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When your messages are handled efficiently, your team doesn’t just work better — they feel better.<br>Instead of jumping between apps and worrying about missed replies, they focus on what matters most: building relationships.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We used to miss so many WhatsApp inquiries every day. Now everything’s in one place — it feels like we’ve gained hours back.”<br>— A real WowChat user (Retail business, Mumbai)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s the difference between chaos and calm.</p>\n<!-- /wp:paragraph -->','How WowChat.CO Helps Teams Handle 1,000+ Messages a Day — Stress-Free','','inherit','closed','closed','','68-revision-v1','','','2025-11-12 10:00:38','2025-11-12 10:00:38','',68,'https://dev.wowchat.co/blog/?p=69',0,'revision','',0),(71,1,'2025-11-12 10:01:17','2025-11-12 10:01:17','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. One Inbox for Every Channel</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Let’s start with the biggest pain point — juggling apps.<br>Most teams spend half their day switching between WhatsApp, Instagram, Facebook, and web chat tabs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>WowChat.CO brings them all into one clean dashboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>✅ WhatsApp? <br>✅ Instagram DM? <br>✅ Facebook message? <br>✅ Website chat? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Everything lands in a single place, sorted by time, channel, and customer name.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>WowChat integrates directly with your social accounts and communication channels.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Once connected, it automatically pulls all new messages into one view — so your team never misses a single chat again.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Zero confusion, faster responses, and no “Who replied to this?” moments ever again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. Multiple Team Members, One Conversation</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Imagine you’re managing hundreds of daily chats — one person can’t handle it all.<br>With WowChat, multiple teammates can reply to the same chat in real time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Assign messages, add private notes, or hand over tricky questions to senior staff — all from within the same thread.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Support rep A replies to a customer query.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sales rep B steps in with an offer.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Manager C monitors the chat without interrupting.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>WowChat’s shared inbox supports team collaboration — so no two people reply to the same customer at once.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Every message has context, tags, and history.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Smooth teamwork, no overlaps, and customers feel heard instantly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Smart Automation (That Still Feels Human)</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Automation is great — until it sounds robotic.<br>WowChat fixes that by combining auto-replies with a human tone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You can set up quick responses for:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>FAQs (“What are your delivery hours?”)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Greetings (“Hey, thanks for messaging us!”)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>After-hours messages (“We’ll get back to you first thing tomorrow!”)</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>WowChat uses pre-set rules to automatically send the right message at the right time.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>But everything can be personalized with your brand’s tone — emojis, friendly language, and all.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Instant answers for customers, less workload for your team, and a chat experience that feels real.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. Tags, Filters, and Smart Search</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When you’re handling 1,000+ messages, it’s easy to lose track of who’s who.<br>WowChat lets you tag and categorize chats by:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Lead status (New, Hot, Closed)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Topic (Order, Support, Feedback)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Priority (Urgent, Normal, Low)</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>You can also search messages by keyword, customer name, or number.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Every conversation is automatically indexed.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>You can filter, sort, and track it anytime — even weeks later.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Organized inboxes, faster team coordination, and zero message loss.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5. Analytics That Actually Help You Improve</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Handling a thousand messages is one thing — learning from them is another.<br>WowChat gives you real-time analytics on:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Response time</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Team performance</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Conversation volume by channel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Customer satisfaction trends</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>The platform tracks every interaction, measures how fast and how well your team responds, and presents it all in clear dashboards.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Data-backed decisions, smarter staffing, and proof of performance you can actually act on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">6. Integration With Your Favorite Tools</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>WowChat doesn’t replace your systems — it connects with them.<br>From CRMs like HubSpot or Zoho to e-commerce tools like Shopify or WooCommerce, everything syncs seamlessly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>You can see a customer’s past orders, chat history, and payment status — right inside the chat window.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Instant context, faster solutions, and personalized replies every time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">7. Peace of Mind — Literally</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When your messages are handled efficiently, your team doesn’t just work better — they feel better.<br>Instead of jumping between apps and worrying about missed replies, they focus on what matters most: building relationships.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We used to miss so many WhatsApp inquiries every day. Now everything’s in one place — it feels like we’ve gained hours back.”<br>— A real WowChat user (Retail business, Mumbai)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s the difference between chaos and calm.</p>\n<!-- /wp:paragraph -->','How WowChat.CO Helps Teams Handle 1,000+ Messages a Day — Stress-Free','','inherit','closed','closed','','68-revision-v1','','','2025-11-12 10:01:17','2025-11-12 10:01:17','',68,'https://dev.wowchat.co/blog/?p=71',0,'revision','',0),(72,1,'2025-11-12 10:02:54','2025-11-12 10:02:54','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. One Inbox for Every Channel</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Let’s start with the biggest pain point juggling apps.<br>Most teams spend half their day switching between WhatsApp, Instagram, Facebook, and web chat tabs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>WowChat.CO brings them all into one clean dashboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>✅ WhatsApp? <br>✅ Instagram DM? <br>✅ Facebook message? <br>✅ Website chat? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Everything lands in a single place, sorted by time, channel, and customer name.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>WowChat integrates directly with your social accounts and communication channels.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Once connected, it automatically pulls all new messages into one view so your team never misses a single chat again.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Zero confusion, faster responses, and no “Who replied to this?” moments ever again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. Multiple Team Members, One Conversation</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Imagine you’re managing hundreds of daily chats one person can’t handle it all.<br>With WowChat, multiple teammates can reply to the same chat in real time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Assign messages, add private notes, or hand over tricky questions to senior staff all from within the same thread.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Support rep A replies to a customer query.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sales rep B steps in with an offer.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Manager C monitors the chat without interrupting.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>WowChat’s shared inbox supports team collaboration so no two people reply to the same customer at once.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Every message has context, tags, and history.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Smooth teamwork, no overlaps, and customers feel heard instantly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Smart Automation (That Still Feels Human)</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Automation is great until it sounds robotic.<br>WowChat fixes that by combining auto-replies with a human tone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You can set up quick responses for:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>FAQs (“What are your delivery hours?”)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Greetings (“Hey, thanks for messaging us!”)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>After-hours messages (“We’ll get back to you first thing tomorrow!”)</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>WowChat uses pre-set rules to automatically send the right message at the right time.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>But everything can be personalized with your brand’s tone emojis, friendly language, and all.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Instant answers for customers, less workload for your team, and a chat experience that feels real.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. Tags, Filters, and Smart Search</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When you’re handling 1,000+ messages, it’s easy to lose track of who’s who.<br>WowChat lets you tag and categorize chats by:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Lead status (New, Hot, Closed)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Topic (Order, Support, Feedback)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Priority (Urgent, Normal, Low)</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>You can also search messages by keyword, customer name, or number.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Every conversation is automatically indexed.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>You can filter, sort, and track it anytime even weeks later.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Organized inboxes, faster team coordination, and zero message loss.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5. Analytics That Actually Help You Improve</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Handling a thousand messages is one thing learning from them is another.<br>WowChat gives you real-time analytics on:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Response time</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Team performance</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Conversation volume by channel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Customer satisfaction trends</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>The platform tracks every interaction, measures how fast and how well your team responds, and presents it all in clear dashboards.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Data-backed decisions, smarter staffing, and proof of performance you can actually act on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">6. Integration With Your Favorite Tools</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>WowChat doesn’t replace your systems it connects with them.<br>From CRMs like HubSpot or Zoho to e-commerce tools like Shopify or WooCommerce, everything syncs seamlessly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>You can see a customer’s past orders, chat history, and payment status right inside the chat window.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Instant context, faster solutions, and personalized replies every time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">7. Peace of Mind Literally</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When your messages are handled efficiently, your team doesn’t just work better they feel better.<br>Instead of jumping between apps and worrying about missed replies, they focus on what matters most: building relationships.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We used to miss so many WhatsApp inquiries every day. Now everything’s in one place it feels like we’ve gained hours back.”<br>— A real WowChat user (Retail business, Mumbai)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s the difference between chaos and calm.</p>\n<!-- /wp:paragraph -->','How WowChat.CO Helps Teams Handle 1,000+ Messages a Day Stress-Free','','inherit','closed','closed','','68-revision-v1','','','2025-11-12 10:02:54','2025-11-12 10:02:54','',68,'https://dev.wowchat.co/blog/?p=72',0,'revision','',0),(73,1,'2025-11-12 10:03:07','2025-11-12 10:03:07','<!-- wp:paragraph -->\n<p>Glow &amp; Grace, a growing skincare brand, struggled to keep up with messages flooding in from Instagram, WhatsApp, and Facebook. After switching to WowChat.CO, they streamlined their customer communication, reduced response times, and grew sales significantly all by managing every chat in one place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Unified Inbox = No Missed Messages</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Before:<br>Their team juggled 4 separate apps to reply.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After WowChat:<br>Every message no matter where it came from appeared in a single view.<br>Agents could respond instantly without switching tabs or phones.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“The first day we used it, we found 73 unread messages from the weekend. We handled them all in 15 minutes.” — Nisha, Glow &amp; Grace</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Instant Auto-Replies for Common Questions</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Glow &amp; Grace set up automated replies for FAQs like:<br>• “What’s the price?”<br>• “Is this product good for oily skin?”<br>• “Do you ship internationally?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With WowChat’s Smart Templates, answers were personalized, friendly, and sent within seconds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Result:<br>✅ Faster engagement<br>✅ Happier customers<br>✅ Fewer drop-offs</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Smart Routing to the Right Team</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>With more volume, they needed smarter message flow.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Using auto-routing, WowChat.CO directed:<br>• New leads → Sales team<br>• Order queries → Support team<br>• Influencer collabs → Marketing team</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No confusion. No back-and-forth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It felt like having a 10-person team when we actually had 3.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. CRM Integration = Better Personalization</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Every chat automatically synced with their CRM  showing customer names, purchase history, and preferences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So when Riya messaged,<br>“Hey, I loved your night serum!”<br>The team already knew she ordered it 2 weeks ago and could reply:<br>“Hi Riya! So happy you loved it! Would you like to try our vitamin C day serum next?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s personalization that feels human — and it converts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Analytics That Showed What Was Working</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>After a month, Glow &amp; Grace checked their WowChat analytics dashboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here’s what they saw:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><strong>Metric</strong></th><th><strong>Before WowChat</strong></th><th><strong>After WowChat</strong></th></tr></thead><tbody><tr><td>Average response time</td><td>58 mins</td><td>3 mins</td></tr><tr><td>Chat-to-sale conversion</td><td>18%</td><td>54%</td></tr><tr><td>Repeat customers</td><td>22%</td><td>46%</td></tr><tr><td>Monthly revenue</td><td>₹3.5L</td><td>₹17.8L</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:paragraph -->\n<p>That’s a 5x growth in sales — driven purely by faster, smarter chat management.</p>\n<!-- /wp:paragraph -->','Customer Success Story: The Beauty Brand That Grew 5x with WowChat.CO','','inherit','closed','closed','','67-revision-v1','','','2025-11-12 10:03:07','2025-11-12 10:03:07','',67,'https://dev.wowchat.co/blog/?p=73',0,'revision','',0),(74,1,'2025-11-12 10:03:15','2025-11-12 10:03:15','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. One Inbox for Every Channel</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Let’s start with the biggest pain point juggling apps.<br>Most teams spend half their day switching between WhatsApp, Instagram, Facebook, and web chat tabs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>WowChat.CO brings them all into one clean dashboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>✅ WhatsApp? <br>✅ Instagram DM? <br>✅ Facebook message? <br>✅ Website chat? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Everything lands in a single place, sorted by time, channel, and customer name.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>WowChat integrates directly with your social accounts and communication channels.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Once connected, it automatically pulls all new messages into one view so your team never misses a single chat again.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Zero confusion, faster responses, and no “Who replied to this?” moments ever again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. Multiple Team Members, One Conversation</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Imagine you’re managing hundreds of daily chats one person can’t handle it all.<br>With WowChat, multiple teammates can reply to the same chat in real time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Assign messages, add private notes, or hand over tricky questions to senior staff all from within the same thread.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Support rep A replies to a customer query.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sales rep B steps in with an offer.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Manager C monitors the chat without interrupting.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>WowChat’s shared inbox supports team collaboration so no two people reply to the same customer at once.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Every message has context, tags, and history.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Smooth teamwork, no overlaps, and customers feel heard instantly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Smart Automation (That Still Feels Human)</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Automation is great until it sounds robotic.<br>WowChat fixes that by combining auto-replies with a human tone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You can set up quick responses for:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>FAQs (“What are your delivery hours?”)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Greetings (“Hey, thanks for messaging us!”)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>After-hours messages (“We’ll get back to you first thing tomorrow!”)</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>WowChat uses pre-set rules to automatically send the right message at the right time.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>But everything can be personalized with your brand’s tone emojis, friendly language, and all.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Instant answers for customers, less workload for your team, and a chat experience that feels real.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. Tags, Filters, and Smart Search</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When you’re handling 1,000+ messages, it’s easy to lose track of who’s who.<br>WowChat lets you tag and categorize chats by:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Lead status (New, Hot, Closed)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Topic (Order, Support, Feedback)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Priority (Urgent, Normal, Low)</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>You can also search messages by keyword, customer name, or number.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Every conversation is automatically indexed.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>You can filter, sort, and track it anytime even weeks later.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Organized inboxes, faster team coordination, and zero message loss.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5. Analytics That Actually Help You Improve</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Handling a thousand messages is one thing learning from them is another.<br>WowChat gives you real-time analytics on:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Response time</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Team performance</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Conversation volume by channel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Customer satisfaction trends</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>The platform tracks every interaction, measures how fast and how well your team responds, and presents it all in clear dashboards.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Data-backed decisions, smarter staffing, and proof of performance you can actually act on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">6. Integration With Your Favorite Tools</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>WowChat doesn’t replace your systems it connects with them.<br>From CRMs like HubSpot or Zoho to e-commerce tools like Shopify or WooCommerce, everything syncs seamlessly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>You can see a customer’s past orders, chat history, and payment status right inside the chat window.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Instant context, faster solutions, and personalized replies every time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">7. Peace of Mind Literally</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When your messages are handled efficiently, your team doesn’t just work better they feel better.<br>Instead of jumping between apps and worrying about missed replies, they focus on what matters most: building relationships.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“We used to miss so many WhatsApp inquiries every day. Now everything’s in one place it feels like we’ve gained hours back.” <br>A real WowChat user (Retail business, Mumbai)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s the difference between chaos and calm.</p>\n<!-- /wp:paragraph -->','How WowChat.CO Helps Teams Handle 1,000+ Messages a Day Stress-Free','','inherit','closed','closed','','68-revision-v1','','','2025-11-12 10:03:15','2025-11-12 10:03:15','',68,'https://dev.wowchat.co/blog/?p=74',0,'revision','',0),(75,1,'2025-05-23 10:07:00','2025-05-23 10:07:00','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1) Instant Replies Build Trust</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When customers message you whether on WhatsApp, Instagram, or your website they’re not just looking for information. They’re looking for <em>reassurance.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Is this brand real?”<br>“Will someone actually respond?”<br>“Can I trust them with my money?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A fast reply answers all those doubts <em>without a word.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <strong>How It Works:</strong><br>In psychology, this is called the “responsiveness bias.”<br>Our brains are wired to trust people (and brands) that respond quickly because it signals reliability and attention.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Hey Neha! Yes, we do deliver to Delhi would you like me to share today’s offers?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That one message instantly shifts perception from “random brand” to “reliable business.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2) Speed Creates Momentum (And Momentum = Sales)</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Imagine this:<br>You’re excited about buying a product, message a brand, and… nothing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That excitement fades in minutes.<br>Because buying decisions are emotional, not logical.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fast replies catch people <em>while they’re still excited.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>  <strong>How It Works:</strong><br>There’s a psychological window called the “peak interest moment.”<br>It’s the short time right after a customer shows intent when their brain is emotionally invested.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you reply during that window, you ride the wave of excitement straight to conversion.<br>Wait too long, and that emotional energy vanishes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Hey Arjun! Saw your message about the gym plan want me to help you pick the right one for your goals?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quick, friendly, and action-focused.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3) Fast Replies Feel Personal (Even When They’re Automated)</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Customers don’t care if it’s a bot or a human as long as it feels human.<br>They just want someone to <em>respond.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s why brands that use smart chat tools like WowChat.CO set up instant automated greetings such as:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Hey Thanks for reaching out! I’m here to help what’s your question?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s small, but powerful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>  <strong>How It Works:</strong><br>The brain interprets instant responses as attention and care.<br>Even if it’s automated, the tone feels personal and the customer stays engaged instead of wandering off.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp; <em>Result:</em> Your team buys time to follow up properly while the customer still feels attended to.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4) Quick Replies Reduce Anxiety</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Every buying decision carries <em>micro-fears</em>:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>“Will it arrive on time?”<br></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>“Is this genuine?”<br></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>“What if I don’t like it?”<br></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>If your reply comes fast, it removes uncertainty before it grows into hesitation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp; <strong>How It Works:</strong><br>Psychologists call this the “uncertainty avoidance” principle.<br>The longer a doubt goes unanswered, the stronger it becomes.<br>A quick chat back stops that spiral and replaces fear with clarity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Yes! You can return the item within 7 days no questions asked”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Just like that, the hesitation disappears.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5) Speed Feeds the “Reciprocity” Effect</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When you respond quickly, customers <em>feel like they owe you attention back.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>  <strong>How It Works:</strong><br>It’s called the reciprocity effect when someone gives us their time or effort, we subconsciously want to return it.<br>So, if you reply instantly, customers are more likely to reply, listen, and even buy faster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Hey Rohan, thanks for checking out our travel packages! Want me to help you find the best one under ₹30K?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That level of attention triggers a positive emotional loop and a purchase often follows soon after.</p>\n<!-- /wp:paragraph -->','The Psychology of Fast Replies Why Customers Buy Faster When You Chat Back','','publish','open','open','','the-psychology-of-fast-replies-why-customers-buy-faster-when-you-chat-back','','','2025-12-02 05:28:52','2025-12-02 05:28:52','',0,'https://dev.wowchat.co/blog/?p=75',0,'post','',0),(77,1,'2025-11-12 10:07:09','2025-11-12 10:07:09','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1) Instant Replies Build Trust</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When customers message you whether on WhatsApp, Instagram, or your website they’re not just looking for information. They’re looking for <em>reassurance.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Is this brand real?”<br>“Will someone actually respond?”<br>“Can I trust them with my money?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A fast reply answers all those doubts <em>without a word.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> <strong>How It Works:</strong><br>In psychology, this is called the “responsiveness bias.”<br>Our brains are wired to trust people (and brands) that respond quickly because it signals reliability and attention.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Hey Neha! Yes, we do deliver to Delhi would you like me to share today’s offers?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That one message instantly shifts perception from “random brand” to “reliable business.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2) Speed Creates Momentum (And Momentum = Sales)</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Imagine this:<br>You’re excited about buying a product, message a brand, and… nothing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That excitement fades in minutes.<br>Because buying decisions are emotional, not logical.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fast replies catch people <em>while they’re still excited.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>  <strong>How It Works:</strong><br>There’s a psychological window called the “peak interest moment.”<br>It’s the short time right after a customer shows intent when their brain is emotionally invested.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you reply during that window, you ride the wave of excitement straight to conversion.<br>Wait too long, and that emotional energy vanishes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Hey Arjun! Saw your message about the gym plan want me to help you pick the right one for your goals?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quick, friendly, and action-focused.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3) Fast Replies Feel Personal (Even When They’re Automated)</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Customers don’t care if it’s a bot or a human as long as it feels human.<br>They just want someone to <em>respond.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s why brands that use smart chat tools like WowChat.CO set up instant automated greetings such as:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Hey Thanks for reaching out! I’m here to help what’s your question?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s small, but powerful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>  <strong>How It Works:</strong><br>The brain interprets instant responses as attention and care.<br>Even if it’s automated, the tone feels personal and the customer stays engaged instead of wandering off.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp; <em>Result:</em> Your team buys time to follow up properly while the customer still feels attended to.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4) Quick Replies Reduce Anxiety</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Every buying decision carries <em>micro-fears</em>:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>“Will it arrive on time?”<br></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>“Is this genuine?”<br></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>“What if I don’t like it?”<br></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>If your reply comes fast, it removes uncertainty before it grows into hesitation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp; <strong>How It Works:</strong><br>Psychologists call this the “uncertainty avoidance” principle.<br>The longer a doubt goes unanswered, the stronger it becomes.<br>A quick chat back stops that spiral and replaces fear with clarity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Yes! You can return the item within 7 days no questions asked”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Just like that, the hesitation disappears.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5) Speed Feeds the “Reciprocity” Effect</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When you respond quickly, customers <em>feel like they owe you attention back.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>  <strong>How It Works:</strong><br>It’s called the reciprocity effect when someone gives us their time or effort, we subconsciously want to return it.<br>So, if you reply instantly, customers are more likely to reply, listen, and even buy faster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Hey Rohan, thanks for checking out our travel packages! Want me to help you find the best one under ₹30K?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That level of attention triggers a positive emotional loop and a purchase often follows soon after.</p>\n<!-- /wp:paragraph -->','The Psychology of Fast Replies Why Customers Buy Faster When You Chat Back','','inherit','closed','closed','','75-revision-v1','','','2025-11-12 10:07:09','2025-11-12 10:07:09','',75,'https://dev.wowchat.co/blog/?p=77',0,'revision','',0),(78,5,'2025-06-02 10:13:00','2025-06-02 10:13:00','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. The Problem: Missed Appointments = Lost Time + Lost Care</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Every no-show costs a clinic time, money, and sometimes, patient health.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A doctor’s slot goes empty.<br>The next patient waits longer.<br>The clinic schedule gets messy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And the funny part? Most missed appointments happen simply because patients forget.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Traditional reminders like phone calls or SMS don’t always work anymore people ignore unknown numbers or find them intrusive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But WhatsApp?<br>Everyone checks it multiple times a day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. Why WhatsApp Works Better</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Here’s the magic of WhatsApp in healthcare:<br>It’s personal, instant, and familiar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Patients are already comfortable chatting with friends, family, and businesses there so when their clinic messages them, it feels natural, not spammy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example Message:</strong><br>“Hi Riya, just a quick reminder about your dental check-up with Dr. Patel tomorrow at 10:30 AM.<br>Please reply ‘1’ to confirm or ‘2’ to reschedule.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Simple, polite, and interactive.<br>That one message does what three phone calls couldn’t.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. How It Actually Works (Step-by-Step)</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Let’s break it down here’s how clinics are automating the entire reminder flow using tools like <strong>WowChat.CO</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Step 1: Connect Your Appointment System</strong><br>The clinic’s booking system (like Practo, Zoho, or a custom CRM) is linked with WowChat.CO or WhatsApp Business API.<br>This allows automatic message triggers when an appointment is created or updated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Step 2: Set Up Automated Reminders</strong><br>Clinics usually schedule 2–3 reminders:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>24 hours before the visit</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 hours before the appointment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Follow-up reminder after the visit</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Each reminder includes the patient’s name, time, doctor, and an easy way to confirm or reschedule.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Step 3: Add Smart Auto-Replies</strong><br>If a patient replies “2” (to reschedule), the chatbot or staff gets an alert to quickly suggest the next available time slot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Step 4: Track and Manage Conversations</strong><br>All patient chats confirmations, queries, or reschedules are visible in one shared inbox for the clinic team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No more missed replies.<br>No more confusion between staff members.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. The Psychology Behind Why It Works</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>a) The Familiarity Effect</strong><br>People respond faster on platforms they already trust. WhatsApp feels like a personal space, not a marketing zone so response rates shoot up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>b) The Nudge Principle</strong><br>A gentle reminder at the right moment triggers memory and action. Patients don’t need to think they just tap “Confirm.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>c) The Commitment Effect</strong><br>When someone confirms their appointment, they’re mentally committed. This reduces no-shows dramatically.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5. Real Results from Clinics Using WhatsApp</h4>\n<!-- /wp:heading -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><strong>Metric</strong></th><th><strong>Before WhatsApp</strong></th><th><strong>After WhatsApp</strong></th></tr></thead><tbody><tr><td>Missed Appointments</td><td>25–30%</td><td>5–8%</td></tr><tr><td>Staff Time on Calls</td><td>3 hours/day</td><td>30 mins/day</td></tr><tr><td>Patient Satisfaction</td><td>Average</td><td>Excellent</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:paragraph -->\n<p>Clinics say patients love the ease of just confirming with a tap and doctors enjoy smoother, more predictable schedules.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">6. Example Use Cases</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Dental Clinics:</strong> Send 24-hour check-up reminders + aftercare follow-ups.<br><strong>Eye Clinics:</strong> Confirm LASIK and vision test appointments.<br><strong>Dermatologists:</strong> Share treatment prep guidelines before a visit.<br><strong>Pediatricians:</strong> Remind parents of vaccine dates.<br><strong>Diagnostic Labs:</strong> Notify when reports are ready to download.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s not just about reminders it’s about continuous, caring communication.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">7. How WowChat.CO Simplifies It</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you’re managing hundreds of patients, doing this manually is impossible.<br>That’s where <strong>WowChat.CO</strong> steps in:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Automates WhatsApp reminders (based on your CRM or booking calendar)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Assigns chats to your team so staff can quickly handle confirmations</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sends smart notifications so no patient message goes unseen</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Shows analytics like response rates and reminder performance</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>So your clinic runs smoother, patients stay informed, and your staff saves hours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">8. Bonus Tip: Keep It Personal, Not Robotic</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A message that sounds human builds comfort and trust.<br>Avoid overly formal or machine-like texts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Don’t say:</strong><br>“Your appointment is confirmed. Ref#2457. Reply YES to confirm.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Instead say:</strong><br>“Hey Sneha, your appointment with Dr. Mehta is confirmed for tomorrow at 11 AM.<br>Need to reschedule? Just reply here we’ll help right away.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s how you turn automation into connection.</p>\n<!-- /wp:paragraph -->','How Healthcare Clinics Use WhatsApp for Appointment Reminders','','publish','open','open','','how-healthcare-clinics-use-whatsapp-for-appointment-reminders','','','2025-12-02 05:43:47','2025-12-02 05:43:47','',0,'https://dev.wowchat.co/blog/?p=78',0,'post','',0),(79,1,'2025-11-12 10:08:36','2025-11-12 10:08:36','<!-- wp:paragraph -->\n<p>In today’s fast-paced digital world, small businesses often struggle to keep up with customer messages across multiple platforms. Chat automation bridges that gap — helping owners respond faster, stay organized, and create a seamless experience for customers without needing a big support team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>The Challenge Small Businesses Face</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Imagine you’re running a small bakery or boutique.<br>You’re managing inventory, marketing, and customer messages all at once.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your Instagram DMs, WhatsApp messages, and website chats pile up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You want to reply to everyone, but it’s just not humanly possible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Every unread message = a missed opportunity.<br>Big brands have call centers and AI systems for that.<br> But what about you?<br>That’s where chat automation changes the game.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>What Is Chat Automation (and Why It’s a Game-Changer)?</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Chat automation is like hiring a virtual assistant who works 24/7 — answering FAQs, greeting new customers, sending offers, and routing important messages to your team.<br>It doesn’t replace human connection — it enhances it.<br>Think of it as your “first line of hello” — friendly, instant, and consistent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Here’s How It Works in 4 Simple Steps</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><strong>Step</strong></th><th><strong>What Happens</strong></th><th><strong>Why It Matters</strong></th></tr></thead><tbody><tr><td><strong>1. Smart Triggers</strong></td><td>When a customer messages you on WhatsApp, Instagram, or your website, automation detects keywords like “price”, “timing”, or “order”.</td><td>The system instantly knows what they’re asking about.</td></tr><tr><td><strong>2. Auto-Replies</strong></td><td>The chatbot responds instantly with a relevant message — “Our cupcakes start at ₹199!” or “We’re open from 10 AM to 9 PM!”.</td><td>No waiting = happy customers.</td></tr><tr><td><strong>3. Human Handoff</strong></td><td>If the question is complex (“Can you customize a cake for Friday?”), it routes the chat to a real person.</td><td>You save time, and customers still feel heard.</td></tr><tr><td><strong>4. Follow-Ups &amp; Reminders</strong></td><td>The bot can automatically send updates — “Your order is ready!” or “Don’t forget your 20% discount ends today.”</td><td>Keeps engagement alive without manual effort.</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:paragraph -->\n<p>Tools like <strong>WowChat.CO</strong> make all this happen effortlessly across WhatsApp, Instagram, and other channels — all from a single dashboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>The Advantages of Chat Automation for Small Businesses</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>1. Instant Replies, Even When You’re Offline</strong><br>Automation ensures no customer ever hears silence — whether it’s 2 PM or 2 AM.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>2. Save Time on Repetitive Questions</strong><br>No more typing “Yes, we deliver!” 20 times a day. Let your chatbot handle that.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3. Personalized Experience</strong><br>Automation tools can use customer data to send messages with names, preferences, or past orders.<br>“Hey Rohan, your last pizza was a hit! Want to reorder it tonight?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>4. Consistent Tone Across Platforms</strong><br>Whether it’s WhatsApp, Instagram, or Facebook — your customers get the same friendly brand voice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>5. Affordable and Scalable</strong><br>Unlike hiring multiple staff or call centers, automation runs 24/7 — at a fraction of the cost.</p>\n<!-- /wp:paragraph -->','How Small Businesses Compete with Big Brands Using Chat Automation','','inherit','closed','closed','','59-revision-v1','','','2025-11-12 10:08:36','2025-11-12 10:08:36','',59,'https://dev.wowchat.co/blog/?p=79',0,'revision','',0),(80,4,'2025-11-12 10:16:53','2025-11-12 10:16:53','<!-- wp:paragraph -->\n<p>Your chat quality can make or break customer trust. These five factors determine whether your brand feels responsive, human, and reliable or robotic and forgettable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. How Fast You Reply</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Speed is the first impression.<br>A quick response feels like:<br>“We value you.”<br>A delayed one feels like:<br>“We don’t care.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In fact, studies show that a reply within <strong>5 minutes</strong> increases conversion chances by <strong>70%</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How to fix it:</strong><br>○ Use auto-greetings and smart notifications via tools like <strong>WowChat.CO</strong>, which instantly replies when a message arrives:<br>“Hey, thanks for reaching out! We got your message and will reply shortly.”<br>This keeps customers engaged and buys your team time to respond properly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Your Tone Friendly or Robotic</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>No one likes a “copy-paste” response.<br>Messages like:<br>“Your query has been received and will be processed shortly.”<br>...sound like they’re from a machine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Instead, try:<br>“Got your message! Let me check that for you real quick.”<br>It’s simple, natural, and human.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How to fix it:</strong><br>○ Train your chat team (or AI bot) to use a brand-friendly, conversational tone casual but professional.<br>○ Platforms like <strong>WowChat.CO</strong> even let you set tone templates so every reply sounds consistent, no matter who’s chatting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. How You Present Information</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>People scan they don’t read long texts.<br>A cluttered message full of details looks overwhelming.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Instead of sending:<br>“We have 3 color options red blue green price ₹999 delivery 2 days free shipping offer today only.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Try formatting it neatly:<br>○ Available colors: Red / Blue / Green<br>○ Price: ₹999<br>○ Delivery: 2 days (Free Shipping)<br>○ Offer: Valid till tonight</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How to fix it:</strong><br>○ Use message templates, quick replies, and product catalogs in WhatsApp Business or omnichannel tools to send clear, visually engaging messages.<br>○ Clean messages = confident brand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Whether You Personalize the Chat</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Customers love when you remember small details like their name or last order.<br>“Hi Riya! How did you like your last purchase? We’ve got a new collection you might love.”<br>It feels warm and human.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How to fix it:</strong><br>○ Integrate your WhatsApp with your CRM through tools like <strong>WowChat.CO</strong> so every chat shows customer details (past orders, preferences, etc.).<br>○ This allows your agents or bots to personalize every reply effortlessly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. How the Chat Ends</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The final message is just as important as the first.<br>A polite, thoughtful closing creates lasting impressions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Instead of just “Okay” or “Thanks”, try:<br>“Glad I could help! If you need anything else, just message me anytime.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How to fix it:</strong><br>○ Use closing message automations or agent scripts small gestures that make the customer feel appreciated and understood.</p>\n<!-- /wp:paragraph -->','5 Things Customers Notice in Every WhatsApp Conversation','','publish','open','open','','5-things-customers-notice-in-every-whatsapp-conversation','','','2025-12-02 05:59:08','2025-12-02 05:59:08','',0,'https://dev.wowchat.co/blog/?p=80',0,'post','',0),(81,1,'2025-11-12 10:13:20','2025-11-12 10:13:20','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. The Problem: Missed Appointments = Lost Time + Lost Care</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Every no-show costs a clinic time, money, and sometimes, patient health.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A doctor’s slot goes empty.<br>The next patient waits longer.<br>The clinic schedule gets messy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And the funny part? Most missed appointments happen simply because patients forget.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Traditional reminders like phone calls or SMS don’t always work anymore people ignore unknown numbers or find them intrusive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But WhatsApp?<br>Everyone checks it multiple times a day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. Why WhatsApp Works Better</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Here’s the magic of WhatsApp in healthcare:<br>It’s personal, instant, and familiar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Patients are already comfortable chatting with friends, family, and businesses there so when their clinic messages them, it feels natural, not spammy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example Message:</strong><br>“Hi Riya, just a quick reminder about your dental check-up with Dr. Patel tomorrow at 10:30 AM.<br>Please reply ‘1’ to confirm or ‘2’ to reschedule.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Simple, polite, and interactive.<br>That one message does what three phone calls couldn’t.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. How It Actually Works (Step-by-Step)</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Let’s break it down here’s how clinics are automating the entire reminder flow using tools like <strong>WowChat.CO</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Step 1: Connect Your Appointment System</strong><br>The clinic’s booking system (like Practo, Zoho, or a custom CRM) is linked with WowChat.CO or WhatsApp Business API.<br>This allows automatic message triggers when an appointment is created or updated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Step 2: Set Up Automated Reminders</strong><br>Clinics usually schedule 2–3 reminders:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>24 hours before the visit</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>2 hours before the appointment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Follow-up reminder after the visit</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Each reminder includes the patient’s name, time, doctor, and an easy way to confirm or reschedule.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Step 3: Add Smart Auto-Replies</strong><br>If a patient replies “2” (to reschedule), the chatbot or staff gets an alert to quickly suggest the next available time slot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Step 4: Track and Manage Conversations</strong><br>All patient chats confirmations, queries, or reschedules are visible in one shared inbox for the clinic team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No more missed replies.<br>No more confusion between staff members.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. The Psychology Behind Why It Works</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>a) The Familiarity Effect</strong><br>People respond faster on platforms they already trust. WhatsApp feels like a personal space, not a marketing zone so response rates shoot up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>b) The Nudge Principle</strong><br>A gentle reminder at the right moment triggers memory and action. Patients don’t need to think they just tap “Confirm.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>c) The Commitment Effect</strong><br>When someone confirms their appointment, they’re mentally committed. This reduces no-shows dramatically.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5. Real Results from Clinics Using WhatsApp</h4>\n<!-- /wp:heading -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><strong>Metric</strong></th><th><strong>Before WhatsApp</strong></th><th><strong>After WhatsApp</strong></th></tr></thead><tbody><tr><td>Missed Appointments</td><td>25–30%</td><td>5–8%</td></tr><tr><td>Staff Time on Calls</td><td>3 hours/day</td><td>30 mins/day</td></tr><tr><td>Patient Satisfaction</td><td>Average</td><td>Excellent</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:paragraph -->\n<p>Clinics say patients love the ease of just confirming with a tap and doctors enjoy smoother, more predictable schedules.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">6. Example Use Cases</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Dental Clinics:</strong> Send 24-hour check-up reminders + aftercare follow-ups.<br><strong>Eye Clinics:</strong> Confirm LASIK and vision test appointments.<br><strong>Dermatologists:</strong> Share treatment prep guidelines before a visit.<br><strong>Pediatricians:</strong> Remind parents of vaccine dates.<br><strong>Diagnostic Labs:</strong> Notify when reports are ready to download.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s not just about reminders it’s about continuous, caring communication.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">7. How WowChat.CO Simplifies It</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you’re managing hundreds of patients, doing this manually is impossible.<br>That’s where <strong>WowChat.CO</strong> steps in:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Automates WhatsApp reminders (based on your CRM or booking calendar)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Assigns chats to your team so staff can quickly handle confirmations</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sends smart notifications so no patient message goes unseen</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Shows analytics like response rates and reminder performance</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>So your clinic runs smoother, patients stay informed, and your staff saves hours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">8. Bonus Tip: Keep It Personal, Not Robotic</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A message that sounds human builds comfort and trust.<br>Avoid overly formal or machine-like texts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Don’t say:</strong><br>“Your appointment is confirmed. Ref#2457. Reply YES to confirm.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Instead say:</strong><br>“Hey Sneha, your appointment with Dr. Mehta is confirmed for tomorrow at 11 AM.<br>Need to reschedule? Just reply here we’ll help right away.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s how you turn automation into connection.</p>\n<!-- /wp:paragraph -->','How Healthcare Clinics Use WhatsApp for Appointment Reminders','','inherit','closed','closed','','78-revision-v1','','','2025-11-12 10:13:20','2025-11-12 10:13:20','',78,'https://dev.wowchat.co/blog/?p=81',0,'revision','',0),(82,2,'2025-06-10 10:19:00','2025-06-10 10:19:00','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1) “Morning Specials” by a Local Café Daily Menu Broadcasts</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A small café in Pune started sending a daily WhatsApp message every morning with their fresh menu.<br>No fancy graphics just a simple message and one mouth-watering photo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example Message:</strong><br>“Good morning! Today’s special: Masala Chai + Cheese Croissant combo ₹99 only.<br>Tap here to order [Order Link]”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>People love routine and convenience. A WhatsApp message feels friendly, not pushy.<br>It keeps the brand top-of-mind during morning coffee time when customers are deciding where to go.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2) “Thank You Week” by a Boutique Personalized Discounts</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A small fashion boutique in Jaipur ran a <em>Thank You Week</em> campaign for loyal customers.<br>They sent personalized WhatsApp messages with names and exclusive offers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example Message:</strong><br>“Hey Riya You’ve been part of our journey for 6 months!<br>Here’s 15% off your next outfit valid till Sunday!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>Personalized appreciation triggers the <em>reciprocity effect</em> when people feel valued, they’re more likely to buy again.<br><strong>Result:</strong> 30% increase in repeat orders that week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3) “Festival Flash Sale” by a Home Décor Store</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>During Diwali, a home décor brand used WhatsApp to announce limited-time offers.<br>Instead of flooding customers with messages, they sent one beautiful, timed message each day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example Message:</strong><br>“Diwali Day 3 Deal: Flat 20% off on all lamps till midnight!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>It creates urgency and excitement.<br>People check WhatsApp constantly, so flash offers feel <em>exclusive</em> and <em>timely</em> not like a bulk email.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4) “Bake with Us” Campaign by a Bakery</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A home baker in Mumbai invited her customers to join a “Bake with Me” WhatsApp group for live baking sessions every Sunday.<br>She shared ingredients on Saturdays and went live on Sunday mornings.<br>Customers baked together virtually and shared pictures in the group.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>It builds <em>community</em>, not just customers.<br>When people emotionally connect with a brand, they stay loyal even if prices rise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5) “Mini Fitness Challenges” by a Local GymInstead of traditional ads, a fitness studio ran a 7-day “Mini Health Challenge” on WhatsApp.<br>Participants received a daily tip, one small goal (like 20 pushups), and motivation quotes.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>It drives engagement and positions the brand as a <em>coach</em>, not a seller.<br>At the end of the week, they offered discounted memberships and sign-ups skyrocketed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">6) “Ask the Expert” by a Skincare Brand</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A small skincare startup used WhatsApp to host weekly Q&amp;A sessions.<br>Customers could message their skin issues, and the brand’s consultant replied with personalized advice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example Message:</strong><br>“Hi Meera For your dry skin, try our Vitamin E mask twice a week. Want me to share a discount link?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>It feels like 1-on-1 care.<br>People trust advice that comes through <em>conversation</em> not cold ads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">7) “Cart Recovery Chat” by an Online Store</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A small e-commerce brand connected WhatsApp to their online store using tools like <strong>WowChat.CO</strong>.<br>When a shopper abandoned their cart, they automatically got a friendly message:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example Message:</strong><br>“Hey Akash You left these items in your cart.<br>Still thinking about them? Here’s 10% off if you complete your order today!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>It’s personal, timely, and conversational not like an automated email.<br><strong>Result:</strong> Cart recovery rates jumped by 25%.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">8) “Share Your Story” by a Handicraft Brand</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A handmade jewelry brand ran a campaign asking customers to share photos of them wearing their products.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example Message:</strong><br>“Show us your sparkle! Send a pic wearing our jewelry best photos win free earrings!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They reposted stories (with permission) building real social proof.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>People love being featured. It turns customers into <em>brand ambassadors</em>.<br>It also creates authentic, user-generated content for marketing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">9) “Property of the Week” by a Real Estate Agent</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A local realtor used WhatsApp broadcasts to showcase one featured property every Friday.<br>He added a personal note:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example Message:</strong><br>“Hey Rahul, this week’s pick a 2BHK in Andheri with a balcony view. Want to schedule a quick video tour?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>It feels like a <em>friend sharing an opportunity</em>, not a salesman pitching.<br>Customers appreciate curated, human-style communication.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">10) “Birthday Surprise” by a SalonA neighborhood salon set up automated birthday reminders through WhatsApp.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example Message:</strong><br>“Happy Birthday, Priya!<br>Celebrate with us enjoy 20% off any service this week”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>It’s thoughtful, personal, and timed perfectly.<br>People love small surprises and it drives visits without aggressive selling.</p>\n<!-- /wp:paragraph -->','Top 10 Inspiring WhatsApp Campaigns from Small Businesses','','publish','open','open','','top-10-inspiring-whatsapp-campaigns-from-small-businesses','','','2025-12-02 05:44:24','2025-12-02 05:44:24','',0,'https://dev.wowchat.co/blog/?p=82',0,'post','',0),(83,1,'2025-11-12 10:15:50','2025-11-12 10:15:50','<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">1) “Morning Specials” by a Local Café — Daily Menu Broadcasts</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A small café in Pune started sending a daily WhatsApp message every morning with their fresh menu.<br>No fancy graphics — just a simple message and one mouth-watering photo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example Message:</strong><br>“☕ Good morning! Today’s special: Masala Chai + Cheese Croissant combo ₹99 only.<br>Tap here to order 👇 [Order Link]”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>People love routine and convenience. A WhatsApp message feels friendly, not pushy.<br>It keeps the brand top-of-mind during morning coffee time — when customers are deciding where to go.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">2) “Thank You Week” by a Boutique — Personalized Discounts</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A small fashion boutique in Jaipur ran a <em>Thank You Week</em> campaign for loyal customers.<br>They sent personalized WhatsApp messages with names and exclusive offers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example Message:</strong><br>“Hey Riya 💕 You’ve been part of our journey for 6 months!<br>Here’s 15% off your next outfit — valid till Sunday!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>Personalized appreciation triggers the <em>reciprocity effect</em> — when people feel valued, they’re more likely to buy again.<br><strong>Result:</strong> 30% increase in repeat orders that week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">3) “Festival Flash Sale” by a Home Décor Store</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>During Diwali, a home décor brand used WhatsApp to announce limited-time offers.<br>Instead of flooding customers with messages, they sent one beautiful, timed message each day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example Message:</strong><br>“🌟 Diwali Day 3 Deal: Flat 20% off on all lamps till midnight!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>It creates urgency and excitement.<br>People check WhatsApp constantly, so flash offers feel <em>exclusive</em> and <em>timely</em> — not like a bulk email.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">4) “Bake with Us” Campaign by a Bakery</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A home baker in Mumbai invited her customers to join a “Bake with Me” WhatsApp group for live baking sessions every Sunday.<br>She shared ingredients on Saturdays and went live on Sunday mornings.<br>Customers baked together virtually and shared pictures in the group.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>It builds <em>community</em>, not just customers.<br>When people emotionally connect with a brand, they stay loyal — even if prices rise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">5) “Mini Fitness Challenges” by a Local Gym</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Instead of traditional ads, a fitness studio ran a 7-day “Mini Health Challenge” on WhatsApp.<br>Participants received a daily tip, one small goal (like 20 pushups), and motivation quotes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>It drives engagement and positions the brand as a <em>coach</em>, not a seller.<br>At the end of the week, they offered discounted memberships — and sign-ups skyrocketed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">6) “Ask the Expert” by a Skincare Brand</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A small skincare startup used WhatsApp to host weekly Q&amp;A sessions.<br>Customers could message their skin issues, and the brand’s consultant replied with personalized advice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example Message:</strong><br>“Hi Meera 🌸 For your dry skin, try our Vitamin E mask twice a week. Want me to share a discount link?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>It feels like 1-on-1 care.<br>People trust advice that comes through <em>conversation</em> — not cold ads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">7) “Cart Recovery Chat” by an Online Store</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A small e-commerce brand connected WhatsApp to their online store using tools like <strong>WowChat.CO</strong>.<br>When a shopper abandoned their cart, they automatically got a friendly message:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example Message:</strong><br>“Hey Akash 👋 You left these items in your cart.<br>Still thinking about them? Here’s 10% off if you complete your order today!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>It’s personal, timely, and conversational — not like an automated email.<br><strong>Result:</strong> Cart recovery rates jumped by 25%.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">8) “Share Your Story” by a Handicraft Brand</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A handmade jewelry brand ran a campaign asking customers to share photos of them wearing their products.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example Message:</strong><br>“💎 Show us your sparkle! Send a pic wearing our jewelry — best photos win free earrings!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They reposted stories (with permission) — building real social proof.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>People love being featured. It turns customers into <em>brand ambassadors</em>.<br>It also creates authentic, user-generated content for marketing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">9) “Property of the Week” by a Real Estate AgentA local realtor used WhatsApp broadcasts to showcase one featured property every Friday.<br>He added a personal note:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example Message:</strong><br>“Hey Rahul, this week’s pick a 2BHK in Andheri with a balcony view. Want to schedule a quick video tour?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>It feels like a <em>friend sharing an opportunity</em>, not a salesman pitching.<br>Customers appreciate curated, human-style communication.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">10) “Birthday Surprise” by a SalonA neighborhood salon set up automated birthday reminders through WhatsApp.</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example Message:</strong><br>“Happy Birthday, Priya!<br>Celebrate with us — enjoy 20% off any service this week”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>It’s thoughtful, personal, and timed perfectly.<br>People love small surprises — and it drives visits without aggressive selling.</p>\n<!-- /wp:paragraph -->','Top 10 Inspiring WhatsApp Campaigns from Small Businesses','','inherit','closed','closed','','82-revision-v1','','','2025-11-12 10:15:50','2025-11-12 10:15:50','',82,'https://dev.wowchat.co/blog/?p=83',0,'revision','',0),(84,1,'2025-11-12 10:16:53','2025-11-12 10:16:53','<!-- wp:paragraph -->\n<p>Your chat quality can make or break customer trust. These five factors determine whether your brand feels responsive, human, and reliable or robotic and forgettable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. How Fast You Reply</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Speed is the first impression.<br>A quick response feels like:<br>“We value you.”<br>A delayed one feels like:<br>“We don’t care.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In fact, studies show that a reply within <strong>5 minutes</strong> increases conversion chances by <strong>70%</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How to fix it:</strong><br>○ Use auto-greetings and smart notifications via tools like <strong>WowChat.CO</strong>, which instantly replies when a message arrives:<br>“Hey, thanks for reaching out! We got your message and will reply shortly.”<br>This keeps customers engaged and buys your team time to respond properly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Your Tone Friendly or Robotic</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>No one likes a “copy-paste” response.<br>Messages like:<br>“Your query has been received and will be processed shortly.”<br>...sound like they’re from a machine.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Instead, try:<br>“Got your message! Let me check that for you real quick.”<br>It’s simple, natural, and human.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How to fix it:</strong><br>○ Train your chat team (or AI bot) to use a brand-friendly, conversational tone casual but professional.<br>○ Platforms like <strong>WowChat.CO</strong> even let you set tone templates so every reply sounds consistent, no matter who’s chatting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. How You Present Information</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>People scan they don’t read long texts.<br>A cluttered message full of details looks overwhelming.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Instead of sending:<br>“We have 3 color options red blue green price ₹999 delivery 2 days free shipping offer today only.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Try formatting it neatly:<br>○ Available colors: Red / Blue / Green<br>○ Price: ₹999<br>○ Delivery: 2 days (Free Shipping)<br>○ Offer: Valid till tonight</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How to fix it:</strong><br>○ Use message templates, quick replies, and product catalogs in WhatsApp Business or omnichannel tools to send clear, visually engaging messages.<br>○ Clean messages = confident brand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Whether You Personalize the Chat</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Customers love when you remember small details like their name or last order.<br>“Hi Riya! How did you like your last purchase? We’ve got a new collection you might love.”<br>It feels warm and human.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How to fix it:</strong><br>○ Integrate your WhatsApp with your CRM through tools like <strong>WowChat.CO</strong> so every chat shows customer details (past orders, preferences, etc.).<br>○ This allows your agents or bots to personalize every reply effortlessly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. How the Chat Ends</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The final message is just as important as the first.<br>A polite, thoughtful closing creates lasting impressions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Instead of just “Okay” or “Thanks”, try:<br>“Glad I could help! If you need anything else, just message me anytime.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How to fix it:</strong><br>○ Use closing message automations or agent scripts small gestures that make the customer feel appreciated and understood.</p>\n<!-- /wp:paragraph -->','5 Things Customers Notice in Every WhatsApp Conversation','','inherit','closed','closed','','80-revision-v1','','','2025-11-12 10:16:53','2025-11-12 10:16:53','',80,'https://dev.wowchat.co/blog/?p=84',0,'revision','',0),(85,1,'2025-11-06 10:19:29','2025-11-06 10:19:29','<!-- wp:paragraph -->\n<p>Efficient chat management is key to faster responses, happier customers, and smoother operations. By organizing, automating, and monitoring your chat workflows, your business can handle more conversations with less effort  and never miss a single lead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Centralize All Your Chats</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Instead of switching between WhatsApp, Instagram, website chat, and email — bring them together in one unified inbox using tools like <strong>WowChat.CO</strong>.<br>So whether a customer messages you on Facebook at 10 a.m. or WhatsApp at 11 p.m., it all appears in one dashboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> No message goes unseen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Use Smart Auto-Replies</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Set up automated greeting messages that trigger instantly when someone sends you a message:<br>“Hey, thanks for reaching out! We’ve got your message and will reply shortly. Meanwhile, here’s our quick catalog.”<br>It sounds human, keeps engagement alive, and buys your team time to respond properly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Customers feel acknowledged — not ignored.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Assign Conversations Automatically</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>With auto-routing, messages can be assigned to the right team or agent based on the topic or keyword.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>○ “Pricing” → goes to the sales team<br>○ “Support” → goes to customer service<br>○ “Booking” → goes to scheduling team</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> No delays caused by confusion or message forwarding.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Set SLA Alerts</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>SLA (Service Level Agreement) timers can automatically remind your team if a chat hasn’t been replied to within a set time — say, 5 minutes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> No missed deadlines, no forgotten messages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Track Response Speed Metrics</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Platforms like <strong>WowChat.CO</strong> show you real-time analytics — average response time, chat load per agent, and missed chats — so you can identify where bottlenecks happen and fix them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> You know exactly what’s slowing down replies — and can fix it before it costs sales.</p>\n<!-- /wp:paragraph -->','Why a Slow Reply Can Kill a Sale (and How to Fix It)','','publish','open','open','','why-a-slow-reply-can-kill-a-sale-and-how-to-fix-it','','','2025-12-02 05:58:19','2025-12-02 05:58:19','',0,'https://dev.wowchat.co/blog/?p=85',0,'post','',0),(86,1,'2025-11-12 10:19:08','2025-11-12 10:19:08','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1) “Morning Specials” by a Local Café Daily Menu Broadcasts</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A small café in Pune started sending a daily WhatsApp message every morning with their fresh menu.<br>No fancy graphics just a simple message and one mouth-watering photo.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example Message:</strong><br>“Good morning! Today’s special: Masala Chai + Cheese Croissant combo ₹99 only.<br>Tap here to order [Order Link]”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>People love routine and convenience. A WhatsApp message feels friendly, not pushy.<br>It keeps the brand top-of-mind during morning coffee time when customers are deciding where to go.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2) “Thank You Week” by a Boutique Personalized Discounts</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A small fashion boutique in Jaipur ran a <em>Thank You Week</em> campaign for loyal customers.<br>They sent personalized WhatsApp messages with names and exclusive offers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example Message:</strong><br>“Hey Riya You’ve been part of our journey for 6 months!<br>Here’s 15% off your next outfit valid till Sunday!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>Personalized appreciation triggers the <em>reciprocity effect</em> when people feel valued, they’re more likely to buy again.<br><strong>Result:</strong> 30% increase in repeat orders that week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3) “Festival Flash Sale” by a Home Décor Store</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>During Diwali, a home décor brand used WhatsApp to announce limited-time offers.<br>Instead of flooding customers with messages, they sent one beautiful, timed message each day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example Message:</strong><br>“Diwali Day 3 Deal: Flat 20% off on all lamps till midnight!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>It creates urgency and excitement.<br>People check WhatsApp constantly, so flash offers feel <em>exclusive</em> and <em>timely</em> not like a bulk email.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4) “Bake with Us” Campaign by a Bakery</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A home baker in Mumbai invited her customers to join a “Bake with Me” WhatsApp group for live baking sessions every Sunday.<br>She shared ingredients on Saturdays and went live on Sunday mornings.<br>Customers baked together virtually and shared pictures in the group.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>It builds <em>community</em>, not just customers.<br>When people emotionally connect with a brand, they stay loyal even if prices rise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5) “Mini Fitness Challenges” by a Local GymInstead of traditional ads, a fitness studio ran a 7-day “Mini Health Challenge” on WhatsApp.<br>Participants received a daily tip, one small goal (like 20 pushups), and motivation quotes.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>It drives engagement and positions the brand as a <em>coach</em>, not a seller.<br>At the end of the week, they offered discounted memberships and sign-ups skyrocketed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">6) “Ask the Expert” by a Skincare Brand</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A small skincare startup used WhatsApp to host weekly Q&amp;A sessions.<br>Customers could message their skin issues, and the brand’s consultant replied with personalized advice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example Message:</strong><br>“Hi Meera For your dry skin, try our Vitamin E mask twice a week. Want me to share a discount link?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>It feels like 1-on-1 care.<br>People trust advice that comes through <em>conversation</em> not cold ads.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">7) “Cart Recovery Chat” by an Online Store</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A small e-commerce brand connected WhatsApp to their online store using tools like <strong>WowChat.CO</strong>.<br>When a shopper abandoned their cart, they automatically got a friendly message:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example Message:</strong><br>“Hey Akash You left these items in your cart.<br>Still thinking about them? Here’s 10% off if you complete your order today!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>It’s personal, timely, and conversational not like an automated email.<br><strong>Result:</strong> Cart recovery rates jumped by 25%.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">8) “Share Your Story” by a Handicraft Brand</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A handmade jewelry brand ran a campaign asking customers to share photos of them wearing their products.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example Message:</strong><br>“Show us your sparkle! Send a pic wearing our jewelry best photos win free earrings!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They reposted stories (with permission) building real social proof.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>People love being featured. It turns customers into <em>brand ambassadors</em>.<br>It also creates authentic, user-generated content for marketing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">9) “Property of the Week” by a Real Estate Agent</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A local realtor used WhatsApp broadcasts to showcase one featured property every Friday.<br>He added a personal note:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example Message:</strong><br>“Hey Rahul, this week’s pick a 2BHK in Andheri with a balcony view. Want to schedule a quick video tour?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>It feels like a <em>friend sharing an opportunity</em>, not a salesman pitching.<br>Customers appreciate curated, human-style communication.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">10) “Birthday Surprise” by a SalonA neighborhood salon set up automated birthday reminders through WhatsApp.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Example Message:</strong><br>“Happy Birthday, Priya!<br>Celebrate with us enjoy 20% off any service this week”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>It’s thoughtful, personal, and timed perfectly.<br>People love small surprises and it drives visits without aggressive selling.</p>\n<!-- /wp:paragraph -->','Top 10 Inspiring WhatsApp Campaigns from Small Businesses','','inherit','closed','closed','','82-revision-v1','','','2025-11-12 10:19:08','2025-11-12 10:19:08','',82,'https://dev.wowchat.co/blog/?p=86',0,'revision','',0),(87,1,'2025-11-12 10:19:29','2025-11-12 10:19:29','<!-- wp:paragraph -->\n<p>Efficient chat management is key to faster responses, happier customers, and smoother operations. By organizing, automating, and monitoring your chat workflows, your business can handle more conversations with less effort  and never miss a single lead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Centralize All Your Chats</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Instead of switching between WhatsApp, Instagram, website chat, and email — bring them together in one unified inbox using tools like <strong>WowChat.CO</strong>.<br>So whether a customer messages you on Facebook at 10 a.m. or WhatsApp at 11 p.m., it all appears in one dashboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> No message goes unseen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Use Smart Auto-Replies</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Set up automated greeting messages that trigger instantly when someone sends you a message:<br>“Hey, thanks for reaching out! We’ve got your message and will reply shortly. Meanwhile, here’s our quick catalog.”<br>It sounds human, keeps engagement alive, and buys your team time to respond properly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> Customers feel acknowledged — not ignored.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Assign Conversations Automatically</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>With auto-routing, messages can be assigned to the right team or agent based on the topic or keyword.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>○ “Pricing” → goes to the sales team<br>○ “Support” → goes to customer service<br>○ “Booking” → goes to scheduling team</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> No delays caused by confusion or message forwarding.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Set SLA Alerts</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>SLA (Service Level Agreement) timers can automatically remind your team if a chat hasn’t been replied to within a set time — say, 5 minutes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> No missed deadlines, no forgotten messages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Track Response Speed Metrics</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Platforms like <strong>WowChat.CO</strong> show you real-time analytics — average response time, chat load per agent, and missed chats — so you can identify where bottlenecks happen and fix them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong> You know exactly what’s slowing down replies — and can fix it before it costs sales.</p>\n<!-- /wp:paragraph -->','Why a Slow Reply Can Kill a Sale (and How to Fix It)','','inherit','closed','closed','','85-revision-v1','','','2025-11-12 10:19:29','2025-11-12 10:19:29','',85,'https://dev.wowchat.co/blog/?p=87',0,'revision','',0),(88,1,'2025-10-29 10:22:00','2025-10-29 10:22:00','<!-- wp:paragraph -->\n<p>This is an example of how a seamless omnichannel journey looks when automated tools connect Instagram, WhatsApp, email, and SMS. The customer moves smoothly from discovery to booking without ever feeling disconnected or having to repeat themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Instagram Discovery</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Aisha sees a travel post that says “DM us for exclusive solo traveler packages.”<br>She sends a quick message:<br>“Hey, I’m looking for a 5-day trip to Bali!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Instant Response via Instagram Chatbot</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Within seconds, she gets:<br>“Hi Aisha, thanks for messaging us! Want us to send the Bali itinerary here or on WhatsApp?”<br>She picks WhatsApp.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. WhatsApp Continuation</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The chat moves automatically to WhatsApp — same brand tone, same conversation thread.<br>She doesn’t have to repeat herself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Human Takeover</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A travel consultant joins the chat, shares itinerary options, and answers her queries in real time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Email Confirmation</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Aisha books the trip, and all her chat details sync automatically to the CRM.<br>She gets her ticket confirmation by email — no data re-entry needed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. Post-Trip Follow-Up via SMS</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A few days later, she receives a friendly message:<br>“Hey Aisha! How was Bali? Rate your experience here and get 10% off your next trip.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','How to Build a Customer Journey That Works on Every Channel','','publish','open','open','','how-to-build-a-customer-journey-that-works-on-every-channel','','','2025-12-02 05:57:48','2025-12-02 05:57:48','',0,'https://dev.wowchat.co/blog/?p=88',0,'post','',0),(89,2,'2025-06-19 10:23:00','2025-06-19 10:23:00','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. Greet Them Like a Human, Not a Ticket Number</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Imagine messaging a business and getting:<br>“Your query has been received. Please wait.”<br>It sounds robotic and instantly creates distance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now compare that to:<br>“Hey Priya, thanks for reaching out! Happy to help what seems to be the issue?”<br>Feels warmer, right? That’s the power of personalization.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A simple name, a friendly tone, and a natural message tell your customer:<br>“You’re not just another chat. You matter.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>Psychologically, hearing or reading your own name activates the brain’s reward center it triggers attention and trust.<br>It’s a small effort with a big emotional payoff.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. Respond Fast Even If You Don’t Have the Full Answer</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Here’s something most businesses overlook: speed matters more than perfection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When a customer messages you, they don’t expect a perfect solution in five seconds they just want to know someone’s listening.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Even a simple acknowledgment makes them feel respected:<br>“Hey Ravi, thanks for your message! Let me check with our team I’ll update you in 15 minutes.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That one message buys time and builds trust.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>Psychologists call this the <em>Responsiveness Effect.</em><br>People feel valued when their effort (like sending a message) is acknowledged quickly it signals respect and care.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Think about it: if your friend texts you and you don’t reply for hours, it feels cold. The same goes for businesses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Follow Up Even When the Sale Is Done</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This one’s rare but it’s pure magic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most businesses vanish after the customer pays.<br>But the best ones? They check in afterward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Examples:<br>“Hey Aman, just wanted to check how’s the new sofa fitting in your space?”<br>or<br>“Hi Riya, hope your skincare kit worked out well! Want me to share a few tips to get the best results?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s how small brands build lifetime relationships.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>It activates the <em>Endowment Effect</em> when people feel emotionally invested in something because they’ve been personally cared for.<br>It makes your business stand out as thoughtful, not transactional.</p>\n<!-- /wp:paragraph -->','3 Small Chat Habits That Make Customers Feel Valued','','publish','open','open','','3-small-chat-habits-that-make-customers-feel-valued','','','2025-12-02 05:44:50','2025-12-02 05:44:50','',0,'https://dev.wowchat.co/blog/?p=89',0,'post','',0),(90,1,'2025-11-12 10:22:41','2025-11-12 10:22:41','<!-- wp:paragraph -->\n<p>This is an example of how a seamless omnichannel journey looks when automated tools connect Instagram, WhatsApp, email, and SMS. The customer moves smoothly from discovery to booking without ever feeling disconnected or having to repeat themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Instagram Discovery</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Aisha sees a travel post that says “DM us for exclusive solo traveler packages.”<br>She sends a quick message:<br>“Hey, I’m looking for a 5-day trip to Bali!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Instant Response via Instagram Chatbot</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Within seconds, she gets:<br>“Hi Aisha, thanks for messaging us! Want us to send the Bali itinerary here or on WhatsApp?”<br>She picks WhatsApp.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. WhatsApp Continuation</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The chat moves automatically to WhatsApp — same brand tone, same conversation thread.<br>She doesn’t have to repeat herself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Human Takeover</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A travel consultant joins the chat, shares itinerary options, and answers her queries in real time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Email Confirmation</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Aisha books the trip, and all her chat details sync automatically to the CRM.<br>She gets her ticket confirmation by email — no data re-entry needed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. Post-Trip Follow-Up via SMS</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A few days later, she receives a friendly message:<br>“Hey Aisha! How was Bali? Rate your experience here and get 10% off your next trip.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','How to Build a Customer Journey That Works on Every Channel','','inherit','closed','closed','','88-revision-v1','','','2025-11-12 10:22:41','2025-11-12 10:22:41','',88,'https://dev.wowchat.co/blog/?p=90',0,'revision','',0),(91,4,'2025-10-21 10:26:00','2025-10-21 10:26:00','<!-- wp:paragraph -->\n<p>This section explains how automated chat workflows help travel brands engage leads instantly, capture customer details, and seamlessly hand over conversations from bots to humans all within one integrated dashboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Auto-Welcome Replies</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Whenever someone DMs their page, the system instantly sends a warm welcome:<br>“Hey, thanks for reaching out to Voyago! Dreaming of a quick escape or a long vacation? Tap below to tell us and we’ll share the best offers for you.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>○ Weekend Trips<br>○ International Packages<br>○ Honeymoon Deals</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>It keeps engagement alive. Instead of waiting for a human, customers get an immediate, friendly response that invites action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Smart Lead Capture</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Once users click an option, the chat continues automatically:<br>“Amazing choice! Can I know your travel dates and budget range?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The system collects basic info name, destination, and travel dates and stores it in a central dashboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works technically:</strong><br>Instagram DM → integrated into WowChat.CO → conversation and lead data saved → alerts sent to the sales team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Real-Time Human Handoff</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When the chat shows real buying intent (“I want to book” or “send me payment link”), the conversation instantly transfers to a travel consultant.<br>The agent can now continue the chat right inside WowChat.CO without leaving the dashboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong><br>Fast human interaction + context from the automated flow = no awkward “Can you tell me again what you want?” moments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Cross-Channel Continuation</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Some clients prefer WhatsApp over Instagram. No problem.<br>Agents can send a quick message like:<br>“I’ll share your itinerary on WhatsApp for easier updates. Can I message you there?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With one click, the chat moves from Instagram DM → WhatsApp seamlessly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No lead lost, no manual copy-paste.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Automated Follow-Ups</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A day after the chat, if a customer hasn’t booked, they get an automatic follow-up:<br>“Hi again, Aditi. Still thinking about your Bali trip? We’ve got a special offer valid till tonight only want me to reserve it for you?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>Personalized automation creates urgency without pressure the message feels natural and relevant.</p>\n<!-- /wp:paragraph -->','How a Travel Brand Boosted Bookings Using Instagram Chat','','publish','open','open','','how-a-travel-brand-boosted-bookings-using-instagram-chat','','','2025-12-02 05:57:12','2025-12-02 05:57:12','',0,'https://dev.wowchat.co/blog/?p=91',0,'post','',0),(92,1,'2025-11-12 10:23:26','2025-11-12 10:23:26','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1) Greet Them Like a Human, Not a Ticket Number</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Imagine messaging a business and getting:<br>“Your query has been received. Please wait.”<br>It sounds robotic and instantly creates distance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now compare that to:<br>“Hey Priya, thanks for reaching out! Happy to help what seems to be the issue?”<br>Feels warmer, right? That’s the power of personalization.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A simple name, a friendly tone, and a natural message tell your customer:<br>“You’re not just another chat. You matter.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>Psychologically, hearing or reading your own name activates the brain’s reward center it triggers attention and trust.<br>It’s a small effort with a big emotional payoff.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2) Respond Fast Even If You Don’t Have the Full Answer</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Here’s something most businesses overlook: speed matters more than perfection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When a customer messages you, they don’t expect a perfect solution in five seconds they just want to know someone’s listening.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Even a simple acknowledgment makes them feel respected:<br>“Hey Ravi, thanks for your message! Let me check with our team I’ll update you in 15 minutes.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That one message buys time and builds trust.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>Psychologists call this the <em>Responsiveness Effect.</em><br>People feel valued when their effort (like sending a message) is acknowledged quickly it signals respect and care.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Think about it: if your friend texts you and you don’t reply for hours, it feels cold. The same goes for businesses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3) Follow Up Even When the Sale Is Done</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This one’s rare but it’s pure magic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most businesses vanish after the customer pays.<br>But the best ones? They check in afterward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Examples:<br>“Hey Aman, just wanted to check how’s the new sofa fitting in your space?”<br>or<br>“Hi Riya, hope your skincare kit worked out well! Want me to share a few tips to get the best results?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s how small brands build lifetime relationships.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>It activates the <em>Endowment Effect</em> when people feel emotionally invested in something because they’ve been personally cared for.<br>It makes your business stand out as thoughtful, not transactional.</p>\n<!-- /wp:paragraph -->','3 Small Chat Habits That Make Customers Feel Valued','','inherit','closed','closed','','89-revision-v1','','','2025-11-12 10:23:26','2025-11-12 10:23:26','',89,'https://dev.wowchat.co/blog/?p=92',0,'revision','',0),(93,1,'2025-11-12 10:26:40','2025-11-12 10:26:40','<!-- wp:paragraph -->\n<p>This section explains how automated chat workflows help travel brands engage leads instantly, capture customer details, and seamlessly hand over conversations from bots to humans all within one integrated dashboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Auto-Welcome Replies</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Whenever someone DMs their page, the system instantly sends a warm welcome:<br>“Hey, thanks for reaching out to Voyago! Dreaming of a quick escape or a long vacation? Tap below to tell us and we’ll share the best offers for you.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>○ Weekend Trips<br>○ International Packages<br>○ Honeymoon Deals</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>It keeps engagement alive. Instead of waiting for a human, customers get an immediate, friendly response that invites action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Smart Lead Capture</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Once users click an option, the chat continues automatically:<br>“Amazing choice! Can I know your travel dates and budget range?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The system collects basic info name, destination, and travel dates and stores it in a central dashboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works technically:</strong><br>Instagram DM → integrated into WowChat.CO → conversation and lead data saved → alerts sent to the sales team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Real-Time Human Handoff</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When the chat shows real buying intent (“I want to book” or “send me payment link”), the conversation instantly transfers to a travel consultant.<br>The agent can now continue the chat right inside WowChat.CO without leaving the dashboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong><br>Fast human interaction + context from the automated flow = no awkward “Can you tell me again what you want?” moments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Cross-Channel Continuation</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Some clients prefer WhatsApp over Instagram. No problem.<br>Agents can send a quick message like:<br>“I’ll share your itinerary on WhatsApp for easier updates. Can I message you there?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With one click, the chat moves from Instagram DM → WhatsApp seamlessly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No lead lost, no manual copy-paste.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Automated Follow-Ups</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A day after the chat, if a customer hasn’t booked, they get an automatic follow-up:<br>“Hi again, Aditi. Still thinking about your Bali trip? We’ve got a special offer valid till tonight only want me to reserve it for you?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>Personalized automation creates urgency without pressure the message feels natural and relevant.</p>\n<!-- /wp:paragraph -->','How a Travel Brand Boosted Bookings Using Instagram Chat','','inherit','closed','closed','','91-revision-v1','','','2025-11-12 10:26:40','2025-11-12 10:26:40','',91,'https://dev.wowchat.co/blog/?p=93',0,'revision','',0),(94,2,'2025-10-17 10:34:00','2025-10-17 10:34:00','<!-- wp:paragraph -->\n<p>This section provides quick, ready-to-use examples of fast and effective customer replies for common queries keeping responses human, helpful, and action-driven.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. “What are your prices?”</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Fast Reply Example:</strong><br>“Hey, here’s our pricing list for your reference .<br>If you tell me what you’re looking for, I can recommend the best option for your budget.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>It answers and engages. You don’t just send info you invite a conversation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. “Are you open today?”</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Fast Reply Example:</strong><br>“Hi! Yes, we’re open from 10 AM – 7 PM today. Would you like to book a slot?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>A short, friendly answer that immediately moves toward action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. “Where is your location?”</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Fast Reply Example:</strong><br>“We’re located at [Address]. You can find us easily on Google Maps . See you soon!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>Gives direction and sets a friendly tone that feels welcoming.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. “Do you deliver to my area?”</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Fast Reply Example:</strong><br>“Let me check! Can you share your pin code? We deliver across most locations.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>Personalized + interactive. AI or team can instantly verify and reply.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. “What’s the status of my order?”</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Fast Reply Example:</strong><br>“Sure! Please share your order ID I’ll send your live tracking link right away.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>Keeps things efficient and reassures the customer that action is happening.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. “Can I reschedule my appointment?”</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Fast Reply Example:</strong><br>“No problem! What time suits you better? You can also tap here to choose a new slot: [Reschedule Link].”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>Friendly tone + easy next step = zero frustration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>7. “Do you offer discounts?”</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Fast Reply Example:</strong><br>“We do! This week we’re offering 10% off on [specific service/product]. Would you like me to apply it for you?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>Turns a discount question into a sales opportunity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>8. “How can I contact support?”</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Fast Reply Example:</strong><br>“You’re already chatting with us. I can help you right here! What issue are you facing?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>Keeps the chat smooth instead of redirecting them elsewhere.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>9. “Do you have this in stock?”</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Fast Reply Example:</strong><br>“Let me check that for you. Which color/size are you looking for?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>Opens a conversation that leads to a possible sale not just a yes/no reply.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>10. “What payment methods do you accept?”</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Fast Reply Example:</strong><br>“We accept all major cards, UPI, and cash on delivery. Which one works best for you?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>Short, helpful, and leads the customer closer to completing the purchase.</p>\n<!-- /wp:paragraph -->','Top 10 Questions Customers Always Ask  and How to Reply Fast','','publish','open','open','','top-10-questions-customers-always-ask-and-how-to-reply-fast','','','2025-12-02 05:55:59','2025-12-02 05:55:59','',0,'https://dev.wowchat.co/blog/?p=94',0,'post','',0),(95,1,'2025-11-12 10:28:25','2025-11-12 10:28:25','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. Greet Them Like a Human, Not a Ticket Number</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Imagine messaging a business and getting:<br>“Your query has been received. Please wait.”<br>It sounds robotic and instantly creates distance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now compare that to:<br>“Hey Priya, thanks for reaching out! Happy to help what seems to be the issue?”<br>Feels warmer, right? That’s the power of personalization.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A simple name, a friendly tone, and a natural message tell your customer:<br>“You’re not just another chat. You matter.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>Psychologically, hearing or reading your own name activates the brain’s reward center it triggers attention and trust.<br>It’s a small effort with a big emotional payoff.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. Respond Fast Even If You Don’t Have the Full Answer</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Here’s something most businesses overlook: speed matters more than perfection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When a customer messages you, they don’t expect a perfect solution in five seconds they just want to know someone’s listening.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Even a simple acknowledgment makes them feel respected:<br>“Hey Ravi, thanks for your message! Let me check with our team I’ll update you in 15 minutes.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That one message buys time and builds trust.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>Psychologists call this the <em>Responsiveness Effect.</em><br>People feel valued when their effort (like sending a message) is acknowledged quickly it signals respect and care.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Think about it: if your friend texts you and you don’t reply for hours, it feels cold. The same goes for businesses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Follow Up Even When the Sale Is Done</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This one’s rare but it’s pure magic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most businesses vanish after the customer pays.<br>But the best ones? They check in afterward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Examples:<br>“Hey Aman, just wanted to check how’s the new sofa fitting in your space?”<br>or<br>“Hi Riya, hope your skincare kit worked out well! Want me to share a few tips to get the best results?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s how small brands build lifetime relationships.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>It activates the <em>Endowment Effect</em> when people feel emotionally invested in something because they’ve been personally cared for.<br>It makes your business stand out as thoughtful, not transactional.</p>\n<!-- /wp:paragraph -->','3 Small Chat Habits That Make Customers Feel Valued','','inherit','closed','closed','','89-revision-v1','','','2025-11-12 10:28:25','2025-11-12 10:28:25','',89,'https://dev.wowchat.co/blog/?p=95',0,'revision','',0),(96,1,'2025-11-12 10:34:08','2025-11-12 10:34:08','<!-- wp:paragraph -->\n<p>This section provides quick, ready-to-use examples of fast and effective customer replies for common queries keeping responses human, helpful, and action-driven.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. “What are your prices?”</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Fast Reply Example:</strong><br>“Hey, here’s our pricing list for your reference .<br>If you tell me what you’re looking for, I can recommend the best option for your budget.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>It answers and engages. You don’t just send info you invite a conversation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. “Are you open today?”</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Fast Reply Example:</strong><br>“Hi! Yes, we’re open from 10 AM – 7 PM today. Would you like to book a slot?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>A short, friendly answer that immediately moves toward action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. “Where is your location?”</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Fast Reply Example:</strong><br>“We’re located at [Address]. You can find us easily on Google Maps . See you soon!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>Gives direction and sets a friendly tone that feels welcoming.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. “Do you deliver to my area?”</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Fast Reply Example:</strong><br>“Let me check! Can you share your pin code? We deliver across most locations.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>Personalized + interactive. AI or team can instantly verify and reply.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. “What’s the status of my order?”</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Fast Reply Example:</strong><br>“Sure! Please share your order ID I’ll send your live tracking link right away.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>Keeps things efficient and reassures the customer that action is happening.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. “Can I reschedule my appointment?”</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Fast Reply Example:</strong><br>“No problem! What time suits you better? You can also tap here to choose a new slot: [Reschedule Link].”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>Friendly tone + easy next step = zero frustration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>7. “Do you offer discounts?”</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Fast Reply Example:</strong><br>“We do! This week we’re offering 10% off on [specific service/product]. Would you like me to apply it for you?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>Turns a discount question into a sales opportunity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>8. “How can I contact support?”</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Fast Reply Example:</strong><br>“You’re already chatting with us. I can help you right here! What issue are you facing?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>Keeps the chat smooth instead of redirecting them elsewhere.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>9. “Do you have this in stock?”</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Fast Reply Example:</strong><br>“Let me check that for you. Which color/size are you looking for?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>Opens a conversation that leads to a possible sale not just a yes/no reply.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>10. “What payment methods do you accept?”</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Fast Reply Example:</strong><br>“We accept all major cards, UPI, and cash on delivery. Which one works best for you?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Why it works:</strong><br>Short, helpful, and leads the customer closer to completing the purchase.</p>\n<!-- /wp:paragraph -->','Top 10 Questions Customers Always Ask  and How to Reply Fast','','inherit','closed','closed','','94-revision-v1','','','2025-11-12 10:34:08','2025-11-12 10:34:08','',94,'https://dev.wowchat.co/blog/?p=96',0,'revision','',0),(97,5,'2025-10-09 10:39:00','2025-10-09 10:39:00','<!-- wp:paragraph -->\n<p>Missed appointments hurt both your revenue and client relationships. This section explains how WhatsApp reminders help salons and spas reduce no-shows, increase loyalty, and deliver a more personal experience all through automation that feels human.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>A Missed Appointment = A Missed Opportunity</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Imagine this:<br>A client books a hair spa for Saturday at 4 PM. She’s excited on the day she books… but by Friday?<br>She forgets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your stylist waits.<br>The slot goes empty.<br>Revenue: lost.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s why smart salons and spas are using WhatsApp reminders not just to confirm bookings, but to build loyalty and keep clients coming back again and again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Why WhatsApp Works So Well</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Unlike emails or SMS, WhatsApp is personal.<br>It’s where your customers already chat with friends, family, and colleagues so your reminder feels natural, not spammy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Open rates on WhatsApp are over 95%, and most people read messages within minutes.<br>That means your reminder doesn’t get buried it gets seen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>The Experience: What Clients Actually See</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Here’s how it feels from a client’s side:<br>“Hey Aisha!<br>This is Glow Studio reminding you of your facial appointment tomorrow at 4:00 PM.<br>Tap below to confirm or reschedule.<br>Confirm | Reschedule”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s friendly, fast, and easy just a tap.<br>Clients appreciate it, and businesses love how many last-minute no-shows it prevents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>How It Actually Works Behind the Scenes</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><strong>Step</strong></th><th><strong>What Happens</strong></th><th><strong>Why It Matters</strong></th></tr></thead><tbody><tr><td><strong>1. Customer books appointment</strong></td><td>Booking happens via WhatsApp, website, or phone. Data syncs instantly to one dashboard.</td><td>Ensures all appointments are tracked automatically.</td></tr><tr><td><strong>2. System schedules reminder</strong></td><td>Automated message goes out 24 hours (and/or 2 hours) before appointment.</td><td>No manual follow-up needed.</td></tr><tr><td><strong>3. Client confirms via WhatsApp button</strong></td><td>AI or automation marks it as confirmed/rescheduled. Staff instantly sees status.</td><td>Saves time and avoids confusion.</td></tr><tr><td><strong>4. Post-service message goes out</strong></td><td>“Hope you loved your visit! Book your next appointment here.”</td><td>Keeps clients in the loop and encourages repeat visits.</td></tr><tr><td><strong>5. Data flows to CRM/Omnichannel platform</strong></td><td>Tracks visits, messages, and preferences.</td><td>Enables personalization next time.</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:paragraph -->\n<p>So your team spends less time chasing confirmations and more time pampering clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>The Secret Ingredient: Personal Touch</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Automation is great, but the magic lies in tone.<br>Every reminder should sound like it’s written by a friendly receptionist, not a robot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Hi Rina! We can’t wait to see you for your manicure tomorrow at 11 AM. Want to confirm or change the time?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This makes customers feel remembered not managed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works psychologically:</strong><br>When a message uses your name and friendly tone, it activates the brain’s “recognition response.”<br>That creates emotional connection and makes clients more likely to respond positively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>After the Appointment: Keep the Conversation Alive</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Don’t stop at reminders. Use WhatsApp to:<br>○ Send thank-you messages<br>○ Ask for feedback (“How was your experience?”)<br>○ Share exclusive offers (“Your next visit gets 10% off!”)<br>○ Send birthday greetings or special promos</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>How Omnichannel Makes It Even Better</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If your salon also takes bookings on Instagram, Facebook, or your website, an omnichannel platform like WowChat.CO connects all of them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here’s what happens:<br>○ A client DMs on Instagram → the message appears in the same inbox as WhatsApp.<br>○ You reply once, no matter the platform.<br>○ All appointment reminders and follow-ups stay synced in one system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong><br>No more lost messages. No double bookings.<br>Just smooth, consistent communication everywhere your clients chat.</p>\n<!-- /wp:paragraph -->','How Salons and Spas Keep Clients Coming Back with WhatsApp Reminders','','publish','open','open','','how-salons-and-spas-keep-clients-coming-back-with-whatsapp-reminders','','','2025-12-02 05:55:16','2025-12-02 05:55:16','',0,'https://dev.wowchat.co/blog/?p=97',0,'post','',0),(98,3,'2025-06-30 10:41:00','2025-06-30 10:41:00','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. The Challenge: Too Many Leads, Too Little Time</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Meet UrbanNest Realty, a 7-member real estate team in Mumbai handling residential and commercial projects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Their problem wasn’t getting leads it was managing them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Every day they got messages from:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>WhatsApp ads</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Instagram listings</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Facebook Marketplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Website inquiry forms</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>But those messages were spread across multiple platforms and multiple agents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The result:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Duplicate follow-ups</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Missed messages</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Confused customers</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lost sales</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>As their team lead, Ankit, put it:<br>“We weren’t losing leads because they weren’t interested we were losing them because we couldn’t reply fast enough.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s when they decided to streamline everything with WowChat.CO.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. The Solution: One Inbox for All Conversations</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The first step was connecting all their channels WhatsApp, Facebook, Instagram, and website chat into one dashboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now, every new inquiry, no matter where it came from, appeared instantly in one shared inbox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Before, we had five phones ringing all day. Now, one screen shows every message in real time,” Ankit says.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Each message automatically displayed:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Lead name</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Source (e.g., Instagram, WhatsApp, Web Form)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Project of interest</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Time of last response</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>This meant no more confusion about who messaged where.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Smart Team Collaboration Without Overlap</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Next, they used WowChat.CO’s team assignment feature.<br>Whenever a new lead came in, it was automatically assigned to an available agent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If someone messaged from a WhatsApp ad for “Palm Residency,” it went directly to the property’s assigned agent.<br>If another customer asked about “Office Space in Bandra,” it went to the commercial property team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No more double texting the same lead.<br>No more “Wait, who replied to this guy?” moments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s like we built a traffic control system for our chat inbox,” jokes Ankit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. Instant Replies That Feel Human</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In real estate, speed is everything. The faster you reply, the more likely you close the deal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So UrbanNest set up smart auto-replies on WowChat.CO friendly, human messages that instantly greet customers 24/7.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Hi Rajesh, thanks for your interest in Palm Residency. I’m Ankit from UrbanNest would you like me to share a quick video tour?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Even if no agent was online, the customer never waited in silence.<br>That single message made clients feel acknowledged and engaged right away.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>When someone gets a response instantly, their trust level spikes and they’re less likely to move on to another agent.</p>\n<!-- /wp:paragraph -->','How a Real Estate Team Manages 500+ Leads Seamlessly with WowChat.CO','','publish','open','open','','how-a-real-estate-team-manages-500-leads-seamlessly-with-wowchat-co','','','2025-12-02 05:45:25','2025-12-02 05:45:25','',0,'https://dev.wowchat.co/blog/?p=98',0,'post','',0),(99,1,'2025-11-12 10:39:52','2025-11-12 10:39:52','<!-- wp:paragraph -->\n<p>Missed appointments hurt both your revenue and client relationships. This section explains how WhatsApp reminders help salons and spas reduce no-shows, increase loyalty, and deliver a more personal experience all through automation that feels human.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>A Missed Appointment = A Missed Opportunity</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Imagine this:<br>A client books a hair spa for Saturday at 4 PM. She’s excited on the day she books… but by Friday?<br>She forgets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your stylist waits.<br>The slot goes empty.<br>Revenue: lost.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s why smart salons and spas are using WhatsApp reminders not just to confirm bookings, but to build loyalty and keep clients coming back again and again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Why WhatsApp Works So Well</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Unlike emails or SMS, WhatsApp is personal.<br>It’s where your customers already chat with friends, family, and colleagues so your reminder feels natural, not spammy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Open rates on WhatsApp are over 95%, and most people read messages within minutes.<br>That means your reminder doesn’t get buried it gets seen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>The Experience: What Clients Actually See</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Here’s how it feels from a client’s side:<br>“Hey Aisha!<br>This is Glow Studio reminding you of your facial appointment tomorrow at 4:00 PM.<br>Tap below to confirm or reschedule.<br>Confirm | Reschedule”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s friendly, fast, and easy just a tap.<br>Clients appreciate it, and businesses love how many last-minute no-shows it prevents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>How It Actually Works Behind the Scenes</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><strong>Step</strong></th><th><strong>What Happens</strong></th><th><strong>Why It Matters</strong></th></tr></thead><tbody><tr><td><strong>1. Customer books appointment</strong></td><td>Booking happens via WhatsApp, website, or phone. Data syncs instantly to one dashboard.</td><td>Ensures all appointments are tracked automatically.</td></tr><tr><td><strong>2. System schedules reminder</strong></td><td>Automated message goes out 24 hours (and/or 2 hours) before appointment.</td><td>No manual follow-up needed.</td></tr><tr><td><strong>3. Client confirms via WhatsApp button</strong></td><td>AI or automation marks it as confirmed/rescheduled. Staff instantly sees status.</td><td>Saves time and avoids confusion.</td></tr><tr><td><strong>4. Post-service message goes out</strong></td><td>“Hope you loved your visit! Book your next appointment here.”</td><td>Keeps clients in the loop and encourages repeat visits.</td></tr><tr><td><strong>5. Data flows to CRM/Omnichannel platform</strong></td><td>Tracks visits, messages, and preferences.</td><td>Enables personalization next time.</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:paragraph -->\n<p>So your team spends less time chasing confirmations and more time pampering clients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>The Secret Ingredient: Personal Touch</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Automation is great, but the magic lies in tone.<br>Every reminder should sound like it’s written by a friendly receptionist, not a robot.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Hi Rina! We can’t wait to see you for your manicure tomorrow at 11 AM. Want to confirm or change the time?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This makes customers feel remembered not managed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works psychologically:</strong><br>When a message uses your name and friendly tone, it activates the brain’s “recognition response.”<br>That creates emotional connection and makes clients more likely to respond positively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>After the Appointment: Keep the Conversation Alive</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Don’t stop at reminders. Use WhatsApp to:<br>○ Send thank-you messages<br>○ Ask for feedback (“How was your experience?”)<br>○ Share exclusive offers (“Your next visit gets 10% off!”)<br>○ Send birthday greetings or special promos</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>How Omnichannel Makes It Even Better</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If your salon also takes bookings on Instagram, Facebook, or your website, an omnichannel platform like WowChat.CO connects all of them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here’s what happens:<br>○ A client DMs on Instagram → the message appears in the same inbox as WhatsApp.<br>○ You reply once, no matter the platform.<br>○ All appointment reminders and follow-ups stay synced in one system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Result:</strong><br>No more lost messages. No double bookings.<br>Just smooth, consistent communication everywhere your clients chat.</p>\n<!-- /wp:paragraph -->','How Salons and Spas Keep Clients Coming Back with WhatsApp Reminders','','inherit','closed','closed','','97-revision-v1','','','2025-11-12 10:39:52','2025-11-12 10:39:52','',97,'https://dev.wowchat.co/blog/?p=99',0,'revision','',0),(100,1,'2025-10-06 10:46:00','2025-10-06 10:46:00','<!-- wp:paragraph -->\n<p>Customer communication has evolved. This section explains how AI-powered omnichannel chat transforms modern customer service making it faster, smarter, and more personal across every platform.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. The Way We Talk to Customers Has Changed Forever</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Once upon a time, customer service meant phone calls and long email threads.<br>Today? A single customer might DM your Instagram, reply to a WhatsApp message, and chat on your website all in one day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And here’s the truth:<br>Customers don’t care which channel they use they just want a fast, friendly, and seamless experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s where AI-powered omnichannel chat comes in.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. <strong>So, What Exactly Is “Omnichannel Magic”?</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Omnichannel” means giving customers one connected experience across all communication platforms WhatsApp, Instagram, website chat, email, SMS, and more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No matter where a conversation starts, it continues smoothly without losing context.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let’s say:<br>○ A customer messages you on WhatsApp.<br>○ Later, they move to your website chat.<br>○ Finally, they email your support team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With an omnichannel platform, your team sees the entire conversation history in one place.<br>No confusion. No “please repeat your issue.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. <strong>Where AI Fits In</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>AI is no longer a futuristic buzzword it’s your 24/7 teammate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Modern chat platforms (like WowChat.CO) use AI to:<br>○ Auto-reply to common questions (“What’s your price?”, “Where’s my order?”)<br>○ Understand intent so replies sound human, not robotic<br>○ Route chats to the right team member instantly<br>○ Suggest smart responses to your agents in real time</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This means your team works faster, replies smarter, and never misses a lead even on busy days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. <strong>Why Businesses Are Switching to AI + Omnichannel Chat</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Here’s what makes this combo unstoppable in 2025:<br>○ Speed Customers expect replies in under a minute.<br>○ Personalization AI learns from chat history to tailor messages.<br>○ Consistency One brand voice across WhatsApp, Instagram, and web chat.<br>○ Insight Smart analytics show which channels and campaigns work best.</p>\n<!-- /wp:paragraph -->','The Future of Customer Conversations: Chat, AI &amp; Omnichannel Magic','','publish','open','open','','the-future-of-customer-conversations-chat-ai-omnichannel-magic','','','2025-12-02 05:54:44','2025-12-02 05:54:44','',0,'https://dev.wowchat.co/blog/?p=100',0,'post','',0),(101,1,'2025-11-12 10:41:05','2025-11-12 10:41:05','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. The Challenge: Too Many Leads, Too Little Time</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Meet UrbanNest Realty, a 7-member real estate team in Mumbai handling residential and commercial projects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Their problem wasn’t getting leads it was managing them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Every day they got messages from:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>WhatsApp ads</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Instagram listings</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Facebook Marketplace</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Website inquiry forms</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>But those messages were spread across multiple platforms and multiple agents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The result:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Duplicate follow-ups</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Missed messages</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Confused customers</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Lost sales</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>As their team lead, Ankit, put it:<br>“We weren’t losing leads because they weren’t interested we were losing them because we couldn’t reply fast enough.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s when they decided to streamline everything with WowChat.CO.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. The Solution: One Inbox for All Conversations</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The first step was connecting all their channels WhatsApp, Facebook, Instagram, and website chat into one dashboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now, every new inquiry, no matter where it came from, appeared instantly in one shared inbox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Before, we had five phones ringing all day. Now, one screen shows every message in real time,” Ankit says.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Each message automatically displayed:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Lead name</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Source (e.g., Instagram, WhatsApp, Web Form)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Project of interest</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Time of last response</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>This meant no more confusion about who messaged where.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Smart Team Collaboration Without Overlap</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Next, they used WowChat.CO’s team assignment feature.<br>Whenever a new lead came in, it was automatically assigned to an available agent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If someone messaged from a WhatsApp ad for “Palm Residency,” it went directly to the property’s assigned agent.<br>If another customer asked about “Office Space in Bandra,” it went to the commercial property team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No more double texting the same lead.<br>No more “Wait, who replied to this guy?” moments.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“It’s like we built a traffic control system for our chat inbox,” jokes Ankit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. Instant Replies That Feel Human</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In real estate, speed is everything. The faster you reply, the more likely you close the deal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So UrbanNest set up smart auto-replies on WowChat.CO friendly, human messages that instantly greet customers 24/7.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Hi Rajesh, thanks for your interest in Palm Residency. I’m Ankit from UrbanNest would you like me to share a quick video tour?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Even if no agent was online, the customer never waited in silence.<br>That single message made clients feel acknowledged and engaged right away.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How It Works:</strong><br>When someone gets a response instantly, their trust level spikes and they’re less likely to move on to another agent.</p>\n<!-- /wp:paragraph -->','How a Real Estate Team Manages 500+ Leads Seamlessly with WowChat.CO','','inherit','closed','closed','','98-revision-v1','','','2025-11-12 10:41:05','2025-11-12 10:41:05','',98,'https://dev.wowchat.co/blog/?p=101',0,'revision','',0),(102,1,'2025-07-04 10:45:00','2025-07-04 10:45:00','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. Remember There’s a Human Behind Every Message</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It’s easy to forget that the person texting “is this available?” isn’t just another lead it’s someone with a real goal, worry, or dream.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A bride looking for her perfect outfit.<br>A first-time homebuyer nervous about their decision.<br>A parent ordering school supplies late at night.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The best businesses don’t see messages as tickets.<br>They see them as moments to make someone’s life a little easier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>When your tone is empathetic and you listen before you sell, you create an emotional connection.<br>That’s what keeps customers loyal even when competitors offer the same product cheaper.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. Respond Fast But Stay Personal</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Speed matters. But personal attention matters more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When customers message you on WhatsApp or Instagram, they expect an answer now not hours later.<br>But quick replies don’t have to sound automated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Use smart automation tools like WowChat.CO to greet customers instantly but keep responses conversational and human.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Keep Context Don’t Make Customers Repeat Themselves</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Few things frustrate a customer more than having to explain the same thing twice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I already gave my order ID.”<br>“I’ve already shared my requirements.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It feels like starting over and it kills trust.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Using tools like WowChat.CO, you can see the entire chat history across WhatsApp, Instagram, and Facebook all in one place.<br>That means your team knows exactly:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>What the customer bought before</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>What they asked about last time</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Whether anyone else on your team has spoken to them</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>So when you reply, you’re not just responding you’re continuing a relationship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. Add Value Before You Sell</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Relationships thrive when you give more than you take.<br>Customers can tell when your only goal is to close a deal and they’ll vanish.<br>But if you help first, they’ll stay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Use chat to share helpful information, not just price lists.<br>Offer guidance, insights, or small tips that make their buying decision easier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5. Follow Up the Right Way</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Following up isn’t annoying if you do it with care.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most businesses forget to message again after the first chat.<br>But great brands follow up like a friend checking in, not a salesperson chasing a deal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Set up soft, friendly reminders using your chat system simple messages that show you care, not pressure them to buy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">6. Be Consistent Across All Channels</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A real relationship doesn’t start over every time the platform changes.<br>If a customer talks to you on Instagram and later messages on WhatsApp, they expect you to remember them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>An omnichannel chat tool like WowChat.CO brings all your messages from WhatsApp, Facebook, Instagram, and your website into one dashboard.<br>That way, every team member sees the same context and can continue the conversation smoothly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">7. Treat Every Chat as the Start of a Story</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Customers remember how you make them feel not just what you sell.<br>If you treat every chat like a genuine interaction, not a transaction, they’ll keep coming back.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And soon, you won’t just have followers or leads you’ll have fans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Build small rituals of connection in your chat process:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Use their name</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Acknowledge their loyalty</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Thank them personally after every order</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Send appreciation notes like “Loved chatting with you today”</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->','How to Build Real Relationships Not Just Conversations','','publish','open','open','','how-to-build-real-relationships-not-just-conversations','','','2025-12-02 05:46:02','2025-12-02 05:46:02','',0,'https://dev.wowchat.co/blog/?p=102',0,'post','',0),(103,1,'2025-11-12 10:45:16','2025-11-12 10:45:16','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. Remember There’s a Human Behind Every Message</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It’s easy to forget that the person texting “is this available?” isn’t just another lead it’s someone with a real goal, worry, or dream.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A bride looking for her perfect outfit.<br>A first-time homebuyer nervous about their decision.<br>A parent ordering school supplies late at night.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The best businesses don’t see messages as tickets.<br>They see them as moments to make someone’s life a little easier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>When your tone is empathetic and you listen before you sell, you create an emotional connection.<br>That’s what keeps customers loyal even when competitors offer the same product cheaper.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. Respond Fast But Stay Personal</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Speed matters. But personal attention matters more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When customers message you on WhatsApp or Instagram, they expect an answer now not hours later.<br>But quick replies don’t have to sound automated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Use smart automation tools like WowChat.CO to greet customers instantly but keep responses conversational and human.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Keep Context Don’t Make Customers Repeat Themselves</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Few things frustrate a customer more than having to explain the same thing twice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I already gave my order ID.”<br>“I’ve already shared my requirements.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It feels like starting over and it kills trust.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Using tools like WowChat.CO, you can see the entire chat history across WhatsApp, Instagram, and Facebook all in one place.<br>That means your team knows exactly:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>What the customer bought before</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>What they asked about last time</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Whether anyone else on your team has spoken to them</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>So when you reply, you’re not just responding you’re continuing a relationship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. Add Value Before You Sell</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Relationships thrive when you give more than you take.<br>Customers can tell when your only goal is to close a deal and they’ll vanish.<br>But if you help first, they’ll stay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Use chat to share helpful information, not just price lists.<br>Offer guidance, insights, or small tips that make their buying decision easier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5. Follow Up the Right Way</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Following up isn’t annoying if you do it with care.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most businesses forget to message again after the first chat.<br>But great brands follow up like a friend checking in, not a salesperson chasing a deal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Set up soft, friendly reminders using your chat system simple messages that show you care, not pressure them to buy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">6. Be Consistent Across All Channels</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A real relationship doesn’t start over every time the platform changes.<br>If a customer talks to you on Instagram and later messages on WhatsApp, they expect you to remember them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>An omnichannel chat tool like WowChat.CO brings all your messages from WhatsApp, Facebook, Instagram, and your website into one dashboard.<br>That way, every team member sees the same context and can continue the conversation smoothly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">7. Treat Every Chat as the Start of a Story</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Customers remember how you make them feel not just what you sell.<br>If you treat every chat like a genuine interaction, not a transaction, they’ll keep coming back.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And soon, you won’t just have followers or leads you’ll have fans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Build small rituals of connection in your chat process:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Use their name</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Acknowledge their loyalty</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Thank them personally after every order</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Send appreciation notes like “Loved chatting with you today”</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->','How to Build Real Relationships, Not Just Conversations','','inherit','closed','closed','','102-revision-v1','','','2025-11-12 10:45:16','2025-11-12 10:45:16','',102,'https://dev.wowchat.co/blog/?p=103',0,'revision','',0),(104,2,'2025-07-09 10:51:00','2025-07-09 10:51:00','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Why Personalization Matters (Now More Than Ever)</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In 2025, customers expect more than fast replies they expect personal ones.<br>They don’t want to repeat what they said on Instagram when they message you on WhatsApp.<br>They don’t want generic answers.<br>They want to feel seen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And when they do, they reward you with something priceless loyalty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Real example:</strong><br>A customer who feels remembered is three times more likely to buy again and five times more likely to recommend your brand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So personalization isn’t just about being nice it’s smart business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">What “Personalized Conversations” Actually Mean</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Personalization doesn’t mean writing every message manually.<br>It means making every interaction feel like it’s written for them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That includes:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Remembering what they bought before</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Recommending something that fits their needs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Addressing them by name</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Acknowledging their history or preferences</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>Generic: “Hi, we have a new offer this week.”<br>Personalized: “Hey Meera, since you loved our monsoon collection last time, we thought you’d like this new arrival too.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Small change. Big difference.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">The Challenge: So Many Channels, One Customer</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Customers don’t stick to one platform anymore. They might:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>DM you on Instagram</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Message you on WhatsApp</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Comment on Facebook</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fill out your website chat form</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>If you treat each of those as separate conversations, your personalization falls apart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s where most businesses struggle they know personalization matters, but they don’t know how to keep it consistent across channels.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">How It Works: Personalization Made Easy with an Omnichannel Chat System</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Step 1: Bring Every Chat into One Dashboard</strong><br>Instead of juggling Instagram, WhatsApp, and Facebook separately, use a platform like WowChat.CO that pulls them all into one place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now, when a customer messages you on Instagram today and WhatsApp tomorrow, their entire chat history stays together.<br>No confusion. No missed details. Just one continuous conversation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Oh hi Meera, I saw your earlier message about the blue dress we’ve just restocked it in your size.”<br>That’s personalization in action powered by context.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Step 2: Use Smart Contact Profiles</strong><br>Each customer automatically gets a profile inside your chat dashboard showing:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Name</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Past purchases</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Previous chats</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Preferred channel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Notes or tags from your team</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>So whoever replies next already knows the story.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Hi Raj, I remember you booked a demo last week how did it go?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Even if a different team member replies, it still feels like one seamless experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Step 3: Create Personalized Quick Replies</strong><br>Not all messages need to be written from scratch.<br>With smart templates, you can send fast responses that still feel tailored.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Hey {{name}}, thanks for reaching out! Based on your last order, you might also love our new {{product_category}}.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These small details turn automation into conversation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Step 4: Automate Follow-Ups Without Sounding Robotic</strong><br>Instead of manually checking who hasn’t replied, set automated, friendly follow-ups personalized by name and context.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Hi Ankit, noticed you were looking at 2BHK listings last week. Want me to send you the latest offers we’ve added?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Automation helps you stay consistent while still sounding personal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Step 5: Segment Your Audience by Behavior</strong><br>Don’t send the same message to everyone.<br>Segment your customers by:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Purchase history</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Interest or product type</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Location</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Activity level</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Example for a boutique:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Send “New festive arrivals” to past buyers</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Send “First-time shopper offer” to new leads</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>WowChat.CO allows you to tag and filter customers automatically so you can personalize messages to each segment easily.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Step 6: Track and Improve with Analytics</strong><br>Personalization also means learning what works.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Track:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Who’s replying faster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Which templates perform best</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Which channels drive the most engagement</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>When you see what your audience responds to, you can personalize even better next time.</p>\n<!-- /wp:paragraph -->','How to Personalize Customer Conversations Across Multiple Channels','','publish','open','open','','how-to-personalize-customer-conversations-across-multiple-channels','','','2025-12-02 05:46:25','2025-12-02 05:46:25','',0,'https://dev.wowchat.co/blog/?p=104',0,'post','',0),(105,1,'2025-11-12 10:46:06','2025-11-12 10:46:06','<!-- wp:paragraph -->\n<p>Customer communication has evolved. This section explains how AI-powered omnichannel chat transforms modern customer service making it faster, smarter, and more personal across every platform.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. The Way We Talk to Customers Has Changed Forever</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Once upon a time, customer service meant phone calls and long email threads.<br>Today? A single customer might DM your Instagram, reply to a WhatsApp message, and chat on your website all in one day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And here’s the truth:<br>Customers don’t care which channel they use they just want a fast, friendly, and seamless experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s where AI-powered omnichannel chat comes in.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. <strong>So, What Exactly Is “Omnichannel Magic”?</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“Omnichannel” means giving customers one connected experience across all communication platforms WhatsApp, Instagram, website chat, email, SMS, and more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No matter where a conversation starts, it continues smoothly without losing context.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let’s say:<br>○ A customer messages you on WhatsApp.<br>○ Later, they move to your website chat.<br>○ Finally, they email your support team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With an omnichannel platform, your team sees the entire conversation history in one place.<br>No confusion. No “please repeat your issue.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. <strong>Where AI Fits In</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>AI is no longer a futuristic buzzword it’s your 24/7 teammate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Modern chat platforms (like WowChat.CO) use AI to:<br>○ Auto-reply to common questions (“What’s your price?”, “Where’s my order?”)<br>○ Understand intent so replies sound human, not robotic<br>○ Route chats to the right team member instantly<br>○ Suggest smart responses to your agents in real time</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This means your team works faster, replies smarter, and never misses a lead even on busy days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. <strong>Why Businesses Are Switching to AI + Omnichannel Chat</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Here’s what makes this combo unstoppable in 2025:<br>○ Speed Customers expect replies in under a minute.<br>○ Personalization AI learns from chat history to tailor messages.<br>○ Consistency One brand voice across WhatsApp, Instagram, and web chat.<br>○ Insight Smart analytics show which channels and campaigns work best.</p>\n<!-- /wp:paragraph -->','The Future of Customer Conversations: Chat, AI &amp; Omnichannel Magic','','inherit','closed','closed','','100-revision-v1','','','2025-11-12 10:46:06','2025-11-12 10:46:06','',100,'https://dev.wowchat.co/blog/?p=105',0,'revision','',0),(106,4,'2025-09-30 10:50:00','2025-09-30 10:50:00','<!-- wp:paragraph -->\n<p>Use targeted, human drip flows to turn casual leads into customers. Segment, personalize, and automate your messages so every chat feels helpful and relevant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Segment Your Leads</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Not all leads are the same.<br>Some are curious, some are comparing, and some are ready to buy today.<br>Segment them by:<br>○ Source (Facebook ad, website chat, referral)<br>○ Interest level<br>○ Product/service type</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>In WowChat.CO, you can tag each lead and create separate drip sequences for each tag.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Create a Helpful, Human Message Flow</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Each message should feel like a conversation, not a commercial.<br>Example sequence for a fitness brand:<br>Message 1: “Hey! Thanks for checking out our personal training plans”<br>Message 2: “Here’s a 2-minute video on how we customize workouts for you.”<br>Message 3: “Would you like a free consultation with our coach?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>You can pre-schedule message sequences with delay rules (e.g., send after 2 days, 5 days, etc.) and personalize them with names and details.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Mix Value and Conversation</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Alternate between educational and engaging messages.<br>○ Share tips, guides, testimonials, or success stories<br>○ Ask questions (“Which of these features matter most to you?”)<br>○ Encourage replies more chats = more conversions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>WowChat.CO allows interactive message templates (buttons, polls, quick replies) so leads can respond without typing long answers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Add Personalization</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Nothing kills engagement faster than a cold, generic message.<br>❌ “Hello Customer, please check our latest offers.”<br>✅ “Hey Riya  Still thinking about upgrading your plan? Here’s what most of our Pro users love…”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Use variables like {{name}}, {{plan}}, {{last interaction date}} in WowChat.CO templates and every message automatically feels tailored</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Track, Analyze, and Optimize</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>See what’s working and what’s not.<br>Are people clicking your links? Replying to your messages?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>WowChat.CO’s dashboard shows message delivery, read rate, reply rate, and conversion analytics helping you fine-tune your drip flow for better results.</p>\n<!-- /wp:paragraph -->','How to Nurture Leads Through WhatsApp Drip Campaigns','','publish','open','open','','how-to-nurture-leads-through-whatsapp-drip-campaigns','','','2025-12-02 05:54:07','2025-12-02 05:54:07','',0,'https://dev.wowchat.co/blog/?p=106',0,'post','',0),(107,1,'2025-11-12 10:50:20','2025-11-12 10:50:20','<!-- wp:paragraph -->\n<p>Use targeted, human drip flows to turn casual leads into customers. Segment, personalize, and automate your messages so every chat feels helpful and relevant.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. Segment Your Leads</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Not all leads are the same.<br>Some are curious, some are comparing, and some are ready to buy today.<br>Segment them by:<br>○ Source (Facebook ad, website chat, referral)<br>○ Interest level<br>○ Product/service type</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>In WowChat.CO, you can tag each lead and create separate drip sequences for each tag.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. Create a Helpful, Human Message Flow</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Each message should feel like a conversation, not a commercial.<br>Example sequence for a fitness brand:<br>Message 1: “Hey! Thanks for checking out our personal training plans”<br>Message 2: “Here’s a 2-minute video on how we customize workouts for you.”<br>Message 3: “Would you like a free consultation with our coach?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>You can pre-schedule message sequences with delay rules (e.g., send after 2 days, 5 days, etc.) and personalize them with names and details.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Mix Value and Conversation</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Alternate between educational and engaging messages.<br>○ Share tips, guides, testimonials, or success stories<br>○ Ask questions (“Which of these features matter most to you?”)<br>○ Encourage replies more chats = more conversions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>WowChat.CO allows interactive message templates (buttons, polls, quick replies) so leads can respond without typing long answers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. Add Personalization</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Nothing kills engagement faster than a cold, generic message.<br>❌ “Hello Customer, please check our latest offers.”<br>✅ “Hey Riya  Still thinking about upgrading your plan? Here’s what most of our Pro users love…”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Use variables like {{name}}, {{plan}}, {{last interaction date}} in WowChat.CO templates and every message automatically feels tailored</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. Track, Analyze, and Optimize</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>See what’s working and what’s not.<br>Are people clicking your links? Replying to your messages?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>WowChat.CO’s dashboard shows message delivery, read rate, reply rate, and conversion analytics helping you fine-tune your drip flow for better results.</p>\n<!-- /wp:paragraph -->','How to Nurture Leads Through WhatsApp Drip Campaigns','','inherit','closed','closed','','106-revision-v1','','','2025-11-12 10:50:20','2025-11-12 10:50:20','',106,'https://dev.wowchat.co/blog/?p=107',0,'revision','',0),(108,3,'2025-09-23 10:58:00','2025-09-23 10:58:00','<!-- wp:paragraph -->\n<p>Simplify customer communication by managing every message, team response, and customer detail in one unified dashboard. From automation to analytics, this process keeps everything connected and efficient.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Step 1: Unified Inbox</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>All incoming messages from WhatsApp, Instagram DMs, Facebook Messenger, or your website chat automatically appear in a single, organized inbox.<br>Each chat is tagged with its source and customer name.<br>Agents can see who’s talking to whom avoiding duplicate replies or confusion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>Priya messages you on Instagram today, and next week she sends a WhatsApp text.<br>WowChat.CO automatically links those two chats under one profile so your team always knows her history.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Step 2: Team Collaboration Made Easy</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Inside WowChat.CO, multiple agents can handle chats together.<br>○ Assign chats to teammates<br>○ Leave internal notes (invisible to customers)<br>○ Tag issues for follow-up<br>○ Transfer conversations seamlessly between departments</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s like Slack meets customer support fast, fluid, and fully connected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Step 3: Smart Automation That Lightens the Load</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The system doesn’t just organize chats it works for you.<br>You can set up:<br>○ Automated greeting messages (“Hey Thanks for reaching out!”)<br>○ FAQ bots for common queries<br>○ Auto-routing to the right department (sales, billing, or support)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So your human agents focus on real conversations not copy-pasting the same answers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Step 4: Context That Powers Personalization</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Every message comes with context customer name, channel, chat history, notes, and tags.<br>So when your agent replies, they sound informed and personal:<br>“Hey Rahul, I remember you were checking out our premium plan last week would you like me to send the details again?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s how a simple chat turns into a relationship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Step 5: Insights That Keep Everyone Aligned</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Managers can see:<br>○ Average response time<br>○ Number of missed messages<br>○ Which channels perform best<br>○ Agent performance analytics</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No more guesswork real data powers real improvement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>If WhatsApp gets the most customer activity, you can prioritize staffing or automation there.</p>\n<!-- /wp:paragraph -->','Behind the Scenes: How WowChat.CO Keeps Teams Connected Across Channels','','publish','open','open','','behind-the-scenes-how-wowchat-co-keeps-teams-connected-across-channels','','','2025-12-02 05:53:37','2025-12-02 05:53:37','',0,'https://dev.wowchat.co/blog/?p=108',0,'post','',0),(109,1,'2025-11-12 10:51:14','2025-11-12 10:51:14','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Why Personalization Matters (Now More Than Ever)</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In 2025, customers expect more than fast replies they expect personal ones.<br>They don’t want to repeat what they said on Instagram when they message you on WhatsApp.<br>They don’t want generic answers.<br>They want to feel seen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And when they do, they reward you with something priceless loyalty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Real example:</strong><br>A customer who feels remembered is three times more likely to buy again and five times more likely to recommend your brand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So personalization isn’t just about being nice it’s smart business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">What “Personalized Conversations” Actually Mean</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Personalization doesn’t mean writing every message manually.<br>It means making every interaction feel like it’s written for them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That includes:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Remembering what they bought before</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Recommending something that fits their needs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Addressing them by name</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Acknowledging their history or preferences</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>Generic: “Hi, we have a new offer this week.”<br>Personalized: “Hey Meera, since you loved our monsoon collection last time, we thought you’d like this new arrival too.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Small change. Big difference.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">The Challenge: So Many Channels, One Customer</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Customers don’t stick to one platform anymore. They might:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>DM you on Instagram</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Message you on WhatsApp</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Comment on Facebook</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fill out your website chat form</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>If you treat each of those as separate conversations, your personalization falls apart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s where most businesses struggle they know personalization matters, but they don’t know how to keep it consistent across channels.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">How It Works: Personalization Made Easy with an Omnichannel Chat System</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Step 1: Bring Every Chat into One Dashboard</strong><br>Instead of juggling Instagram, WhatsApp, and Facebook separately, use a platform like WowChat.CO that pulls them all into one place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now, when a customer messages you on Instagram today and WhatsApp tomorrow, their entire chat history stays together.<br>No confusion. No missed details. Just one continuous conversation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“Oh hi Meera, I saw your earlier message about the blue dress we’ve just restocked it in your size.”<br>That’s personalization in action powered by context.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Step 2: Use Smart Contact Profiles</strong><br>Each customer automatically gets a profile inside your chat dashboard showing:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Name</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Past purchases</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Previous chats</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Preferred channel</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Notes or tags from your team</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>So whoever replies next already knows the story.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Hi Raj, I remember you booked a demo last week how did it go?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Even if a different team member replies, it still feels like one seamless experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Step 3: Create Personalized Quick Replies</strong><br>Not all messages need to be written from scratch.<br>With smart templates, you can send fast responses that still feel tailored.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Hey {{name}}, thanks for reaching out! Based on your last order, you might also love our new {{product_category}}.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These small details turn automation into conversation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Step 4: Automate Follow-Ups Without Sounding Robotic</strong><br>Instead of manually checking who hasn’t replied, set automated, friendly follow-ups personalized by name and context.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Hi Ankit, noticed you were looking at 2BHK listings last week. Want me to send you the latest offers we’ve added?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Automation helps you stay consistent while still sounding personal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Step 5: Segment Your Audience by Behavior</strong><br>Don’t send the same message to everyone.<br>Segment your customers by:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Purchase history</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Interest or product type</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Location</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Activity level</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Example for a boutique:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Send “New festive arrivals” to past buyers</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Send “First-time shopper offer” to new leads</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>WowChat.CO allows you to tag and filter customers automatically so you can personalize messages to each segment easily.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Step 6: Track and Improve with Analytics</strong><br>Personalization also means learning what works.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Track:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Who’s replying faster</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Which templates perform best</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Which channels drive the most engagement</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>When you see what your audience responds to, you can personalize even better next time.</p>\n<!-- /wp:paragraph -->','How to Personalize Customer Conversations Across Multiple Channels','','inherit','closed','closed','','104-revision-v1','','','2025-11-12 10:51:14','2025-11-12 10:51:14','',104,'https://dev.wowchat.co/blog/?p=109',0,'revision','',0),(110,1,'2025-11-12 10:58:48','2025-11-12 10:58:48','<!-- wp:paragraph -->\n<p>Simplify customer communication by managing every message, team response, and customer detail in one unified dashboard. From automation to analytics, this process keeps everything connected and efficient.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Step 1: Unified Inbox</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>All incoming messages from WhatsApp, Instagram DMs, Facebook Messenger, or your website chat automatically appear in a single, organized inbox.<br>Each chat is tagged with its source and customer name.<br>Agents can see who’s talking to whom avoiding duplicate replies or confusion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>Priya messages you on Instagram today, and next week she sends a WhatsApp text.<br>WowChat.CO automatically links those two chats under one profile so your team always knows her history.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Step 2: Team Collaboration Made Easy</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Inside WowChat.CO, multiple agents can handle chats together.<br>○ Assign chats to teammates<br>○ Leave internal notes (invisible to customers)<br>○ Tag issues for follow-up<br>○ Transfer conversations seamlessly between departments</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s like Slack meets customer support fast, fluid, and fully connected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Step 3: Smart Automation That Lightens the Load</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The system doesn’t just organize chats it works for you.<br>You can set up:<br>○ Automated greeting messages (“Hey Thanks for reaching out!”)<br>○ FAQ bots for common queries<br>○ Auto-routing to the right department (sales, billing, or support)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So your human agents focus on real conversations not copy-pasting the same answers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Step 4: Context That Powers Personalization</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Every message comes with context customer name, channel, chat history, notes, and tags.<br>So when your agent replies, they sound informed and personal:<br>“Hey Rahul, I remember you were checking out our premium plan last week would you like me to send the details again?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s how a simple chat turns into a relationship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Step 5: Insights That Keep Everyone Aligned</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Managers can see:<br>○ Average response time<br>○ Number of missed messages<br>○ Which channels perform best<br>○ Agent performance analytics</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No more guesswork real data powers real improvement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>If WhatsApp gets the most customer activity, you can prioritize staffing or automation there.</p>\n<!-- /wp:paragraph -->','Behind the Scenes: How WowChat.CO Keeps Teams Connected Across Channels','','inherit','closed','closed','','108-revision-v1','','','2025-11-12 10:58:48','2025-11-12 10:58:48','',108,'https://dev.wowchat.co/blog/?p=110',0,'revision','',0),(111,1,'2025-09-18 11:05:00','2025-09-18 11:05:00','<!-- wp:paragraph -->\n<p>Discover why modern businesses are moving from email to chat where speed, personalization, and human connection come together to create better customer experiences and stronger relationships.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. It’s Instant No Waiting, No Frustration</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Emails feel slow and formal. Chat feels immediate.<br>Customers can ask, get an answer, and move on all within minutes.<br>That instant response builds satisfaction and trust.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Omnichannel chat platforms like WowChat.CO send instant notifications to your team, so no customer message ever sits unread.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. It Feels Personal, Not Robotic</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In a chat, people can say “Hey” or use casual expressions it feels like talking to a real person, not a corporate inbox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>With chat templates and AI that adapts to tone, brands can keep messages warm and conversational even when automated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Customers Stay Where They Already Are</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Your customers are already chatting on WhatsApp, Instagram, and Facebook.<br>Email requires switching apps chat happens right there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Using WowChat.CO, all messages from different platforms flow into one dashboard no missed replies, no juggling multiple tabs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. It Feels More Human</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Chat creates space for empathy.<br>When a customer says, “I’m frustrated,” your agent can instantly reply with:<br>“I totally understand how that feels let’s fix this right away.”<br>Try saying that over email… it loses warmth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>AI tools analyze message sentiment so your team knows when to respond with empathy versus quick info.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. No Formalities Needed</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>No one likes typing long paragraphs with subject lines and signatures.<br>In chat, a customer can just say:<br>“Hey, what’s your return policy?”<br>and get an instant answer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Quick-reply buttons, saved templates, and automated FAQ bots handle these common queries in seconds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. It’s Mobile-Friendly</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Emails get buried in inboxes. Chats ping directly to your phone.<br>That’s why customers open WhatsApp messages 98% of the time compared to less than 20% for email.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>When businesses use chat automation, they can send personalized updates, receipts, and reminders straight to the customer’s mobile device.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>7. It’s Easier to Build Relationships</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Chat allows for quick check-ins and ongoing conversations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Hey, how’s that product working for you?”<br>That tiny message creates connection and repeat sales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>With chat CRMs like WowChat.CO, you can tag returning customers, set reminders, and follow up automatically without sounding pushy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>8. It Helps Solve Problems Faster</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Email threads get messy. Chats are quick, interactive, and easy to follow.<br>Customers can send photos, screenshots, or even voice notes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Chat systems integrate media sharing, so support agents can diagnose and solve issues instantly without long back-and-forth emails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>9. It’s Perfect for Real-Time Sales</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When a customer is deciding whether to buy, speed matters.<br>Chat allows your team to step in right at that decision moment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Automated chat triggers can send a helpful nudge like:<br>“Still thinking about this item? We can help you choose!”<br>That single message often seals the deal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>10. Customers Feel Heard Instantly</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The magic of chat is acknowledgment.<br>Even if the full answer takes time, customers get an instant, friendly response.<br>“Got your message! We’re checking and will update you soon.”<br>That tiny reassurance makes all the difference.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Automated “first replies” are set up to acknowledge every new chat so no message ever feels ignored.</p>\n<!-- /wp:paragraph -->','Top 10 Reasons Your Customers Prefer Chat Over Email','','publish','open','open','','top-10-reasons-your-customers-prefer-chat-over-email','','','2025-12-02 05:52:51','2025-12-02 05:52:51','',0,'https://dev.wowchat.co/blog/?p=111',0,'post','',0),(112,1,'2025-11-12 11:05:39','2025-11-12 11:05:39','<!-- wp:paragraph -->\n<p>Discover why modern businesses are moving from email to chat where speed, personalization, and human connection come together to create better customer experiences and stronger relationships.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>1. It’s Instant No Waiting, No Frustration</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Emails feel slow and formal. Chat feels immediate.<br>Customers can ask, get an answer, and move on all within minutes.<br>That instant response builds satisfaction and trust.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Omnichannel chat platforms like WowChat.CO send instant notifications to your team, so no customer message ever sits unread.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>2. It Feels Personal, Not Robotic</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In a chat, people can say “Hey” or use casual expressions it feels like talking to a real person, not a corporate inbox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>With chat templates and AI that adapts to tone, brands can keep messages warm and conversational even when automated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>3. Customers Stay Where They Already Are</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Your customers are already chatting on WhatsApp, Instagram, and Facebook.<br>Email requires switching apps chat happens right there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Using WowChat.CO, all messages from different platforms flow into one dashboard no missed replies, no juggling multiple tabs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>4. It Feels More Human</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Chat creates space for empathy.<br>When a customer says, “I’m frustrated,” your agent can instantly reply with:<br>“I totally understand how that feels let’s fix this right away.”<br>Try saying that over email… it loses warmth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>AI tools analyze message sentiment so your team knows when to respond with empathy versus quick info.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>5. No Formalities Needed</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>No one likes typing long paragraphs with subject lines and signatures.<br>In chat, a customer can just say:<br>“Hey, what’s your return policy?”<br>and get an instant answer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Quick-reply buttons, saved templates, and automated FAQ bots handle these common queries in seconds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>6. It’s Mobile-Friendly</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Emails get buried in inboxes. Chats ping directly to your phone.<br>That’s why customers open WhatsApp messages 98% of the time compared to less than 20% for email.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>When businesses use chat automation, they can send personalized updates, receipts, and reminders straight to the customer’s mobile device.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>7. It’s Easier to Build Relationships</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Chat allows for quick check-ins and ongoing conversations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Hey, how’s that product working for you?”<br>That tiny message creates connection and repeat sales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>With chat CRMs like WowChat.CO, you can tag returning customers, set reminders, and follow up automatically without sounding pushy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>8. It Helps Solve Problems Faster</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Email threads get messy. Chats are quick, interactive, and easy to follow.<br>Customers can send photos, screenshots, or even voice notes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Chat systems integrate media sharing, so support agents can diagnose and solve issues instantly without long back-and-forth emails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>9. It’s Perfect for Real-Time Sales</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When a customer is deciding whether to buy, speed matters.<br>Chat allows your team to step in right at that decision moment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Automated chat triggers can send a helpful nudge like:<br>“Still thinking about this item? We can help you choose!”<br>That single message often seals the deal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>10. Customers Feel Heard Instantly</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The magic of chat is acknowledgment.<br>Even if the full answer takes time, customers get an instant, friendly response.<br>“Got your message! We’re checking and will update you soon.”<br>That tiny reassurance makes all the difference.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Automated “first replies” are set up to acknowledge every new chat so no message ever feels ignored.</p>\n<!-- /wp:paragraph -->','Top 10 Reasons Your Customers Prefer Chat Over Email','','inherit','closed','closed','','111-revision-v1','','','2025-11-12 11:05:39','2025-11-12 11:05:39','',111,'https://dev.wowchat.co/blog/?p=112',0,'revision','',0),(113,1,'2025-09-09 11:10:00','2025-09-09 11:10:00','<!-- wp:paragraph -->\n<p>Building a consistent brand voice across all your chat platforms helps customers instantly recognize and connect with your business. From WhatsApp to Instagram, every message should sound like it’s coming from the same trusted brand professional, approachable, and true to your personality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Step 1: Define Your Brand Personality</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Before you even send a message, ask yourself:<br>“If my brand were a person, how would it talk?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Would it be:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Friendly and casual (“Hey there!”)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Professional and polite (“Hello, how may we assist you today?”)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bold and confident (“Let’s make it happen”)</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Write down 3–5 adjectives that define your tone.<br>This becomes your voice blueprint.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Our tone is friendly, respectful, and helpful never pushy.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Step 2: Create Chat Guidelines</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A simple chat style guide keeps your entire team aligned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Include:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Greeting examples (Hi/Hey/Hello?)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Emoji usage (allowed or not?)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>How to handle complaints</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Signature phrases (like “Team WowChat.CO”)</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>When everyone follows the same rulebook, your chats sound uniform — no matter who’s typing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Step 3: Sync Your Voice Across All Channels</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Here’s the tricky part consistency across multiple platforms:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1. WhatsApp</strong><br>Use short, personal messages.<br><strong>Example:</strong><br>“Hey Priya, thanks for reaching out! Here’s the catalog link.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>2. Instagram</strong><br>Stay conversational and visual.<br><strong>Example:</strong><br>“We love that you noticed! Here’s how to order: [link]”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3. Facebook</strong><br>Friendly and helpful.<br><strong>Example:</strong><br>“Hi there! We’d be happy to help you with that. Drop your details below.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>4. Website Chat</strong><br>Professional and informative.<br><strong>Example:</strong><br>“Welcome to WowChat.CO! How can we assist you today?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Different platforms, same brand personality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Step 4: Automate  But Keep It Human</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Automation helps you stay consistent even when you’re handling 100+ messages daily.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With platforms like WowChat.CO, you can:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>◯ Create reusable templates with your brand tone</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>◯ Set automated greetings and FAQs that sound “you”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>◯ Train your AI assistant to mimic your chat style</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Hey, we’ve got your message! One of our team members will reply shortly.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sounds friendly and natural not robotic.<br>That’s how automation supports your brand voice instead of replacing it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Step 5: Review and Refine</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Consistency doesn’t mean stiffness.<br>Review chat interactions regularly to make sure your tone still feels fresh and real.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ask yourself:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>◯ Are our replies too formal or too casual?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>◯ Are customers engaging more when we sound friendly?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>◯ Does our chat tone match our social media tone?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then tweak as you grow.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>How It Works (Omnichannel Explanation)</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Creating a consistent voice across multiple chat apps becomes easy when you use an omnichannel chat platform like WowChat.CO.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Here’s how it works behind the scenes:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1. One Inbox for All Messages</strong><br>All WhatsApp, Instagram, Facebook, and website chats come into one dashboard.<br>You see every conversation in one place no app switching.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>2. Shared Templates &amp; Tone Library</strong><br>Your pre-set templates ensure every agent replies using the same tone and words.<br><strong>Example:</strong><br>“Hey there, thanks for contacting WowChat.CO!” (used across all platforms)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3. AI-Powered Brand Voice Matching</strong><br>AI learns your tone and automatically generates responses that sound like you.<br>So even if one agent is new, they’ll still sound “on-brand.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>4. Performance Tracking</strong><br>You can track tone consistency, response times, and customer sentiment ensuring your chat voice feels authentic and consistent across all touchpoints.</p>\n<!-- /wp:paragraph -->','How to Create a Consistent Brand Voice Across All Your Chat Channels','','publish','open','open','','how-to-create-a-consistent-brand-voice-across-all-your-chat-channels','','','2025-12-02 05:52:14','2025-12-02 05:52:14','',0,'https://dev.wowchat.co/blog/?p=113',0,'post','',0),(114,1,'2025-11-12 11:10:58','2025-11-12 11:10:58','<!-- wp:paragraph -->\n<p>Building a consistent brand voice across all your chat platforms helps customers instantly recognize and connect with your business. From WhatsApp to Instagram, every message should sound like it’s coming from the same trusted brand professional, approachable, and true to your personality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Step 1: Define Your Brand Personality</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Before you even send a message, ask yourself:<br>“If my brand were a person, how would it talk?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Would it be:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Friendly and casual (“Hey there!”)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Professional and polite (“Hello, how may we assist you today?”)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Bold and confident (“Let’s make it happen”)</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Write down 3–5 adjectives that define your tone.<br>This becomes your voice blueprint.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Our tone is friendly, respectful, and helpful never pushy.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Step 2: Create Chat Guidelines</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A simple chat style guide keeps your entire team aligned.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Include:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Greeting examples (Hi/Hey/Hello?)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Emoji usage (allowed or not?)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>How to handle complaints</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Signature phrases (like “Team WowChat.CO”)</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>When everyone follows the same rulebook, your chats sound uniform — no matter who’s typing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Step 3: Sync Your Voice Across All Channels</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Here’s the tricky part consistency across multiple platforms:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1. WhatsApp</strong><br>Use short, personal messages.<br><strong>Example:</strong><br>“Hey Priya, thanks for reaching out! Here’s the catalog link.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>2. Instagram</strong><br>Stay conversational and visual.<br><strong>Example:</strong><br>“We love that you noticed! Here’s how to order: [link]”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3. Facebook</strong><br>Friendly and helpful.<br><strong>Example:</strong><br>“Hi there! We’d be happy to help you with that. Drop your details below.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>4. Website Chat</strong><br>Professional and informative.<br><strong>Example:</strong><br>“Welcome to WowChat.CO! How can we assist you today?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Different platforms, same brand personality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Step 4: Automate  But Keep It Human</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Automation helps you stay consistent even when you’re handling 100+ messages daily.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With platforms like WowChat.CO, you can:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>◯ Create reusable templates with your brand tone</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>◯ Set automated greetings and FAQs that sound “you”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>◯ Train your AI assistant to mimic your chat style</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Example:</strong><br>“Hey, we’ve got your message! One of our team members will reply shortly.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sounds friendly and natural not robotic.<br>That’s how automation supports your brand voice instead of replacing it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Step 5: Review and Refine</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Consistency doesn’t mean stiffness.<br>Review chat interactions regularly to make sure your tone still feels fresh and real.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ask yourself:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>◯ Are our replies too formal or too casual?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>◯ Are customers engaging more when we sound friendly?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>◯ Does our chat tone match our social media tone?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then tweak as you grow.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>How It Works (Omnichannel Explanation)</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Creating a consistent voice across multiple chat apps becomes easy when you use an omnichannel chat platform like WowChat.CO.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Here’s how it works behind the scenes:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>1. One Inbox for All Messages</strong><br>All WhatsApp, Instagram, Facebook, and website chats come into one dashboard.<br>You see every conversation in one place no app switching.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>2. Shared Templates &amp; Tone Library</strong><br>Your pre-set templates ensure every agent replies using the same tone and words.<br><strong>Example:</strong><br>“Hey there, thanks for contacting WowChat.CO!” (used across all platforms)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>3. AI-Powered Brand Voice Matching</strong><br>AI learns your tone and automatically generates responses that sound like you.<br>So even if one agent is new, they’ll still sound “on-brand.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>4. Performance Tracking</strong><br>You can track tone consistency, response times, and customer sentiment ensuring your chat voice feels authentic and consistent across all touchpoints.</p>\n<!-- /wp:paragraph -->','How to Create a Consistent Brand Voice Across All Your Chat Channels','','inherit','closed','closed','','113-revision-v1','','','2025-11-12 11:10:58','2025-11-12 11:10:58','',113,'https://dev.wowchat.co/blog/?p=114',0,'revision','',0),(115,4,'2025-09-03 11:30:00','2025-09-03 11:30:00','<!-- wp:paragraph -->\n<p>Fast replies aren’t just about efficiency they’re about psychology. When customers message your business, they’re often seconds away from a purchase decision. How quickly you respond can make the difference between winning or losing that sale.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>The Psychology Behind Fast Replies</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When customers message your business, they’re in the decision-making moment.<br>They’re ready to act, but only if you respond quickly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A quick reply tells them:<br>○ “We’re here.”<br>○  “We care.”<br>○  “We’re professional.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A slow reply says the opposite.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A study by Meta found that businesses replying within 5 minutes are <strong>70% more likely to convert a lead</strong> than those that take longer.<br>That’s how powerful response speed is it literally decides who gets the sale.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Why Fast Replies Matter Emotionally</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It’s not just about information it’s about feeling heard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When a customer gets a fast reply, their brain releases a small dose of dopamine — the same chemical linked to reward and satisfaction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>○ They feel important.<br>○ They feel prioritized.<br>○ They start trusting you before even buying.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That emotional connection is what makes them click “Buy Now.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Real-Life Example</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Meet Riya, who runs a local home décor store.<br>She used to check WhatsApp messages only twice a day.<br>By the time she replied, customers had already purchased from someone else.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then she installed <strong>WowChat.CO</strong>, which automatically replied instantly:<br>“Hey, thanks for reaching out! I’ll share product details in just a moment.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Even that small message made customers wait because they knew someone was active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Within 2 weeks, her response time dropped from hours to seconds and her weekly sales went up by <strong>40%</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>How It Actually Works (Behind the Scenes)</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Let’s break down what happens when you automate your replies:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>○ <strong>Instant Acknowledgment</strong><br>The system detects a new message and automatically replies:<br>“Hi Rahul! Thanks for reaching out. Our team will get back to you shortly.”<br>This prevents silence the #1 reason leads drop off.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Customers don’t stick to one platform anymore. They might:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>○ <strong>Smart Routing</strong><br>If it’s a sales question → goes to the sales team.<br>If it’s support → goes to support.<br>If it’s general info → handled by automation.<br>No confusion. No delays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>○ <strong>Multi-Channel Connection</strong><br>Customers might message you from WhatsApp, Instagram, Facebook, or your website chat.<br>All messages land in one inbox.<br>Your team doesn’t have to check five apps just one screen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>○ <strong>Quick Response Templates</strong><br>Common questions like “What’s your price?”, “Do you deliver?”, or “Can I see more photos?”<br>You can set one-click templates so your team replies instantly with a personal touch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>○ <strong>AI + Human Combo</strong><br>AI handles the instant response.<br>Your human team steps in for deeper conversations like negotiation or custom requests.<br>That balance keeps your chat experience fast and real.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>The Real Impact of Speed</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><strong>Metric</strong></th><th><strong>Before</strong></th><th><strong>After Automation</strong></th></tr></thead><tbody><tr><td>Avg. Reply Time</td><td>2+ hours</td><td>Under 1 minute</td></tr><tr><td>Lead Conversion</td><td>~15%</td><td>35–50%</td></tr><tr><td>Customer Satisfaction</td><td>Average</td><td>Excellent</td></tr><tr><td>Repeat Buyers</td><td>Occasional</td><td>Frequent</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:paragraph -->\n<p>Your customers don’t want perfection — they want presence.<br>The faster you show up, the faster they buy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>The Omnichannel Advantage</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you’re managing multiple channels (WhatsApp, Instagram, Facebook), keeping up can feel impossible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Platforms like <strong>WowChat.CO</strong> help you:<br>○ Manage all chats from one dashboard<br>○ Automate instant replies<br>○ Assign leads to agents automatically<br>○ Track response time and conversion rate</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s how you reply faster without losing your mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>The Human Side of Speed</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Speed isn’t about being robotic.<br>It’s about showing customers you value their time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A quick “Hey, I’m on it!” message can calm frustration, build trust, and open the door to a sale.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When your business replies fast, it sends one clear message:<br><strong>“You matter.”</strong><br>And that’s what keeps people coming back.</p>\n<!-- /wp:paragraph -->','Why Businesses That Reply Faster Win More Sales','','publish','open','open','','why-businesses-that-reply-faster-win-more-sales','','','2025-12-02 05:51:42','2025-12-02 05:51:42','',0,'https://dev.wowchat.co/blog/?p=115',0,'post','',0),(116,1,'2025-11-12 11:30:53','2025-11-12 11:30:53','<!-- wp:paragraph -->\n<p>Fast replies aren’t just about efficiency they’re about psychology. When customers message your business, they’re often seconds away from a purchase decision. How quickly you respond can make the difference between winning or losing that sale.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>The Psychology Behind Fast Replies</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When customers message your business, they’re in the decision-making moment.<br>They’re ready to act, but only if you respond quickly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A quick reply tells them:<br>○ “We’re here.”<br>○  “We care.”<br>○  “We’re professional.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A slow reply says the opposite.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A study by Meta found that businesses replying within 5 minutes are <strong>70% more likely to convert a lead</strong> than those that take longer.<br>That’s how powerful response speed is it literally decides who gets the sale.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Why Fast Replies Matter Emotionally</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It’s not just about information it’s about feeling heard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When a customer gets a fast reply, their brain releases a small dose of dopamine — the same chemical linked to reward and satisfaction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>○ They feel important.<br>○ They feel prioritized.<br>○ They start trusting you before even buying.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That emotional connection is what makes them click “Buy Now.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Real-Life Example</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Meet Riya, who runs a local home décor store.<br>She used to check WhatsApp messages only twice a day.<br>By the time she replied, customers had already purchased from someone else.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then she installed <strong>WowChat.CO</strong>, which automatically replied instantly:<br>“Hey, thanks for reaching out! I’ll share product details in just a moment.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Even that small message made customers wait because they knew someone was active.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Within 2 weeks, her response time dropped from hours to seconds and her weekly sales went up by <strong>40%</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>How It Actually Works (Behind the Scenes)</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Let’s break down what happens when you automate your replies:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>○ <strong>Instant Acknowledgment</strong><br>The system detects a new message and automatically replies:<br>“Hi Rahul! Thanks for reaching out. Our team will get back to you shortly.”<br>This prevents silence the #1 reason leads drop off.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Customers don’t stick to one platform anymore. They might:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>○ <strong>Smart Routing</strong><br>If it’s a sales question → goes to the sales team.<br>If it’s support → goes to support.<br>If it’s general info → handled by automation.<br>No confusion. No delays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>○ <strong>Multi-Channel Connection</strong><br>Customers might message you from WhatsApp, Instagram, Facebook, or your website chat.<br>All messages land in one inbox.<br>Your team doesn’t have to check five apps just one screen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>○ <strong>Quick Response Templates</strong><br>Common questions like “What’s your price?”, “Do you deliver?”, or “Can I see more photos?”<br>You can set one-click templates so your team replies instantly with a personal touch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>○ <strong>AI + Human Combo</strong><br>AI handles the instant response.<br>Your human team steps in for deeper conversations like negotiation or custom requests.<br>That balance keeps your chat experience fast and real.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>The Real Impact of Speed</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><strong>Metric</strong></th><th><strong>Before</strong></th><th><strong>After Automation</strong></th></tr></thead><tbody><tr><td>Avg. Reply Time</td><td>2+ hours</td><td>Under 1 minute</td></tr><tr><td>Lead Conversion</td><td>~15%</td><td>35–50%</td></tr><tr><td>Customer Satisfaction</td><td>Average</td><td>Excellent</td></tr><tr><td>Repeat Buyers</td><td>Occasional</td><td>Frequent</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:paragraph -->\n<p>Your customers don’t want perfection — they want presence.<br>The faster you show up, the faster they buy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>The Omnichannel Advantage</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you’re managing multiple channels (WhatsApp, Instagram, Facebook), keeping up can feel impossible.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Platforms like <strong>WowChat.CO</strong> help you:<br>○ Manage all chats from one dashboard<br>○ Automate instant replies<br>○ Assign leads to agents automatically<br>○ Track response time and conversion rate</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s how you reply faster without losing your mind.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>The Human Side of Speed</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Speed isn’t about being robotic.<br>It’s about showing customers you value their time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A quick “Hey, I’m on it!” message can calm frustration, build trust, and open the door to a sale.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When your business replies fast, it sends one clear message:<br><strong>“You matter.”</strong><br>And that’s what keeps people coming back.</p>\n<!-- /wp:paragraph -->','Why Businesses That Reply Faster Win More Sales','','inherit','closed','closed','','115-revision-v1','','','2025-11-12 11:30:53','2025-11-12 11:30:53','',115,'https://dev.wowchat.co/blog/?p=116',0,'revision','',0),(117,3,'2025-08-29 11:36:00','2025-08-29 11:36:00','<!-- wp:paragraph -->\n<p>Automation helps businesses handle high message volumes efficiently while keeping responses fast, personal, and on-brand. Here’s how to use automation smartly without losing the human touch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 1: Automate the First Hello</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When someone messages your business especially after hours silence kills trust.<br>A simple automated greeting works wonders:<br>“Hey, thanks for reaching out! I’m Alex from the support team. Can you share your order number while I connect you with someone?”<br>It feels friendly and helpful, not robotic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Use automated triggers for first messages or after-hours inquiries.<br>○ The bot collects basic info (name, order ID, issue type) so your team can jump in with context.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 2: Identify Intent Quickly</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Not every message needs a human right away.<br>● “Where’s my order?” → automation can answer.<br>● “Can I return this product?” → bot shares policy.<br>● “I’m unhappy with my purchase.” → send to human.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ AI-powered bots analyze keywords and sentiment to route messages:<br> ○ routine questions → automated reply<br> ○ urgent or emotional tone → human agent<br>This mix ensures customers get speed and empathy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 3: Give the Bot a Personality</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A robotic tone kills trust fast.<br>Even automated replies should sound like they’re from a person, not a script.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Instead of saying:<br>“Your query has been received and will be addressed shortly.”<br>Try this:<br>“Got it! We’re on it  our team will get back to you shortly.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ You can customize your chatbot’s language and tone to match your brand’s voice  friendly, formal, or casual.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 4: Train the Bot with Real Conversations</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Your best teacher? Past customer chats.<br>Pull common questions, complaints, and requests then build automation flows around those.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Upload FAQs or use AI to learn from chat history.<br>○ Over time, the system gets smarter understanding customer patterns and reducing human workload.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 5: Always Offer a “Talk to a Human” Option</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Customers appreciate choice.<br>If they get stuck, they should be able to type:<br>“Talk to support”<br>and instantly connect to a real person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Smart routing automatically alerts an available agent and transfers the chat keeping full context so the customer doesn’t have to repeat themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 6: Automate Follow-Ups But Keep Them Warm</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>After solving an issue, automation can send:<br>“Hey Priya, just checking if everything’s working fine now.”<br>It feels caring, even though it’s automated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Set timed triggers for follow-ups (e.g., 24 hours after ticket closure).<br>○ Add customer name and previous issue tags for a natural tone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 7: Use Data to Improve Conversations</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Automation tools can track:<br>● Most common customer questions<br>● Response time<br>● Satisfaction scores</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your team can then use these insights to improve FAQs, reduce repeat issues, and personalize responses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Integrated dashboards (like in WowChat.CO) collect chat data from all channels — WhatsApp, Instagram, Facebook, and website so you can see what customers really care about.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 8: Use Automation to Empower Your Team, Not Replace Them</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Support automation should take care of repetitive tasks not empathy.<br>When bots handle FAQs, ticket creation, and order tracking, your human agents have more time for:<br>● Handling emotional or complex issues<br>● Building relationships<br>● Turning frustrated customers into loyal fans</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ WowChat.CO and similar platforms assign simple chats to bots and escalate only when human attention is needed.</p>\n<!-- /wp:paragraph -->','How to Automate Customer Support Without Losing the Human Touch','','publish','open','open','','how-to-automate-customer-support-without-losing-the-human-touch','','','2025-12-02 05:51:06','2025-12-02 05:51:06','',0,'https://dev.wowchat.co/blog/?p=117',0,'post','',0),(118,1,'2025-11-12 11:36:56','2025-11-12 11:36:56','<!-- wp:paragraph -->\n<p>Automation helps businesses handle high message volumes efficiently while keeping responses fast, personal, and on-brand. Here’s how to use automation smartly without losing the human touch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 1: Automate the First Hello</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When someone messages your business especially after hours silence kills trust.<br>A simple automated greeting works wonders:<br>“Hey, thanks for reaching out! I’m Alex from the support team. Can you share your order number while I connect you with someone?”<br>It feels friendly and helpful, not robotic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Use automated triggers for first messages or after-hours inquiries.<br>○ The bot collects basic info (name, order ID, issue type) so your team can jump in with context.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 2: Identify Intent Quickly</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Not every message needs a human right away.<br>● “Where’s my order?” → automation can answer.<br>● “Can I return this product?” → bot shares policy.<br>● “I’m unhappy with my purchase.” → send to human.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ AI-powered bots analyze keywords and sentiment to route messages:<br> ○ routine questions → automated reply<br> ○ urgent or emotional tone → human agent<br>This mix ensures customers get speed and empathy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 3: Give the Bot a Personality</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A robotic tone kills trust fast.<br>Even automated replies should sound like they’re from a person, not a script.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Instead of saying:<br>“Your query has been received and will be addressed shortly.”<br>Try this:<br>“Got it! We’re on it  our team will get back to you shortly.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ You can customize your chatbot’s language and tone to match your brand’s voice  friendly, formal, or casual.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 4: Train the Bot with Real Conversations</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Your best teacher? Past customer chats.<br>Pull common questions, complaints, and requests then build automation flows around those.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Upload FAQs or use AI to learn from chat history.<br>○ Over time, the system gets smarter understanding customer patterns and reducing human workload.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 5: Always Offer a “Talk to a Human” Option</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Customers appreciate choice.<br>If they get stuck, they should be able to type:<br>“Talk to support”<br>and instantly connect to a real person.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Smart routing automatically alerts an available agent and transfers the chat keeping full context so the customer doesn’t have to repeat themselves.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 6: Automate Follow-Ups But Keep Them Warm</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>After solving an issue, automation can send:<br>“Hey Priya, just checking if everything’s working fine now.”<br>It feels caring, even though it’s automated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Set timed triggers for follow-ups (e.g., 24 hours after ticket closure).<br>○ Add customer name and previous issue tags for a natural tone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 7: Use Data to Improve Conversations</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Automation tools can track:<br>● Most common customer questions<br>● Response time<br>● Satisfaction scores</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your team can then use these insights to improve FAQs, reduce repeat issues, and personalize responses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Integrated dashboards (like in WowChat.CO) collect chat data from all channels — WhatsApp, Instagram, Facebook, and website so you can see what customers really care about.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 8: Use Automation to Empower Your Team, Not Replace Them</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Support automation should take care of repetitive tasks not empathy.<br>When bots handle FAQs, ticket creation, and order tracking, your human agents have more time for:<br>● Handling emotional or complex issues<br>● Building relationships<br>● Turning frustrated customers into loyal fans</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ WowChat.CO and similar platforms assign simple chats to bots and escalate only when human attention is needed.</p>\n<!-- /wp:paragraph -->','How to Automate Customer Support Without Losing the Human Touch','','inherit','closed','closed','','117-revision-v1','','','2025-11-12 11:36:56','2025-11-12 11:36:56','',117,'https://dev.wowchat.co/blog/?p=118',0,'revision','',0),(119,2,'2025-08-25 11:43:00','2025-08-25 11:43:00','<!-- wp:paragraph -->\n<p>Automation isn’t just about reducing workload it’s about creating fast, personalized, and memorable customer experiences. Here are ten practical automation ideas you can set up today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. Instant Welcome Messages</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>First impressions matter even in chat.<br>Whenever someone messages your business for the first time, your bot can instantly greet them:<br>“Hey, thanks for reaching out! How can we help you today product info, pricing, or support?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Automated triggers detect “first-time” contacts and send personalized welcome messages — setting a friendly tone from the start.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. Smart FAQs No Repetition, No Delay</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Customers often ask the same 5–10 questions every day:<br>● What are your working hours?<br>● Do you deliver in my area?<br>● Can I get a brochure?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chat automation answers these instantly freeing your team for real conversations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ You can set up keyword-based replies (like “delivery”, “price”, “catalog”) or AI-powered bots that understand context and respond correctly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Personalized Product Suggestions</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Automation isn’t just about speed it’s also about smart personalization.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>A customer messages, “I’m looking for a new phone.”<br>The bot replies:<br>“Got it! Are you looking for Android or iPhone?”<br>(User selects Android)<br>“Here are our top 3 picks under ₹30,000.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ The system uses product tags or customer data to recommend relevant products like an instant personal shopper.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. Cart Recovery Reminders</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Abandoned carts are lost opportunities unless you follow up fast.<br>Automation can gently remind customers who added items but didn’t finish checkout:<br>“Hey Raj, you left your shoes in the cart. Complete your order now and get free shipping!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Integrate chat automation with your e-commerce system. When a cart is left idle, the system auto-sends reminders via WhatsApp or SMS.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5. Automated Feedback Collection</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>After a purchase or service, the bot can message:<br>“Hi Sneha! How was your experience with us today? ⭐⭐⭐⭐⭐”<br>One tap and you get real feedback without calling or emailing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Bots send post-interaction surveys triggered by completed orders or closed support tickets.<br>○ You can even tag negative feedback for manager follow-up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">6. Loyalty &amp; Reward Reminders</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Keep your loyal customers engaged with automated loyalty updates.<br>“Hey Arjun! You’ve earned 200 points. Redeem them for 10% off your next order!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Your CRM syncs with the chatbot to track reward points and trigger reminders when thresholds are reached.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">7. Automated Appointment Scheduling</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Perfect for clinics, salons, or real estate visits.<br>Instead of back-and-forth messaging, the bot can book slots directly:<br>“Which date works best for your visit? [Wednesday] [Thursday] [Friday]”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Integrate your calendar or booking tool with your chat system. Customers pick from available slots — confirmation and reminders go out automatically.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">8. Re-Engagement Campaigns</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Not every customer buys immediately. Some go quiet.<br>Automation helps you bring them back.<br>“Hi Meera, haven’t seen you in a while! Check out what’s new this month.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Bots segment inactive users (e.g., no message in 30 days) and send friendly reactivation messages or offers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">9. Order Tracking in Chat</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Nobody likes waiting without updates.<br>Instead of calling customer care, customers can simply message:<br>“Where’s my order?”<br>And the bot replies instantly with a live tracking link.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Your system connects with logistics APIs to fetch real-time order status and send updates automatically.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">10. Human Takeover at the Right Time</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Even the best bots shouldn’t replace humans they should assist them.<br>When a customer says “I want to talk to someone,” automation instantly alerts your team.<br>The agent jumps into the chat seamlessly, with full context of what the bot already discussed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Smart routing rules detect intent or sentiment (like frustration or urgency) and automatically hand off the chat to a live agent.</p>\n<!-- /wp:paragraph -->','Top 10 Customer Engagement Strategies Using Chat Automation','','publish','open','open','','top-10-customer-engagement-strategies-using-chat-automation','','','2025-12-02 05:50:35','2025-12-02 05:50:35','',0,'https://dev.wowchat.co/blog/?p=119',0,'post','',0),(120,1,'2025-11-12 11:43:58','2025-11-12 11:43:58','<!-- wp:paragraph -->\n<p>Automation isn’t just about reducing workload it’s about creating fast, personalized, and memorable customer experiences. Here are ten practical automation ideas you can set up today.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. Instant Welcome Messages</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>First impressions matter even in chat.<br>Whenever someone messages your business for the first time, your bot can instantly greet them:<br>“Hey, thanks for reaching out! How can we help you today product info, pricing, or support?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Automated triggers detect “first-time” contacts and send personalized welcome messages — setting a friendly tone from the start.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. Smart FAQs No Repetition, No Delay</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Customers often ask the same 5–10 questions every day:<br>● What are your working hours?<br>● Do you deliver in my area?<br>● Can I get a brochure?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chat automation answers these instantly freeing your team for real conversations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ You can set up keyword-based replies (like “delivery”, “price”, “catalog”) or AI-powered bots that understand context and respond correctly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Personalized Product Suggestions</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Automation isn’t just about speed it’s also about smart personalization.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>A customer messages, “I’m looking for a new phone.”<br>The bot replies:<br>“Got it! Are you looking for Android or iPhone?”<br>(User selects Android)<br>“Here are our top 3 picks under ₹30,000.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ The system uses product tags or customer data to recommend relevant products like an instant personal shopper.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. Cart Recovery Reminders</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Abandoned carts are lost opportunities unless you follow up fast.<br>Automation can gently remind customers who added items but didn’t finish checkout:<br>“Hey Raj, you left your shoes in the cart. Complete your order now and get free shipping!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Integrate chat automation with your e-commerce system. When a cart is left idle, the system auto-sends reminders via WhatsApp or SMS.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5. Automated Feedback Collection</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>After a purchase or service, the bot can message:<br>“Hi Sneha! How was your experience with us today? ⭐⭐⭐⭐⭐”<br>One tap and you get real feedback without calling or emailing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Bots send post-interaction surveys triggered by completed orders or closed support tickets.<br>○ You can even tag negative feedback for manager follow-up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">6. Loyalty &amp; Reward Reminders</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Keep your loyal customers engaged with automated loyalty updates.<br>“Hey Arjun! You’ve earned 200 points. Redeem them for 10% off your next order!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Your CRM syncs with the chatbot to track reward points and trigger reminders when thresholds are reached.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">7. Automated Appointment Scheduling</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Perfect for clinics, salons, or real estate visits.<br>Instead of back-and-forth messaging, the bot can book slots directly:<br>“Which date works best for your visit? [Wednesday] [Thursday] [Friday]”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Integrate your calendar or booking tool with your chat system. Customers pick from available slots — confirmation and reminders go out automatically.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">8. Re-Engagement Campaigns</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Not every customer buys immediately. Some go quiet.<br>Automation helps you bring them back.<br>“Hi Meera, haven’t seen you in a while! Check out what’s new this month.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Bots segment inactive users (e.g., no message in 30 days) and send friendly reactivation messages or offers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">9. Order Tracking in Chat</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Nobody likes waiting without updates.<br>Instead of calling customer care, customers can simply message:<br>“Where’s my order?”<br>And the bot replies instantly with a live tracking link.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Your system connects with logistics APIs to fetch real-time order status and send updates automatically.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">10. Human Takeover at the Right Time</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Even the best bots shouldn’t replace humans they should assist them.<br>When a customer says “I want to talk to someone,” automation instantly alerts your team.<br>The agent jumps into the chat seamlessly, with full context of what the bot already discussed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ Smart routing rules detect intent or sentiment (like frustration or urgency) and automatically hand off the chat to a live agent.</p>\n<!-- /wp:paragraph -->','Top 10 Customer Engagement Strategies Using Chat Automation','','inherit','closed','closed','','119-revision-v1','','','2025-11-12 11:43:58','2025-11-12 11:43:58','',119,'https://dev.wowchat.co/blog/?p=120',0,'revision','',0),(121,4,'2025-08-19 11:51:00','2025-08-19 11:51:00','<!-- wp:paragraph -->\n<p>Aisha used WhatsApp to turn casual visitors into repeat customers. Below is her step-by-step workflow showing how to build a list, send value, automate replies, and keep chats personal — all while saving time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 1: Build a WhatsApp Customer List</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Aisha began by creating a broadcast list of her existing customers.<br>She collected numbers through:<br>● Her store’s billing counter (“Would you like updates on new arrivals?”)<br>● Instagram bio link<br>● QR code at the cash counter</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Soon, she had 500+ people on her list — all genuinely interested in her products.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ A WhatsApp broadcast lets you send one message to many contacts — but each person gets it as a private message.<br>○ It feels personal, not spammy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 2: Send Value, Not Just Promotions</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>She didn’t just blast “SALE SALE SALE” every week.<br>Instead, she mixed her messages smartly:<br>● Monday: “Hey lovely! New pastel kurti collection just dropped — want a sneak peek?”<br>● Thursday: “Style tip of the week — 3 ways to wear your dupatta like a pro”<br>● Sunday: “Flash offer for our VIPs only — 10% off until midnight!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ When messages feel friendly and helpful, customers actually look forward to them.<br>○ This builds trust, not irritation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 3: Use WhatsApp Catalog</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Aisha uploaded all her products into the WhatsApp Business Catalog — with photos, prices, and descriptions.<br>Now, instead of scrolling through Instagram, customers could just tap a link and browse directly inside WhatsApp.<br>They could even message:<br>“Can you reserve the red dress in size M for me?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ The WhatsApp catalog makes your chat feel like an instant online store.<br>○ No website needed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 4: Automate Replies with Quick Responses</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Once her messages started growing, Aisha set up Quick Replies for FAQs like:<br>● “What are your store hours?”<br>● “Do you deliver outside the city?”<br>● “How can I pay?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These automatic answers saved her hours every week — while customers still got instant replies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ WhatsApp Business allows pre-set message templates triggered by certain keywords.<br>○ You stay responsive even when you’re busy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 5: Personalized Follow-Ups</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>One of Aisha’s secrets was how personal her chats felt.<br>She would message customers like this:<br>“Hey Riya! We just restocked that pink dress you liked last time — should I keep one for you?”<br>That small touch made customers feel remembered and valued — and they almost always bought again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ By checking past chats or using CRM integrations (like WowChat.CO), you can send smart, personal reminders automatically.</p>\n<!-- /wp:paragraph -->','How One Local Store Doubled Sales with WhatsApp Marketing','','publish','open','open','','how-one-local-store-doubled-sales-with-whatsapp-marketing','','','2025-12-02 05:50:02','2025-12-02 05:50:02','',0,'https://dev.wowchat.co/blog/?p=121',0,'post','',0),(122,1,'2025-11-12 11:51:25','2025-11-12 11:51:25','<!-- wp:paragraph -->\n<p>Aisha used WhatsApp to turn casual visitors into repeat customers. Below is her step-by-step workflow showing how to build a list, send value, automate replies, and keep chats personal — all while saving time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 1: Build a WhatsApp Customer List</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Aisha began by creating a broadcast list of her existing customers.<br>She collected numbers through:<br>● Her store’s billing counter (“Would you like updates on new arrivals?”)<br>● Instagram bio link<br>● QR code at the cash counter</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Soon, she had 500+ people on her list — all genuinely interested in her products.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ A WhatsApp broadcast lets you send one message to many contacts — but each person gets it as a private message.<br>○ It feels personal, not spammy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 2: Send Value, Not Just Promotions</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>She didn’t just blast “SALE SALE SALE” every week.<br>Instead, she mixed her messages smartly:<br>● Monday: “Hey lovely! New pastel kurti collection just dropped — want a sneak peek?”<br>● Thursday: “Style tip of the week — 3 ways to wear your dupatta like a pro”<br>● Sunday: “Flash offer for our VIPs only — 10% off until midnight!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ When messages feel friendly and helpful, customers actually look forward to them.<br>○ This builds trust, not irritation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 3: Use WhatsApp Catalog</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Aisha uploaded all her products into the WhatsApp Business Catalog — with photos, prices, and descriptions.<br>Now, instead of scrolling through Instagram, customers could just tap a link and browse directly inside WhatsApp.<br>They could even message:<br>“Can you reserve the red dress in size M for me?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ The WhatsApp catalog makes your chat feel like an instant online store.<br>○ No website needed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 4: Automate Replies with Quick Responses</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Once her messages started growing, Aisha set up Quick Replies for FAQs like:<br>● “What are your store hours?”<br>● “Do you deliver outside the city?”<br>● “How can I pay?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These automatic answers saved her hours every week — while customers still got instant replies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ WhatsApp Business allows pre-set message templates triggered by certain keywords.<br>○ You stay responsive even when you’re busy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 5: Personalized Follow-Ups</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>One of Aisha’s secrets was how personal her chats felt.<br>She would message customers like this:<br>“Hey Riya! We just restocked that pink dress you liked last time — should I keep one for you?”<br>That small touch made customers feel remembered and valued — and they almost always bought again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>○ By checking past chats or using CRM integrations (like WowChat.CO), you can send smart, personal reminders automatically.</p>\n<!-- /wp:paragraph -->','How One Local Store Doubled Sales with WhatsApp Marketing','','inherit','closed','closed','','121-revision-v1','','','2025-11-12 11:51:25','2025-11-12 11:51:25','',121,'https://dev.wowchat.co/blog/?p=122',0,'revision','',0),(123,2,'2025-08-13 12:41:00','2025-08-13 12:41:00','<!-- wp:paragraph -->\n<p>Omnichannel messaging helps businesses keep all customer conversations across WhatsApp, Instagram, Facebook, and more in one connected view. It ensures faster replies, better personalization, and no missed opportunities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">How It Actually Works</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Here’s how tools like WowChat.CO make omnichannel messaging seamless</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. All Chats, One Dashboard</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>WhatsApp, Facebook, Instagram, website chat, even email everything lands in one place.<br>No switching tabs or missing DMs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>○ A lead messages on Instagram → asks about pricing → later pings on WhatsApp.<br>Your agent sees the same conversation thread with complete history.<br>So your reply feels natural and personal:<br>○ “Hey Ayesha, continuing from our Insta chat here’s the pricing info you asked for.”<br>Result: Trust builds faster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. Automated Lead Capture</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Every time someone messages on any platform, their details name, contact, source are automatically saved in your CRM.<br>No more losing hot leads in DMs or forgetting to follow up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>○ You run a Facebook ad for your real estate project.<br>○ 10 people message asking for details.<br>○ WowChat auto-creates those leads in your CRM with the tag “Facebook - November Campaign.”<br>Now your sales team knows exactly where leads came from and what to say next.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Instant, Personalized Replies</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Speed + personalization = conversion magic<br>When someone messages, automation can send:<br>○ “Hey Rahul, thanks for reaching out! Our team will get back to you in a few minutes. Meanwhile, here’s our brochure.”<br>This way, the lead feels acknowledged instantly no silence, no waiting.<br>Then your agent can take over when ready, continuing the same thread smoothly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. Smart Routing to the Right Team</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Not every query is for sales. Some are for support, some for billing.<br>With omnichannel messaging, you can route leads based on keywords or channel.<br>● “Interested in demo” → goes to sales<br>● “Payment issue” → goes to billing<br>● “Partnership” → goes to management</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This ensures leads don’t get lost or delayed — they reach the right person instantly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5. Follow-Up Automation That Feels Human</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Let’s be honest most leads need a few nudges before buying.<br>Omnichannel tools automate gentle follow-ups like:<br>○ “Hey Priya, just checking if you had a chance to look at our proposal.”<br>These reminders go out automatically across WhatsApp, SMS, or email — without your team manually typing each one.<br>It keeps your brand top-of-mind, without being pushy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">6. 360° View of Each Lead</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>One of the biggest superpowers of omnichannel messaging is context.<br>You can see:<br>● Where the lead came from<br>● Which products they asked about<br>● When they last replied<br>● Who in your team handled them</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So instead of cold, disconnected replies like:<br>○ “Can you share your name again?”<br>You respond with warmth and continuity:<br>○ “Hi Meera, I saw you were exploring our premium plan last week want me to walk you through a quick demo?”<br>This kind of personal touch dramatically boosts conversions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">The Real Impact: Why It Converts Faster</h4>\n<!-- /wp:heading -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Step</th><th>Old Way</th><th>With Omnichannel</th></tr></thead><tbody><tr><td>Response Time</td><td>2–3 hours</td><td>Under 5 minutes</td></tr><tr><td>Lead Info</td><td>Scattered in DMs</td><td>Centralized instantly</td></tr><tr><td>Follow-Up</td><td>Manual</td><td>Automated + timed</td></tr><tr><td>Team Efficiency</td><td>Low</td><td>High (no duplicate work)</td></tr><tr><td>Conversion Rate</td><td>~10–15%</td><td>30–40% average boost</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:paragraph -->\n<p>That’s not marketing fluff it’s the power of speed + personalization + consistency.</p>\n<!-- /wp:paragraph -->','How to Convert Leads Faster Using Omnichannel Messaging','','publish','open','open','','how-to-convert-leads-faster-using-omnichannel-messaging','','','2025-12-02 05:49:43','2025-12-02 05:49:43','',0,'https://dev.wowchat.co/blog/?p=123',0,'post','',0),(124,1,'2025-11-12 12:41:13','2025-11-12 12:41:13','<!-- wp:paragraph -->\n<p>Omnichannel messaging helps businesses keep all customer conversations across WhatsApp, Instagram, Facebook, and more in one connected view. It ensures faster replies, better personalization, and no missed opportunities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">How It Actually Works</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Here’s how tools like WowChat.CO make omnichannel messaging seamless</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. All Chats, One Dashboard</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>WhatsApp, Facebook, Instagram, website chat, even email everything lands in one place.<br>No switching tabs or missing DMs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>○ A lead messages on Instagram → asks about pricing → later pings on WhatsApp.<br>Your agent sees the same conversation thread with complete history.<br>So your reply feels natural and personal:<br>○ “Hey Ayesha, continuing from our Insta chat here’s the pricing info you asked for.”<br>Result: Trust builds faster.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. Automated Lead Capture</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Every time someone messages on any platform, their details name, contact, source are automatically saved in your CRM.<br>No more losing hot leads in DMs or forgetting to follow up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>○ You run a Facebook ad for your real estate project.<br>○ 10 people message asking for details.<br>○ WowChat auto-creates those leads in your CRM with the tag “Facebook - November Campaign.”<br>Now your sales team knows exactly where leads came from and what to say next.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Instant, Personalized Replies</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Speed + personalization = conversion magic<br>When someone messages, automation can send:<br>○ “Hey Rahul, thanks for reaching out! Our team will get back to you in a few minutes. Meanwhile, here’s our brochure.”<br>This way, the lead feels acknowledged instantly no silence, no waiting.<br>Then your agent can take over when ready, continuing the same thread smoothly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. Smart Routing to the Right Team</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Not every query is for sales. Some are for support, some for billing.<br>With omnichannel messaging, you can route leads based on keywords or channel.<br>● “Interested in demo” → goes to sales<br>● “Payment issue” → goes to billing<br>● “Partnership” → goes to management</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This ensures leads don’t get lost or delayed — they reach the right person instantly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5. Follow-Up Automation That Feels Human</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Let’s be honest most leads need a few nudges before buying.<br>Omnichannel tools automate gentle follow-ups like:<br>○ “Hey Priya, just checking if you had a chance to look at our proposal.”<br>These reminders go out automatically across WhatsApp, SMS, or email — without your team manually typing each one.<br>It keeps your brand top-of-mind, without being pushy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">6. 360° View of Each Lead</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>One of the biggest superpowers of omnichannel messaging is context.<br>You can see:<br>● Where the lead came from<br>● Which products they asked about<br>● When they last replied<br>● Who in your team handled them</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So instead of cold, disconnected replies like:<br>○ “Can you share your name again?”<br>You respond with warmth and continuity:<br>○ “Hi Meera, I saw you were exploring our premium plan last week want me to walk you through a quick demo?”<br>This kind of personal touch dramatically boosts conversions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">The Real Impact: Why It Converts Faster</h4>\n<!-- /wp:heading -->\n\n<!-- wp:table -->\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Step</th><th>Old Way</th><th>With Omnichannel</th></tr></thead><tbody><tr><td>Response Time</td><td>2–3 hours</td><td>Under 5 minutes</td></tr><tr><td>Lead Info</td><td>Scattered in DMs</td><td>Centralized instantly</td></tr><tr><td>Follow-Up</td><td>Manual</td><td>Automated + timed</td></tr><tr><td>Team Efficiency</td><td>Low</td><td>High (no duplicate work)</td></tr><tr><td>Conversion Rate</td><td>~10–15%</td><td>30–40% average boost</td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:paragraph -->\n<p>That’s not marketing fluff it’s the power of speed + personalization + consistency.</p>\n<!-- /wp:paragraph -->','How to Convert Leads Faster Using Omnichannel Messaging','','inherit','closed','closed','','123-revision-v1','','','2025-11-12 12:41:13','2025-11-12 12:41:13','',123,'https://dev.wowchat.co/blog/?p=124',0,'revision','',0),(125,3,'2025-08-08 12:45:00','2025-08-08 12:45:00','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">The New Way Schools Communicate</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Gone are the days when schools sent printed circulars or relied only on parent-teacher meetings.<br>Today’s parents expect instant updates — just like they get from any other service.<br>And students? They’re already chatting on WhatsApp, Instagram, and Messenger all day long.<br>That’s why schools across the world are turning to chat platforms to stay connected, share updates, and make communication simpler for everyone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Why Chat Is Better Than Old Communication Methods</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Think about it:<br>● Emails get lost in spam.<br>● Printed notices never reach home (thanks to backpacks).<br>● Phone calls take too much time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But a WhatsApp or chat message?<br>It gets seen instantly.<br>That’s why chat-based communication feels natural — quick, reliable, and personal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">How Schools Actually Use Chat (and How It Works)</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>With a platform like WowChat.CO, schools can connect all conversations — from WhatsApp, Instagram, and Facebook — into one simple inbox.<br>Let’s see the different ways schools are using it:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. Daily Announcements and Notices</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Reminder: Tomorrow is the last date to submit the science project.”<br>“Sports Day will start at 8:30 AM sharp — please bring your ID card.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Teachers or admins send group broadcasts via WhatsApp or the school’s chat dashboard.<br>○ WowChat ensures each parent receives the message personally — not in a chaotic group.<br>● Fast delivery<br>● No missed updates<br>● Parents can reply privately if needed</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. Attendance and Homework Updates</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Instead of waiting till month-end, schools now send real-time attendance updates.<br>Example:<br>“Your child was marked absent today (Monday, 10th Nov). Please confirm if leave was informed.”<br>Or even:<br>“Today’s homework: Solve page 47 of Math workbook and revise Chapter 3.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ School ERP (attendance or homework system) integrates with WowChat.<br>○ As soon as a teacher updates attendance or homework → an automatic WhatsApp message is sent to parents.<br>No manual work. No delays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Parent-Teacher Communication</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Earlier: Parents had to wait for the next PTM to talk to teachers.<br>Now: They can message anytime — safely and directly.<br>Example:<br>Parent: “Hi ma’am, can I know how Aarav is doing in science?”<br>Teacher: “He’s doing better this week! Just needs to practice diagrams.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Teachers have access to their class chats in the WowChat dashboard.<br>○ Chats are logged, monitored, and managed — so it stays professional and secure.<br>No need to share personal numbers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. Fee Reminders and Payment Confirmations</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Dear Parent, kindly note that Term 2 fee is due on 15th Nov. Pay online here [link]”<br>“Payment of ₹25,000 received successfully. Thank you!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ The school’s billing or finance software connects with WowChat.<br>○ Automated reminders go out before due dates, and confirmations are sent instantly when payment is done.<br>● Saves staff time<br>● No more follow-up calls<br>● Parents get clear, instant info</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5. Exam Schedules &amp; Result Announcements</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Schools can send exam timetables or even digital report cards via chat.<br>Example:<br>“Mid-Term exams begin on 18th Nov. Click here to view your child’s schedule.”<br>“Riya’s marks: Math – 88, English – 92, Science – 85.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ The school uploads files or connects to the result database.<br>○ WowChat automatically formats and sends messages securely to each parent.<br>No paper printing, no confusion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">6. Student Support and Counselling</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Chat helps schools stay approachable — especially for students who need guidance.<br>Example:<br>“If you’re feeling stressed about exams, message our school counsellor anytime. We’re here to help.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Messages from students are routed to the right teacher or counsellor automatically through the WowChat inbox.<br>○ All chats stay private, safe, and professionally managed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">7. Event Invitations and Photos</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“You’re invited to the Annual Day Celebration on 25th Nov at 5 PM!”<br>“Here are a few pictures from the Art Exhibition our students did amazing!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Teachers can send bulk messages with media (images, PDFs, links) through the chat dashboard.<br>○ Parents receive them just like personal messages easy to open and share.</p>\n<!-- /wp:paragraph -->','How Schools Use Chat to Stay Connected with Parents and Students','','publish','open','open','','how-schools-use-chat-to-stay-connected-with-parents-and-students','','','2025-12-02 05:49:20','2025-12-02 05:49:20','',0,'https://dev.wowchat.co/blog/?p=125',0,'post','',0),(126,1,'2025-11-12 12:45:47','2025-11-12 12:45:47','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">The New Way Schools Communicate</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Gone are the days when schools sent printed circulars or relied only on parent-teacher meetings.<br>Today’s parents expect instant updates — just like they get from any other service.<br>And students? They’re already chatting on WhatsApp, Instagram, and Messenger all day long.<br>That’s why schools across the world are turning to chat platforms to stay connected, share updates, and make communication simpler for everyone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Why Chat Is Better Than Old Communication Methods</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Think about it:<br>● Emails get lost in spam.<br>● Printed notices never reach home (thanks to backpacks).<br>● Phone calls take too much time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But a WhatsApp or chat message?<br>It gets seen instantly.<br>That’s why chat-based communication feels natural — quick, reliable, and personal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">How Schools Actually Use Chat (and How It Works)</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>With a platform like WowChat.CO, schools can connect all conversations — from WhatsApp, Instagram, and Facebook — into one simple inbox.<br>Let’s see the different ways schools are using it:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. Daily Announcements and Notices</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Reminder: Tomorrow is the last date to submit the science project.”<br>“Sports Day will start at 8:30 AM sharp — please bring your ID card.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Teachers or admins send group broadcasts via WhatsApp or the school’s chat dashboard.<br>○ WowChat ensures each parent receives the message personally — not in a chaotic group.<br>● Fast delivery<br>● No missed updates<br>● Parents can reply privately if needed</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. Attendance and Homework Updates</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Instead of waiting till month-end, schools now send real-time attendance updates.<br>Example:<br>“Your child was marked absent today (Monday, 10th Nov). Please confirm if leave was informed.”<br>Or even:<br>“Today’s homework: Solve page 47 of Math workbook and revise Chapter 3.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ School ERP (attendance or homework system) integrates with WowChat.<br>○ As soon as a teacher updates attendance or homework → an automatic WhatsApp message is sent to parents.<br>No manual work. No delays.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Parent-Teacher Communication</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Earlier: Parents had to wait for the next PTM to talk to teachers.<br>Now: They can message anytime — safely and directly.<br>Example:<br>Parent: “Hi ma’am, can I know how Aarav is doing in science?”<br>Teacher: “He’s doing better this week! Just needs to practice diagrams.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Teachers have access to their class chats in the WowChat dashboard.<br>○ Chats are logged, monitored, and managed — so it stays professional and secure.<br>No need to share personal numbers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. Fee Reminders and Payment Confirmations</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Dear Parent, kindly note that Term 2 fee is due on 15th Nov. Pay online here [link]”<br>“Payment of ₹25,000 received successfully. Thank you!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ The school’s billing or finance software connects with WowChat.<br>○ Automated reminders go out before due dates, and confirmations are sent instantly when payment is done.<br>● Saves staff time<br>● No more follow-up calls<br>● Parents get clear, instant info</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5. Exam Schedules &amp; Result Announcements</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Schools can send exam timetables or even digital report cards via chat.<br>Example:<br>“Mid-Term exams begin on 18th Nov. Click here to view your child’s schedule.”<br>“Riya’s marks: Math – 88, English – 92, Science – 85.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ The school uploads files or connects to the result database.<br>○ WowChat automatically formats and sends messages securely to each parent.<br>No paper printing, no confusion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">6. Student Support and Counselling</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Chat helps schools stay approachable — especially for students who need guidance.<br>Example:<br>“If you’re feeling stressed about exams, message our school counsellor anytime. We’re here to help.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Messages from students are routed to the right teacher or counsellor automatically through the WowChat inbox.<br>○ All chats stay private, safe, and professionally managed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">7. Event Invitations and Photos</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“You’re invited to the Annual Day Celebration on 25th Nov at 5 PM!”<br>“Here are a few pictures from the Art Exhibition our students did amazing!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Teachers can send bulk messages with media (images, PDFs, links) through the chat dashboard.<br>○ Parents receive them just like personal messages easy to open and share.</p>\n<!-- /wp:paragraph -->','How Schools Use Chat to Stay Connected with Parents and Students','','inherit','closed','closed','','125-revision-v1','','','2025-11-12 12:45:47','2025-11-12 12:45:47','',125,'https://dev.wowchat.co/blog/?p=126',0,'revision','',0),(127,2,'2025-08-04 12:51:00','2025-08-04 12:51:00','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">The First Message Where Conversations (and Sales) Begin</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You’ve been there you finally get a new lead, and you send them that first message.<br>Then… silence.<br>No reply. No engagement. No sale.<br>The truth?<br>Most first messages fail because they sound like robots, not real people.<br>In 2025, customers are flooded with DMs, WhatsApp texts, and marketing blasts so if you want them to reply, you have to stand out in the first few seconds.<br>Let’s break down how to write the perfect first message and how smart chat tools like WowChat.CO can help you do it faster (and better).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Why the First Message Matters So Much</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Your first message sets the tone of the entire conversation.<br>It decides whether the person:<br>● Replies instantly<br>● Leaves you on “read”<br>● Or blocks your number altogether</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Think of it like your digital handshake.<br>○ Too cold = ignored.<br>○ Too pushy = annoying.<br>○ Too salesy = deleted.<br>You need just the right balance: friendly, relevant, and personal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">How the Psychology Behind It Works</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When someone receives a message, their brain instantly checks three things:<br>● Is this message for me? (personal relevance)<br>● Do I trust this sender? (credibility)<br>● What do I get if I reply? (value)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If your first message checks these boxes, you’ll get replies  fast.<br>That’s why writing the right kind of message matters more than sending many messages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step-by-Step: How to Write a Perfect First Message</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Let’s make this simple here’s a proven framework that actually works.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 1: Start with Their Name or Context</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>People respond more when they feel recognized.<br>Example:<br>“Hey Riya! Saw your comment on our property post yesterday thought I’d share more details with you.”<br>It shows you’re paying attention not sending random mass messages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 2: Add a Human Greeting (Skip the Sales Pitch)</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Instead of jumping into product details, start like you would in a real conversation.<br>Good Example:<br>“Hope your week’s going well! Just wanted to check if you’re still exploring apartments in North Bangalore?”<br>Avoid:<br>“We offer the best real estate deals! Click this link now.”<br>People connect with humans, not marketing bots.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 3: Mention Value Right Away</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Show what’s in it for them not what you want.<br>Example:<br>“I can help you find 2BHK options under ₹50L would you like me to send a shortlist?”<br>It gives them an easy reason to reply.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 4: End with a Clear Question or CTA</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Every message should invite action.<br>Examples:<br>“Would you prefer I share the catalog here or on email?”<br>“Are you free for a quick call tomorrow?”<br>A clear question = clear next step.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 5: Keep It Short and Natural</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>People read messages, not essays.<br>Your first message should take less than 10 seconds to read.<br>Example:<br>“Hi Priya! Thanks for reaching out. Are you still interested in the weekend offer? I can share details right here.”<br>Short, friendly, and personal. Perfect.</p>\n<!-- /wp:paragraph -->','How to Write the Perfect First Message That Makes People Reply','','publish','open','open','','how-to-write-the-perfect-first-message-that-makes-people-reply','','','2025-12-02 05:48:13','2025-12-02 05:48:13','',0,'https://dev.wowchat.co/blog/?p=127',0,'post','',0),(128,1,'2025-11-12 12:51:16','2025-11-12 12:51:16','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">The First Message Where Conversations (and Sales) Begin</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You’ve been there you finally get a new lead, and you send them that first message.<br>Then… silence.<br>No reply. No engagement. No sale.<br>The truth?<br>Most first messages fail because they sound like robots, not real people.<br>In 2025, customers are flooded with DMs, WhatsApp texts, and marketing blasts so if you want them to reply, you have to stand out in the first few seconds.<br>Let’s break down how to write the perfect first message and how smart chat tools like WowChat.CO can help you do it faster (and better).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Why the First Message Matters So Much</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Your first message sets the tone of the entire conversation.<br>It decides whether the person:<br>● Replies instantly<br>● Leaves you on “read”<br>● Or blocks your number altogether</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Think of it like your digital handshake.<br>○ Too cold = ignored.<br>○ Too pushy = annoying.<br>○ Too salesy = deleted.<br>You need just the right balance: friendly, relevant, and personal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">How the Psychology Behind It Works</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When someone receives a message, their brain instantly checks three things:<br>● Is this message for me? (personal relevance)<br>● Do I trust this sender? (credibility)<br>● What do I get if I reply? (value)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If your first message checks these boxes, you’ll get replies  fast.<br>That’s why writing the right kind of message matters more than sending many messages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step-by-Step: How to Write a Perfect First Message</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Let’s make this simple here’s a proven framework that actually works.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 1: Start with Their Name or Context</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>People respond more when they feel recognized.<br>Example:<br>“Hey Riya! Saw your comment on our property post yesterday thought I’d share more details with you.”<br>It shows you’re paying attention not sending random mass messages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 2: Add a Human Greeting (Skip the Sales Pitch)</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Instead of jumping into product details, start like you would in a real conversation.<br>Good Example:<br>“Hope your week’s going well! Just wanted to check if you’re still exploring apartments in North Bangalore?”<br>Avoid:<br>“We offer the best real estate deals! Click this link now.”<br>People connect with humans, not marketing bots.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 3: Mention Value Right Away</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Show what’s in it for them not what you want.<br>Example:<br>“I can help you find 2BHK options under ₹50L would you like me to send a shortlist?”<br>It gives them an easy reason to reply.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 4: End with a Clear Question or CTA</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Every message should invite action.<br>Examples:<br>“Would you prefer I share the catalog here or on email?”<br>“Are you free for a quick call tomorrow?”<br>A clear question = clear next step.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Step 5: Keep It Short and Natural</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>People read messages, not essays.<br>Your first message should take less than 10 seconds to read.<br>Example:<br>“Hi Priya! Thanks for reaching out. Are you still interested in the weekend offer? I can share details right here.”<br>Short, friendly, and personal. Perfect.</p>\n<!-- /wp:paragraph -->','How to Write the Perfect First Message That Makes People Reply','','inherit','closed','closed','','127-revision-v1','','','2025-11-12 12:51:16','2025-11-12 12:51:16','',127,'https://dev.wowchat.co/blog/?p=128',0,'revision','',0),(129,1,'2025-07-31 13:04:00','2025-07-31 13:04:00','<!-- wp:paragraph -->\n<p>Struggling to manage customer messages across multiple platforms? Discover how an omnichannel chat platform can unify all your chats in one dashboard, boost team productivity, and ensure you never miss a potential sale in 2025.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">The Problem: Too Many Chats, Too Little Time</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Let’s be honest your customers don’t care where they message you.<br>They’ll:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>○ DM you on Instagram about a product<br>○ Message on WhatsApp to ask for a quote<br>○ Comment on Facebook when they need support<br>○ Email or fill out a form on your website</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And you? You’re stuck switching between 4 different tabs, trying to reply before they vanish.<br>Every time you miss one message you don’t just lose a chat. You lose a potential sale.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s why 2025 is the year of Omnichannel Chat and your business can’t afford to ignore it anymore.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">What Is an Omnichannel Chat Platform</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Think of it as a single inbox for all your conversations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Instead of checking:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>○ WhatsApp<br>○ Instagram DMs<br>○ Facebook Messenger<br>○ Website chat<br>○ Email</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>…you see everything in one dashboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No switching. No delays. No missed messages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tools like WowChat.CO do exactly this they bring every customer conversation together so your team can reply instantly, no matter where the customer came from.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">How It Works (Simplified)</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Here’s how an omnichannel chat system actually works behind the scenes:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Official Channel Connections</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>○ The platform connects to official APIs for WhatsApp, Instagram, and Facebook Messenger.<br>○ That means messages are synced in real time safely and securely.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Unified Inbox</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>○ All chats flow into a single interface where your team can view, reply, tag, and assign them.<br>○ You’ll literally see:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>○ WhatsApp messages<br>○ Instagram DMs<br>○ Facebook chats<br>○ Website leads</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>…all in one list.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Smart Routing &amp; Automation</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>○ New messages automatically go to the right department or agent.<br>○ Example: “Price?” → goes to Sales.<br>“Refund?” → goes to Support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Customer Timeline</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>○ Every chat is linked to the customer’s history.<br>○ You’ll see previous interactions no matter which channel they used.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So if a customer first DMs you on Instagram and later messages on WhatsApp, you’ll still see the full conversation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Why Your Business Needs It Now</h4>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Customers Expect Instant Replies<br>People don’t want to wait 12 hours for a response anymore.<br>In 2025, if you’re not fast, someone else is.<br>An omnichannel chat helps your team respond instantly because everything is in one place.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>No More Missed Messages<br>You’ll never say “Oops, I didn’t see that Instagram DM” again.<br>Every message is automatically captured and tracked.<br>Even if an agent is offline, the system can send an auto-response like:<br>“Hey, thanks for reaching out! Our team will get back to you shortly.”<br>Result → zero missed opportunities</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Faster Team Collaboration<br>Your sales and support teams can reply from the same dashboard.<br>They can see who’s already chatting with a customer no overlapping replies.<br>Example:<br>If Priya from Sales is talking to a lead on WhatsApp, Rahul from Support will see that chat and avoid sending a duplicate reply.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Smarter Data, Happier Customers<br>All chats are stored in one place so you can actually understand your customers.<br>See:</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>○ Which channel brings the most leads<br>○ How fast your team replies<br>○ What messages convert best</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This data helps you improve your marketing and support strategies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true,\"start\":5} -->\n<ol start=\"5\" class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Save Hours Every Day<br>Switching between 5 apps is not productivity it’s chaos.<br>With one platform, your team saves hours each week.<br>Less tab-hopping = more time to sell, solve, and serve.</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->','Why Your Business Needs an Omnichannel Chat Platform Now','','publish','open','open','','why-your-business-needs-an-omnichannel-chat-platform-now','','','2025-12-02 05:47:47','2025-12-02 05:47:47','',0,'https://dev.wowchat.co/blog/?p=129',0,'post','',0),(130,1,'2025-11-12 13:04:12','2025-11-12 13:04:12','<!-- wp:paragraph -->\n<p>Struggling to manage customer messages across multiple platforms? Discover how an omnichannel chat platform can unify all your chats in one dashboard, boost team productivity, and ensure you never miss a potential sale in 2025.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">The Problem: Too Many Chats, Too Little Time</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Let’s be honest your customers don’t care where they message you.<br>They’ll:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>○ DM you on Instagram about a product<br>○ Message on WhatsApp to ask for a quote<br>○ Comment on Facebook when they need support<br>○ Email or fill out a form on your website</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And you? You’re stuck switching between 4 different tabs, trying to reply before they vanish.<br>Every time you miss one message you don’t just lose a chat. You lose a potential sale.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s why 2025 is the year of Omnichannel Chat and your business can’t afford to ignore it anymore.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">What Is an Omnichannel Chat Platform</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Think of it as a single inbox for all your conversations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Instead of checking:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>○ WhatsApp<br>○ Instagram DMs<br>○ Facebook Messenger<br>○ Website chat<br>○ Email</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>…you see everything in one dashboard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No switching. No delays. No missed messages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Tools like WowChat.CO do exactly this they bring every customer conversation together so your team can reply instantly, no matter where the customer came from.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">How It Works (Simplified)</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Here’s how an omnichannel chat system actually works behind the scenes:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Official Channel Connections</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>○ The platform connects to official APIs for WhatsApp, Instagram, and Facebook Messenger.<br>○ That means messages are synced in real time safely and securely.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Unified Inbox</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>○ All chats flow into a single interface where your team can view, reply, tag, and assign them.<br>○ You’ll literally see:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>○ WhatsApp messages<br>○ Instagram DMs<br>○ Facebook chats<br>○ Website leads</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>…all in one list.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Smart Routing &amp; Automation</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>○ New messages automatically go to the right department or agent.<br>○ Example: “Price?” → goes to Sales.<br>“Refund?” → goes to Support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Customer Timeline</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>○ Every chat is linked to the customer’s history.<br>○ You’ll see previous interactions no matter which channel they used.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So if a customer first DMs you on Instagram and later messages on WhatsApp, you’ll still see the full conversation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Why Your Business Needs It Now</h4>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Customers Expect Instant Replies<br>People don’t want to wait 12 hours for a response anymore.<br>In 2025, if you’re not fast, someone else is.<br>An omnichannel chat helps your team respond instantly because everything is in one place.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>No More Missed Messages<br>You’ll never say “Oops, I didn’t see that Instagram DM” again.<br>Every message is automatically captured and tracked.<br>Even if an agent is offline, the system can send an auto-response like:<br>“Hey, thanks for reaching out! Our team will get back to you shortly.”<br>Result → zero missed opportunities</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Faster Team Collaboration<br>Your sales and support teams can reply from the same dashboard.<br>They can see who’s already chatting with a customer no overlapping replies.<br>Example:<br>If Priya from Sales is talking to a lead on WhatsApp, Rahul from Support will see that chat and avoid sending a duplicate reply.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Smarter Data, Happier Customers<br>All chats are stored in one place so you can actually understand your customers.<br>See:</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>○ Which channel brings the most leads<br>○ How fast your team replies<br>○ What messages convert best</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This data helps you improve your marketing and support strategies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true,\"start\":5} -->\n<ol start=\"5\" class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Save Hours Every Day<br>Switching between 5 apps is not productivity it’s chaos.<br>With one platform, your team saves hours each week.<br>Less tab-hopping = more time to sell, solve, and serve.</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->','Why Your Business Needs an Omnichannel Chat Platform Now','','inherit','closed','closed','','129-revision-v1','','','2025-11-12 13:04:12','2025-11-12 13:04:12','',129,'https://dev.wowchat.co/blog/?p=130',0,'revision','',0),(131,2,'2025-07-23 13:10:00','2025-07-23 13:10:00','<!-- wp:paragraph -->\n<p>Discover 10 powerful chat automations that save time, improve customer experience, and increase sales. From instant replies to smart lead qualification, learn how WowChat.CO can make your messaging faster and more efficient.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. Instant Welcome Message</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Imagine this:<br>A new customer messages your WhatsApp or Instagram for the first time and within 2 seconds, they get:<br>“Hey Thanks for reaching out! We’re happy to have you here. How can we help you today?”<br>No waiting. No delay. Just instant connection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Why it works:<br>○ People feel acknowledged immediately even if your team isn’t online yet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ In WowChat.CO, you can set up an auto-reply rule for first-time visitors. It detects a new contact and sends a warm, personalized greeting automatically.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Time saved: 3–5 minutes per chat (multiplied by hundreds per week).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. After-Hours Auto Response</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You can’t (and shouldn’t) be available 24/7. But your chat can be.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Hey! Thanks for your message our team’s offline right now but we’ll get back to you first thing tomorrow at 9 AM. In the meantime, here’s a link to our FAQs [link].”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Why it works:<br>○ You set clear expectations and avoid the “ghosted” feeling customers get when no one replies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Create time-based automation that activates outside your business hours. WowChat detects message timestamps and replies accordingly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Quick Replies for Common Questions</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“How much does this cost?”<br>“What are your working hours?”<br>“Where’s my order?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your team probably answers these 20 times a day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Set up Quick Reply shortcuts in WowChat like typing “/price” instantly sends your pricing message or “/hours” sends your schedule.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Why it saves time:<br>○ No typing, no copy-pasting. Just one shortcut = one polished reply.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Average time saved: 10–15 seconds per query.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. Order Status Automation</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Customers love to know, “Where’s my order?” And your team hates manually checking every time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Integrate your CRM or eCommerce tool (like Shopify, WooCommerce, or Zoho) with WowChat.<br>○ Then, when a customer messages their order number, the bot automatically fetches the current status and replies instantly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Your order #4827 is out for delivery. Expected arrival: Tomorrow by 6 PM.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Why it works:<br>○ You deliver answers faster than the customer expected without human effort.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5. Appointment &amp; Booking Reminders</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you run a service business (salon, clinic, real estate, etc.), no-shows are painful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Automation fix:<br>“Hey Riya Reminder for your salon appointment tomorrow at 2:30 PM. Reply 1 to confirm or 2 to reschedule.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ WowChat connects with your calendar or booking system and triggers reminders automatically — one day or one hour before the appointment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Result:<br>○ Fewer missed appointments, less manual calling, and more happy customers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">6. Follow-Up Messages</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Most sales are lost not because of rejection but because of silence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Automation example:<br>“Hey Amit! Just checking in to see if you had a chance to review our proposal. Happy to clarify any questions.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ You can create delay-based triggers if a lead doesn’t respond for 48 hours, send an automatic nudge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Why it works:<br>○ You stay on your customer’s radar without manually chasing them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">7. Thank You + Feedback Collection</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>After a sale or support resolution, sending gratitude builds trust.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Thanks for your purchase, Sneha! We’d love your feedback was your experience smooth?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Use post-purchase automation that triggers once a ticket is closed or an order is delivered.<br>○ Add feedback buttons or quick polls for simple responses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bonus:<br>○ You can route unhappy feedback directly to your support team to recover the experience fast.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">8. Smart Lead Qualification</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you get hundreds of inquiries, not all are ready to buy and that’s okay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Automation fix:<br>○ Use a simple chatbot that asks:<br>“What are you looking for?”<br>“What’s your preferred budget range?”<br>“When do you plan to start?”<br>○ Then it labels or scores the lead automatically in your CRM.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ WowChat’s rule-based or AI bot collects answers and tags leads (Hot, Warm, Cold) based on responses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Result:<br>○ Your sales team focuses only on the right leads no time wasted on unqualified ones.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">9. Re-Engagement Campaigns</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sometimes customers disappear not because they’re unhappy, but because they forget.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Automation example:<br>“Hey there! We noticed you haven’t visited us in a while. Here’s a 10% welcome-back gift — valid till Sunday!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Schedule re-engagement messages to trigger automatically after 30, 60, or 90 days of inactivity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Why it works:<br>○ You bring back old customers without sounding salesy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">10. Multi-Agent Routing</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When multiple agents manage chats, assigning them manually is a nightmare.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Set up smart routing rules in WowChat messages are automatically assigned based on agent availability, department (Sales, Support, Billing), or language preference.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>○ A query with “price” → goes to the Sales team.<br>○ A message with “refund” → goes to Support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Result:<br>○ No message gets missed, and every customer gets the right person instantly</p>\n<!-- /wp:paragraph -->','Top 10 Time-Saving Chat Automations You’ll Wish You Knew Sooner','','publish','open','open','','top-10-time-saving-chat-automations-youll-wish-you-knew-sooner','','','2025-12-02 05:47:25','2025-12-02 05:47:25','',0,'https://dev.wowchat.co/blog/?p=131',0,'post','',0),(132,1,'2025-11-12 13:10:59','2025-11-12 13:10:59','<!-- wp:paragraph -->\n<p>Discover 10 powerful chat automations that save time, improve customer experience, and increase sales. From instant replies to smart lead qualification, learn how WowChat.CO can make your messaging faster and more efficient.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. Instant Welcome Message</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Imagine this:<br>A new customer messages your WhatsApp or Instagram for the first time and within 2 seconds, they get:<br>“Hey Thanks for reaching out! We’re happy to have you here. How can we help you today?”<br>No waiting. No delay. Just instant connection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Why it works:<br>○ People feel acknowledged immediately even if your team isn’t online yet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ In WowChat.CO, you can set up an auto-reply rule for first-time visitors. It detects a new contact and sends a warm, personalized greeting automatically.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Time saved: 3–5 minutes per chat (multiplied by hundreds per week).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. After-Hours Auto Response</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You can’t (and shouldn’t) be available 24/7. But your chat can be.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Hey! Thanks for your message our team’s offline right now but we’ll get back to you first thing tomorrow at 9 AM. In the meantime, here’s a link to our FAQs [link].”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Why it works:<br>○ You set clear expectations and avoid the “ghosted” feeling customers get when no one replies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Create time-based automation that activates outside your business hours. WowChat detects message timestamps and replies accordingly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Quick Replies for Common Questions</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>“How much does this cost?”<br>“What are your working hours?”<br>“Where’s my order?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your team probably answers these 20 times a day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Set up Quick Reply shortcuts in WowChat like typing “/price” instantly sends your pricing message or “/hours” sends your schedule.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Why it saves time:<br>○ No typing, no copy-pasting. Just one shortcut = one polished reply.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Average time saved: 10–15 seconds per query.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. Order Status Automation</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Customers love to know, “Where’s my order?” And your team hates manually checking every time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Integrate your CRM or eCommerce tool (like Shopify, WooCommerce, or Zoho) with WowChat.<br>○ Then, when a customer messages their order number, the bot automatically fetches the current status and replies instantly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Your order #4827 is out for delivery. Expected arrival: Tomorrow by 6 PM.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Why it works:<br>○ You deliver answers faster than the customer expected without human effort.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5. Appointment &amp; Booking Reminders</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you run a service business (salon, clinic, real estate, etc.), no-shows are painful.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Automation fix:<br>“Hey Riya Reminder for your salon appointment tomorrow at 2:30 PM. Reply 1 to confirm or 2 to reschedule.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ WowChat connects with your calendar or booking system and triggers reminders automatically — one day or one hour before the appointment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Result:<br>○ Fewer missed appointments, less manual calling, and more happy customers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">6. Follow-Up Messages</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Most sales are lost not because of rejection but because of silence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Automation example:<br>“Hey Amit! Just checking in to see if you had a chance to review our proposal. Happy to clarify any questions.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ You can create delay-based triggers if a lead doesn’t respond for 48 hours, send an automatic nudge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Why it works:<br>○ You stay on your customer’s radar without manually chasing them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">7. Thank You + Feedback Collection</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>After a sale or support resolution, sending gratitude builds trust.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>“Thanks for your purchase, Sneha! We’d love your feedback was your experience smooth?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Use post-purchase automation that triggers once a ticket is closed or an order is delivered.<br>○ Add feedback buttons or quick polls for simple responses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bonus:<br>○ You can route unhappy feedback directly to your support team to recover the experience fast.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">8. Smart Lead Qualification</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you get hundreds of inquiries, not all are ready to buy and that’s okay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Automation fix:<br>○ Use a simple chatbot that asks:<br>“What are you looking for?”<br>“What’s your preferred budget range?”<br>“When do you plan to start?”<br>○ Then it labels or scores the lead automatically in your CRM.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ WowChat’s rule-based or AI bot collects answers and tags leads (Hot, Warm, Cold) based on responses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Result:<br>○ Your sales team focuses only on the right leads no time wasted on unqualified ones.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">9. Re-Engagement Campaigns</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sometimes customers disappear not because they’re unhappy, but because they forget.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Automation example:<br>“Hey there! We noticed you haven’t visited us in a while. Here’s a 10% welcome-back gift — valid till Sunday!”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Schedule re-engagement messages to trigger automatically after 30, 60, or 90 days of inactivity.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Why it works:<br>○ You bring back old customers without sounding salesy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">10. Multi-Agent Routing</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When multiple agents manage chats, assigning them manually is a nightmare.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Set up smart routing rules in WowChat messages are automatically assigned based on agent availability, department (Sales, Support, Billing), or language preference.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>○ A query with “price” → goes to the Sales team.<br>○ A message with “refund” → goes to Support.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Result:<br>○ No message gets missed, and every customer gets the right person instantly</p>\n<!-- /wp:paragraph -->','Top 10 Time-Saving Chat Automations You’ll Wish You Knew Sooner','','inherit','closed','closed','','131-revision-v1','','','2025-11-12 13:10:59','2025-11-12 13:10:59','',131,'https://dev.wowchat.co/blog/?p=132',0,'revision','',0),(133,2,'2025-07-17 13:19:00','2025-07-17 13:19:00','<!-- wp:paragraph -->\n<p>Learn 8 essential strategies to boost customer engagement. From meaningful conversations to smart timing and personalization, discover how WowChat.CO can help your brand connect genuinely without being pushy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. Focus on Relationship, Not Reaction</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Most businesses chase engagement like a race post more, message more, offer more.<br>But customers can tell when you’re trying too hard.<br>Real engagement comes from meaningful touchpoints, not constant ones.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>○ Instead of: “Hey! We have a discount again!” (every week)<br>○ Try: “Hey Anjali! Noticed you loved our eco-friendly candles last time — we just launched a new aroma you might enjoy.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ You’re not pushing a sale you’re showing you remember them. That makes the conversation personal, not promotional.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. Use Smart Timing Not Just Frequency</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You don’t need to message customers often. You need to message them at the right time.<br>The best time to reach out isn’t when you want to sell it’s when they need something.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Using a platform like WowChat.CO, you can track when customers last interacted, purchased, or asked a question.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>○ “Hey Rahul! Hope you’re enjoying your headset. We just released a new accessory that pairs perfectly want a quick look?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s relevance not spam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Make Every Message Add Value</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If your messages only shout “buy now,” people tune out fast.<br>But if your messages help them, they’ll always listen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example ideas:<br>○ Share tips: “Here’s how to care for your linen shirts so they last longer.”<br>○ Offer early access: “Our premium members get first dibs on the Diwali sale want in?”<br>○ Ask for feedback: “Hey, how was your last order? Your thoughts help us improve.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Plan your messages around value not volume. Alternate between helpful, personal, and promotional content.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. Personalize But Keep It Real</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There’s a fine line between personal and too personal.<br>Customers love when you remember their last order  but not when it feels like you’re tracking their every move.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>○ ✅ “Hi Riya! Hope your order arrived safely  would love to know if you liked the new packaging.”<br>○ ❌ “Hi Riya! I saw you were online yesterday but didn’t buy anything.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Use personalization based on shared info  like purchase history or preferences.<br>○ Avoid anything that feels like surveillance.<br>○ With WowChat.CO, your team can see customer context (like previous chats or interests) and respond naturally no overstepping.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5. Keep Conversations Two-Way</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Most brands talk at customers, not with them.<br>Engagement means giving people a reason to reply  not just read.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>○ Instead of: “Check out our new arrivals!”<br>○ Try: “We’ve just dropped new arrivals  which color would you pick, pink or teal?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Set up quick-reply buttons or short questions in your messages to encourage small, easy responses.<br>○ Customers love feeling heard not pitched.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">6. Use Automation to Stay Consistent Not Robotic</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The key to staying engaging (but not pushy) is consistency. But consistency shouldn’t mean constant manual messaging.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ With WowChat.CO, you can:<br>○ Set up gentle follow-up reminders (e.g., after 3 days of no reply)<br>○ Send helpful updates automatically (like order confirmations or restock alerts)<br>○ Trigger personalized check-ins (“Hope your recent visit went well want to book your next one?”)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Automation helps you stay present without being pushy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">7. Listen More Than You Talk</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sometimes the best engagement move is to pause and let your customers speak.<br>Ask them what they think, what they want, and what they’d like to see next.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>○ “We’re planning our next launch what type of products do you want more of?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Use quick polls or feedback messages inside your WhatsApp or Instagram chat via WowChat.CO to capture responses instantly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">8. Show Gratitude, Always</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Nothing keeps people engaged like feeling appreciated. Don’t only message to sell — message to thank.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Examples:<br>○ “You’ve been with us for a year thank you! We’ve added a small surprise to your next order.”<br>○ “Thanks for your feedback we’re using it to make our next version even better.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ That small touch of gratitude builds emotional connection and that’s what real engagement feels like.</p>\n<!-- /wp:paragraph -->','How to Keep Your Customers Engaged Without Being Pushy','','publish','open','open','','how-to-keep-your-customers-engaged-without-being-pushy','','','2025-12-02 05:46:56','2025-12-02 05:46:56','',0,'https://dev.wowchat.co/blog/?p=133',0,'post','',0),(134,1,'2025-11-12 13:19:49','2025-11-12 13:19:49','<!-- wp:paragraph -->\n<p>Learn 8 essential strategies to boost customer engagement. From meaningful conversations to smart timing and personalization, discover how WowChat.CO can help your brand connect genuinely without being pushy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. Focus on Relationship, Not Reaction</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Most businesses chase engagement like a race post more, message more, offer more.<br>But customers can tell when you’re trying too hard.<br>Real engagement comes from meaningful touchpoints, not constant ones.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>○ Instead of: “Hey! We have a discount again!” (every week)<br>○ Try: “Hey Anjali! Noticed you loved our eco-friendly candles last time — we just launched a new aroma you might enjoy.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ You’re not pushing a sale you’re showing you remember them. That makes the conversation personal, not promotional.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. Use Smart Timing Not Just Frequency</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You don’t need to message customers often. You need to message them at the right time.<br>The best time to reach out isn’t when you want to sell it’s when they need something.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Using a platform like WowChat.CO, you can track when customers last interacted, purchased, or asked a question.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>○ “Hey Rahul! Hope you’re enjoying your headset. We just released a new accessory that pairs perfectly want a quick look?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s relevance not spam.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Make Every Message Add Value</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If your messages only shout “buy now,” people tune out fast.<br>But if your messages help them, they’ll always listen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example ideas:<br>○ Share tips: “Here’s how to care for your linen shirts so they last longer.”<br>○ Offer early access: “Our premium members get first dibs on the Diwali sale want in?”<br>○ Ask for feedback: “Hey, how was your last order? Your thoughts help us improve.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Plan your messages around value not volume. Alternate between helpful, personal, and promotional content.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. Personalize But Keep It Real</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There’s a fine line between personal and too personal.<br>Customers love when you remember their last order  but not when it feels like you’re tracking their every move.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>○ ✅ “Hi Riya! Hope your order arrived safely  would love to know if you liked the new packaging.”<br>○ ❌ “Hi Riya! I saw you were online yesterday but didn’t buy anything.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Use personalization based on shared info  like purchase history or preferences.<br>○ Avoid anything that feels like surveillance.<br>○ With WowChat.CO, your team can see customer context (like previous chats or interests) and respond naturally no overstepping.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5. Keep Conversations Two-Way</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Most brands talk at customers, not with them.<br>Engagement means giving people a reason to reply  not just read.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>○ Instead of: “Check out our new arrivals!”<br>○ Try: “We’ve just dropped new arrivals  which color would you pick, pink or teal?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Set up quick-reply buttons or short questions in your messages to encourage small, easy responses.<br>○ Customers love feeling heard not pitched.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">6. Use Automation to Stay Consistent Not Robotic</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The key to staying engaging (but not pushy) is consistency. But consistency shouldn’t mean constant manual messaging.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ With WowChat.CO, you can:<br>○ Set up gentle follow-up reminders (e.g., after 3 days of no reply)<br>○ Send helpful updates automatically (like order confirmations or restock alerts)<br>○ Trigger personalized check-ins (“Hope your recent visit went well want to book your next one?”)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Automation helps you stay present without being pushy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">7. Listen More Than You Talk</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sometimes the best engagement move is to pause and let your customers speak.<br>Ask them what they think, what they want, and what they’d like to see next.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Example:<br>○ “We’re planning our next launch what type of products do you want more of?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ Use quick polls or feedback messages inside your WhatsApp or Instagram chat via WowChat.CO to capture responses instantly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">8. Show Gratitude, Always</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Nothing keeps people engaged like feeling appreciated. Don’t only message to sell — message to thank.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Examples:<br>○ “You’ve been with us for a year thank you! We’ve added a small surprise to your next order.”<br>○ “Thanks for your feedback we’re using it to make our next version even better.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>How it works:<br>○ That small touch of gratitude builds emotional connection and that’s what real engagement feels like.</p>\n<!-- /wp:paragraph -->','How to Keep Your Customers Engaged Without Being Pushy','','inherit','closed','closed','','133-revision-v1','','','2025-11-12 13:19:49','2025-11-12 13:19:49','',133,'https://dev.wowchat.co/blog/?p=134',0,'revision','',0),(135,1,'2025-11-17 11:27:48','2025-11-17 11:27:48','','Rahul (1)','','inherit','open','closed','','rahul-1','','','2025-11-17 11:27:48','2025-11-17 11:27:48','',0,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/Rahul-1.jpg',0,'attachment','image/jpeg',0),(136,1,'2025-11-17 11:29:15','2025-11-17 11:29:15','','Bhavin','','inherit','open','closed','','bhavin','','','2025-11-17 11:29:15','2025-11-17 11:29:15','',0,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/Bhavin.jpg',0,'attachment','image/jpeg',0),(137,1,'2025-11-17 11:29:43','2025-11-17 11:29:43','','Viral','','inherit','open','closed','','viral','','','2025-11-17 11:29:43','2025-11-17 11:29:43','',0,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/Viral.jpg',0,'attachment','image/jpeg',0),(138,1,'2025-11-17 12:17:28','2025-11-17 12:17:28','','Nandan','','inherit','open','closed','','nandan','','','2025-11-17 12:17:28','2025-11-17 12:17:28','',0,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/Nandan.png',0,'attachment','image/png',0),(139,1,'2025-11-17 12:49:28','2025-11-17 12:49:28','','Prerana','','inherit','open','closed','','prerana','','','2025-11-17 12:49:28','2025-11-17 12:49:28','',0,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/Prerana.png',0,'attachment','image/png',0),(140,1,'2025-11-18 05:08:24','2025-11-18 05:08:24','<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">1. Remember There’s a Human Behind Every Message</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It’s easy to forget that the person texting “is this available?” isn’t just another lead it’s someone with a real goal, worry, or dream.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A bride looking for her perfect outfit.<br>A first-time homebuyer nervous about their decision.<br>A parent ordering school supplies late at night.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The best businesses don’t see messages as tickets.<br>They see them as moments to make someone’s life a little easier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>When your tone is empathetic and you listen before you sell, you create an emotional connection.<br>That’s what keeps customers loyal even when competitors offer the same product cheaper.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">2. Respond Fast But Stay Personal</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Speed matters. But personal attention matters more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When customers message you on WhatsApp or Instagram, they expect an answer now not hours later.<br>But quick replies don’t have to sound automated.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Use smart automation tools like WowChat.CO to greet customers instantly but keep responses conversational and human.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">3. Keep Context Don’t Make Customers Repeat Themselves</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Few things frustrate a customer more than having to explain the same thing twice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“I already gave my order ID.”<br>“I’ve already shared my requirements.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It feels like starting over and it kills trust.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Using tools like WowChat.CO, you can see the entire chat history across WhatsApp, Instagram, and Facebook all in one place.<br>That means your team knows exactly:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>What the customer bought before</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>What they asked about last time</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Whether anyone else on your team has spoken to them</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>So when you reply, you’re not just responding you’re continuing a relationship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">4. Add Value Before You Sell</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Relationships thrive when you give more than you take.<br>Customers can tell when your only goal is to close a deal and they’ll vanish.<br>But if you help first, they’ll stay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Use chat to share helpful information, not just price lists.<br>Offer guidance, insights, or small tips that make their buying decision easier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">5. Follow Up the Right Way</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Following up isn’t annoying if you do it with care.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most businesses forget to message again after the first chat.<br>But great brands follow up like a friend checking in, not a salesperson chasing a deal.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Set up soft, friendly reminders using your chat system simple messages that show you care, not pressure them to buy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">6. Be Consistent Across All Channels</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A real relationship doesn’t start over every time the platform changes.<br>If a customer talks to you on Instagram and later messages on WhatsApp, they expect you to remember them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>An omnichannel chat tool like WowChat.CO brings all your messages from WhatsApp, Facebook, Instagram, and your website into one dashboard.<br>That way, every team member sees the same context and can continue the conversation smoothly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">7. Treat Every Chat as the Start of a Story</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Customers remember how you make them feel not just what you sell.<br>If you treat every chat like a genuine interaction, not a transaction, they’ll keep coming back.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And soon, you won’t just have followers or leads you’ll have fans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How it works:</strong><br>Build small rituals of connection in your chat process:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li>Use their name</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Acknowledge their loyalty</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Thank them personally after every order</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Send appreciation notes like “Loved chatting with you today”</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->','How to Build Real Relationships Not Just Conversations','','inherit','closed','closed','','102-revision-v1','','','2025-11-18 05:08:24','2025-11-18 05:08:24','',102,'https://dev.wowchat.co/blog/?p=140',0,'revision','',0),(141,1,'2025-11-18 07:46:28','2025-11-18 07:46:28','','How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy','','inherit','open','closed','','how-to-keep-your-customers-engaged-without-being-pushy-2','','','2025-11-18 07:46:28','2025-11-18 07:46:28','',133,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy.png',0,'attachment','image/png',0),(143,1,'2025-11-18 12:50:50','2025-11-18 12:50:50','','How-One-Local-Store-Doubled-Sales-with-WhatsApp-Marketing','','inherit','open','closed','','how-one-local-store-doubled-sales-with-whatsapp-marketing-2','','','2025-11-18 12:50:50','2025-11-18 12:50:50','',121,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/How-One-Local-Store-Doubled-Sales-with-WhatsApp-Marketing.png',0,'attachment','image/png',0),(144,1,'2025-11-18 12:51:23','2025-11-18 12:51:23','','How-Schools-Use-Chat-to-Stay-Connected-with-Parents-and-Students','','inherit','open','closed','','how-schools-use-chat-to-stay-connected-with-parents-and-students-2','','','2025-11-18 12:51:23','2025-11-18 12:51:23','',125,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/How-Schools-Use-Chat-to-Stay-Connected-with-Parents-and-Students.png',0,'attachment','image/png',0),(145,1,'2025-11-18 12:52:01','2025-11-18 12:52:01','','How-to-Convert-Leads-Faster-Using-Omnichannel-Messaging','','inherit','open','closed','','how-to-convert-leads-faster-using-omnichannel-messaging-2','','','2025-11-18 12:52:01','2025-11-18 12:52:01','',123,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/How-to-Convert-Leads-Faster-Using-Omnichannel-Messaging.png',0,'attachment','image/png',0),(146,1,'2025-11-18 12:52:46','2025-11-18 12:52:46','','How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy','','inherit','open','closed','','how-to-keep-your-customers-engaged-without-being-pushy-3','','','2025-11-18 12:52:46','2025-11-18 12:52:46','',133,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/How-to-Keep-Your-Customers-Engaged-Without-Being-Pushy-1.png',0,'attachment','image/png',0),(147,1,'2025-11-18 12:54:24','2025-11-18 12:54:24','','How-to-Write-the-Perfect-First-Message-That-Makes-People-Reply','','inherit','open','closed','','how-to-write-the-perfect-first-message-that-makes-people-reply-2','','','2025-11-18 12:54:24','2025-11-18 12:54:24','',127,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/How-to-Write-the-Perfect-First-Message-That-Makes-People-Reply.png',0,'attachment','image/png',0),(148,1,'2025-11-18 12:55:06','2025-11-18 12:55:06','','Top-10-Time-Saving-Chat-Automations-You’ll-Wish-You-Knew-Sooner','','inherit','open','closed','','top-10-time-saving-chat-automations-youll-wish-you-knew-sooner-2','','','2025-11-18 12:55:06','2025-11-18 12:55:06','',131,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/Top-10-Time-Saving-Chat-Automations-Youll-Wish-You-Knew-Sooner.png',0,'attachment','image/png',0),(149,1,'2025-11-18 12:55:44','2025-11-18 12:55:44','','Why-Your-Business-Needs-an-Omnichannel-Chat-Platform-Now','','inherit','open','closed','','why-your-business-needs-an-omnichannel-chat-platform-now-2','','','2025-11-18 12:55:44','2025-11-18 12:55:44','',129,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/Why-Your-Business-Needs-an-Omnichannel-Chat-Platform-Now.png',0,'attachment','image/png',0),(150,1,'2025-11-18 12:58:19','2025-11-18 12:58:19','','Top-10-Customer-Engagement-Strategies-Using-Chat-Automation','','inherit','open','closed','','top-10-customer-engagement-strategies-using-chat-automation-2','','','2025-11-18 12:58:19','2025-11-18 12:58:19','',119,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/Top-10-Customer-Engagement-Strategies-Using-Chat-Automation.png',0,'attachment','image/png',0),(151,1,'2025-11-18 13:19:56','2025-11-18 13:19:56','','How-to-Automate-Customer-Support-Without-Losing-the-Human-Touch','','inherit','open','closed','','how-to-automate-customer-support-without-losing-the-human-touch-2','','','2025-11-18 13:19:56','2025-11-18 13:19:56','',117,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/How-to-Automate-Customer-Support-Without-Losing-the-Human-Touch.png',0,'attachment','image/png',0),(152,1,'2025-11-19 06:50:32','2025-11-19 06:50:32','','Why-Business-that-reply-faster-win-more-sales','','inherit','open','closed','','why-business-that-reply-faster-win-more-sales','','','2025-11-19 06:50:32','2025-11-19 06:50:32','',115,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/Why-Business-that-reply-faster-win-more-sales.png',0,'attachment','image/png',0),(153,1,'2025-11-27 05:02:00','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2025-11-27 05:02:00','0000-00-00 00:00:00','',0,'https://dev.wowchat.co/blog/?p=153',0,'post','',0),(154,1,'2025-11-27 05:02:36','2025-11-27 05:02:36','','Customer-Success-Story-The-Beauty-Brand-That-Grew-5x-with-WowChat','','inherit','open','closed','','customer-success-story-the-beauty-brand-that-grew-5x-with-wowchat','','','2025-11-27 05:02:36','2025-11-27 05:02:36','',0,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/Customer-Success-Story-The-Beauty-Brand-That-Grew-5x-with-WowChat.png',0,'attachment','image/png',0),(156,1,'2025-11-27 05:07:13','2025-11-27 05:07:13','','The-Psychology-of-Fast-Replies-Why-Customers-Buy-Faster-When-You-Chat-Back','','inherit','open','closed','','the-psychology-of-fast-replies-why-customers-buy-faster-when-you-chat-back-2','','','2025-11-27 05:07:13','2025-11-27 05:07:13','',75,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/The-Psychology-of-Fast-Replies-Why-Customers-Buy-Faster-When-You-Chat-Back.png',0,'attachment','image/png',0),(157,1,'2025-11-27 05:12:25','2025-11-27 05:12:25','','How-Healthcare-Clinics-Use-WhatsApp-for-Appointment-Reminders','','inherit','open','closed','','how-healthcare-clinics-use-whatsapp-for-appointment-reminders-2','','','2025-11-27 05:12:25','2025-11-27 05:12:25','',78,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/How-Healthcare-Clinics-Use-WhatsApp-for-Appointment-Reminders.png',0,'attachment','image/png',0),(159,1,'2025-11-27 05:15:22','2025-11-27 05:15:22','','5-Things-Customers-Notice-in-Every-WhatsApp-Conversation','','inherit','open','closed','','5-things-customers-notice-in-every-whatsapp-conversation-2','','','2025-11-27 05:15:22','2025-11-27 05:15:22','',80,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/5-Things-Customers-Notice-in-Every-WhatsApp-Conversation.png',0,'attachment','image/png',0),(160,1,'2025-11-27 05:16:40','2025-11-27 05:16:40','','Top-10-Inspiring-WhatsApp-Campaigns-from-Small-Businesses','','inherit','open','closed','','top-10-inspiring-whatsapp-campaigns-from-small-businesses-2','','','2025-11-27 05:16:40','2025-11-27 05:16:40','',82,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/Top-10-Inspiring-WhatsApp-Campaigns-from-Small-Businesses.png',0,'attachment','image/png',0),(161,1,'2025-11-27 05:17:54','2025-11-27 05:17:54','','Why-a-Slow-Reply-Can-Kill-a-Sale-(and-How-to-Fix-It)','','inherit','open','closed','','why-a-slow-reply-can-kill-a-sale-and-how-to-fix-it-2','','','2025-11-27 05:17:54','2025-11-27 05:17:54','',85,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/Why-a-Slow-Reply-Can-Kill-a-Sale-and-How-to-Fix-It.png',0,'attachment','image/png',0),(162,1,'2025-11-27 05:19:32','2025-11-27 05:19:32','','How-to-Build-a-Customer-Journey-That-Works-on-Every-Channel','','inherit','open','closed','','how-to-build-a-customer-journey-that-works-on-every-channel-2','','','2025-11-27 05:19:32','2025-11-27 05:19:32','',88,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/How-to-Build-a-Customer-Journey-That-Works-on-Every-Channel.png',0,'attachment','image/png',0),(163,1,'2025-11-27 05:22:10','2025-11-27 05:22:10','','3-Small-Chat-Habits-That-Make-Customers-Feel-Valued','','inherit','open','closed','','3-small-chat-habits-that-make-customers-feel-valued-2','','','2025-11-27 05:22:10','2025-11-27 05:22:10','',89,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/3-Small-Chat-Habits-That-Make-Customers-Feel-Valued.png',0,'attachment','image/png',0),(164,1,'2025-11-27 05:23:31','2025-11-27 05:23:31','','How-a-Travel-Brand-Boosted-Bookings-Using-Instagram-Chat','','inherit','open','closed','','how-a-travel-brand-boosted-bookings-using-instagram-chat-2','','','2025-11-27 05:23:31','2025-11-27 05:23:31','',91,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/How-a-Travel-Brand-Boosted-Bookings-Using-Instagram-Chat.png',0,'attachment','image/png',0),(165,1,'2025-11-27 05:24:58','2025-11-27 05:24:58','','Top-10-Questions-Customers-Always-Ask-and-How-to-Reply-Fast','','inherit','open','closed','','top-10-questions-customers-always-ask-and-how-to-reply-fast-2','','','2025-11-27 05:24:58','2025-11-27 05:24:58','',94,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/Top-10-Questions-Customers-Always-Ask-and-How-to-Reply-Fast.png',0,'attachment','image/png',0),(166,1,'2025-11-27 05:26:37','2025-11-27 05:26:37','','How-Salons-and-Spas-Keep-Clients-Coming-Back-with-WhatsApp-Reminders','','inherit','open','closed','','how-salons-and-spas-keep-clients-coming-back-with-whatsapp-reminders-2','','','2025-11-27 05:26:37','2025-11-27 05:26:37','',97,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/How-Salons-and-Spas-Keep-Clients-Coming-Back-with-WhatsApp-Reminders.png',0,'attachment','image/png',0),(167,1,'2025-11-27 05:28:32','2025-11-27 05:28:32','','Behind-the-Scenes-How-WowChat-Keeps-Teams-Connected-Across-Channels','','inherit','open','closed','','behind-the-scenes-how-wowchat-keeps-teams-connected-across-channels','','','2025-11-27 05:28:32','2025-11-27 05:28:32','',108,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/Behind-the-Scenes-How-WowChat-Keeps-Teams-Connected-Across-Channels.png',0,'attachment','image/png',0),(168,1,'2025-11-27 05:30:06','2025-11-27 05:30:06','','Top-10-Reasons-Your-Customers-Prefer-Chat-Over-Email','','inherit','open','closed','','top-10-reasons-your-customers-prefer-chat-over-email-2','','','2025-11-27 05:30:06','2025-11-27 05:30:06','',111,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/Top-10-Reasons-Your-Customers-Prefer-Chat-Over-Email.png',0,'attachment','image/png',0),(170,1,'2025-11-27 12:44:08','2025-11-27 12:44:08','','How-Wowchat-co-helps-teams-handle-1000-message-a-day-stress-free-','','inherit','open','closed','','how-wowchat-co-helps-teams-handle-1000-message-a-day-stress-free','','','2025-11-27 12:44:08','2025-11-27 12:44:08','',68,'https://dev.wowchat.co/blog/wp-content/uploads/2025/05/How-Wowchat-co-helps-teams-handle-1000-message-a-day-stress-free-.png',0,'attachment','image/png',0),(171,1,'2025-11-27 13:45:42','2025-11-27 13:45:42','','How-Small-Businesses-Compete-with-Big-Brands-Using-Chat-Automation','','inherit','open','closed','','how-small-businesses-compete-with-big-brands-using-chat-automation-2','','','2025-11-27 13:45:42','2025-11-27 13:45:42','',59,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/How-Small-Businesses-Compete-with-Big-Brands-Using-Chat-Automation.png',0,'attachment','image/png',0),(172,1,'2025-11-27 13:49:35','2025-11-27 13:49:35','','How-to-Engage-Customers-on-Social-Media-Throught-Chat','','inherit','open','closed','','how-to-engage-customers-on-social-media-throught-chat','','','2025-11-27 13:49:35','2025-11-27 13:49:35','',64,'https://dev.wowchat.co/blog/wp-content/uploads/2025/11/How-to-Engage-Customers-on-Social-Media-Throught-Chat.png',0,'attachment','image/png',0),(173,1,'2025-11-27 13:51:30','2025-11-27 13:51:30','','The-Future-of-Customer-Conversations--Chat-AI-&-Omnichannel-Magic','','inherit','open','closed','','the-future-of-customer-conversations-chat-ai-omnichannel-magic-2','','','2025-11-27 13:51:30','2025-11-27 13:51:30','',100,'https://dev.wowchat.co/blog/wp-content/uploads/2025/10/The-Future-of-Customer-Conversations-Chat-AI-Omnichannel-Magic.png',0,'attachment','image/png',0),(174,1,'2025-11-27 13:53:42','2025-11-27 13:53:42','','How-to-Nurture-Leads-Through-WhatsApp-Drip-Campaigns','','inherit','open','closed','','how-to-nurture-leads-through-whatsapp-drip-campaigns-2','','','2025-11-27 13:53:42','2025-11-27 13:53:42','',106,'https://dev.wowchat.co/blog/wp-content/uploads/2025/09/How-to-Nurture-Leads-Through-WhatsApp-Drip-Campaigns.png',0,'attachment','image/png',0),(175,1,'2025-11-28 05:29:00','2025-11-28 05:29:00','','5-Chat-Message-Tricks-That-Get-Instant-Replies','','inherit','open','closed','','5-chat-message-tricks-that-get-instant-replies-2','','','2025-11-28 05:29:00','2025-11-28 05:29:00','',63,'https://dev.wowchat.co/blog/wp-content/uploads/2025/05/5-Chat-Message-Tricks-That-Get-Instant-Replies.png',0,'attachment','image/png',0),(176,1,'2025-11-28 05:29:44','2025-11-28 05:29:44','','How-Restaurants-Use-Instagram-DMs-to-Boost-Bookings','','inherit','open','closed','','how-restaurants-use-instagram-dms-to-boost-bookings-2','','','2025-11-28 05:29:44','2025-11-28 05:29:44','',57,'https://dev.wowchat.co/blog/wp-content/uploads/2025/04/How-Restaurants-Use-Instagram-DMs-to-Boost-Bookings.png',0,'attachment','image/png',0),(177,1,'2025-11-28 05:31:13','2025-11-28 05:31:13','','How-to-Build-Real-Relationships-Not-Just-Conversations','','inherit','open','closed','','how-to-build-real-relationships-not-just-conversations-2','','','2025-11-28 05:31:13','2025-11-28 05:31:13','',102,'https://dev.wowchat.co/blog/wp-content/uploads/2025/07/How-to-Build-Real-Relationships-Not-Just-Conversations.png',0,'attachment','image/png',0),(178,1,'2025-11-28 05:32:27','2025-11-28 05:32:27','','How-to-Personalize-Customer-Conversations-Across-Multiple-Channels','','inherit','open','closed','','how-to-personalize-customer-conversations-across-multiple-channels-2','','','2025-11-28 05:32:27','2025-11-28 05:32:27','',104,'https://dev.wowchat.co/blog/wp-content/uploads/2025/07/How-to-Personalize-Customer-Conversations-Across-Multiple-Channels.png',0,'attachment','image/png',0),(179,1,'2025-11-28 05:33:41','2025-11-28 05:33:41','','How-to-Sound-Human-even-when-it\'s-and-Automated-chat','','inherit','open','closed','','how-to-sound-human-even-when-its-and-automated-chat','','','2025-11-28 05:33:41','2025-11-28 05:33:41','',55,'https://dev.wowchat.co/blog/wp-content/uploads/2025/04/How-to-Sound-Human-even-when-its-and-Automated-chat.png',0,'attachment','image/png',0),(180,1,'2025-11-28 05:34:31','2025-11-28 05:34:31','','Multichannel-to-Omnichannel-Why-It-matters-in-2025','','inherit','open','closed','','multichannel-to-omnichannel-why-it-matters-in-2025','','','2025-11-28 05:34:31','2025-11-28 05:34:31','',53,'https://dev.wowchat.co/blog/wp-content/uploads/2025/04/Multichannel-to-Omnichannel-Why-It-matters-in-2025.png',0,'attachment','image/png',0),(181,1,'2025-11-28 05:35:22','2025-11-28 05:35:22','','Top-10-Industries-That-Can’t-Survive-Without-Omnichannel-Chat','','inherit','open','closed','','top-10-industries-that-cant-survive-without-omnichannel-chat-2','','','2025-11-28 05:35:22','2025-11-28 05:35:22','',60,'https://dev.wowchat.co/blog/wp-content/uploads/2025/04/Top-10-Industries-That-Cant-Survive-Without-Omnichannel-Chat.png',0,'attachment','image/png',0),(182,1,'2025-11-28 10:40:44','2025-11-28 10:40:44','','Cutomer-Story-How-a-Local-boutique-boosted-orders-by-30%-using-chat','','inherit','open','closed','','cutomer-story-how-a-local-boutique-boosted-orders-by-30-using-chat','','','2025-11-28 10:40:44','2025-11-28 10:40:44','',43,'https://dev.wowchat.co/blog/wp-content/uploads/2025/02/Cutomer-Story-How-a-Local-boutique-boosted-orders-by-30-using-chat.png',0,'attachment','image/png',0),(183,1,'2025-11-28 10:42:15','2025-11-28 10:42:15','','Why-Customers-Choose-Businesses-that-chat-back-fast','','inherit','open','closed','','why-customers-choose-businesses-that-chat-back-fast-2','','','2025-11-28 10:42:15','2025-11-28 10:42:15','',45,'https://dev.wowchat.co/blog/wp-content/uploads/2025/03/Why-Customers-Choose-Businesses-that-chat-back-fast.png',0,'attachment','image/png',0),(184,1,'2025-11-28 10:45:02','2025-11-28 10:45:02','','The-Secret-to-Never-Missing-a-Customer-message-again','','inherit','open','closed','','the-secret-to-never-missing-a-customer-message-again-2','','','2025-11-28 10:45:02','2025-11-28 10:45:02','',41,'https://dev.wowchat.co/blog/wp-content/uploads/2025/02/The-Secret-to-Never-Missing-a-Customer-message-again.png',0,'attachment','image/png',0),(185,1,'2025-11-28 10:47:57','2025-11-28 10:47:57','','How-E-Commerce-Brands-Use-chat-to-Recover-Abandoned-Carts','','inherit','open','closed','','how-e-commerce-brands-use-chat-to-recover-abandoned-carts-2','','','2025-11-28 10:47:57','2025-11-28 10:47:57','',47,'https://dev.wowchat.co/blog/wp-content/uploads/2025/03/How-E-Commerce-Brands-Use-chat-to-Recover-Abandoned-Carts.png',0,'attachment','image/png',0),(186,1,'2025-11-28 10:50:17','2025-11-28 10:50:17','','Top-10-WhatsApp-Marketing-message-templated-for-Real-Estate-agents','','inherit','open','closed','','top-10-whatsapp-marketing-message-templated-for-real-estate-agents','','','2025-11-28 10:50:17','2025-11-28 10:50:17','',49,'https://dev.wowchat.co/blog/wp-content/uploads/2025/03/Top-10-WhatsApp-Marketing-message-templated-for-Real-Estate-agents.png',0,'attachment','image/png',0),(187,1,'2025-11-28 10:57:25','2025-11-28 10:57:25','','How-to-Turn-DMs-into-Repeat-Orders-for-your-online-store','','inherit','open','closed','','how-to-turn-dms-into-repeat-orders-for-your-online-store-2','','','2025-11-28 10:57:25','2025-11-28 10:57:25','',39,'https://dev.wowchat.co/blog/wp-content/uploads/2025/02/How-to-Turn-DMs-into-Repeat-Orders-for-your-online-store.png',0,'attachment','image/png',0),(188,1,'2025-11-28 11:14:07','2025-11-28 11:14:07','','How-to-turn-angry-Messages-into-happy-customers','','inherit','open','closed','','how-to-turn-angry-messages-into-happy-customers-2','','','2025-11-28 11:14:07','2025-11-28 11:14:07','',51,'https://dev.wowchat.co/blog/wp-content/uploads/2025/03/How-to-turn-angry-Messages-into-happy-customers.png',0,'attachment','image/png',0),(189,1,'2025-11-28 11:16:09','2025-11-28 11:16:09','','Top-10-Chat-Mistakes-That-Are-Costing-You-Sales','','inherit','open','closed','','top-10-chat-mistakes-that-are-costing-you-sales-2','','','2025-11-28 11:16:09','2025-11-28 11:16:09','',37,'https://dev.wowchat.co/blog/wp-content/uploads/2025/02/Top-10-Chat-Mistakes-That-Are-Costing-You-Sales.png',0,'attachment','image/png',0),(190,1,'2025-11-28 11:18:32','2025-11-28 11:18:32','','How-to-Connect-Instagram,-WhatsApp-&-Facebook-Messages-in-One-Dashboard','','inherit','open','closed','','how-to-connect-instagram-whatsapp-facebook-messages-in-one-dashboard-2','','','2025-11-28 11:18:32','2025-11-28 11:18:32','',35,'https://dev.wowchat.co/blog/wp-content/uploads/2025/02/How-to-Connect-Instagram-WhatsApp-Facebook-Messages-in-One-Dashboard.png',0,'attachment','image/png',0),(191,1,'2025-11-28 11:20:56','2025-11-28 11:20:56','','What-Your-Customers-Really-want-when-they-message-you','','inherit','open','closed','','what-your-customers-really-want-when-they-message-you-2','','','2025-11-28 11:20:56','2025-11-28 11:20:56','',30,'https://dev.wowchat.co/blog/wp-content/uploads/2025/01/What-Your-Customers-Really-want-when-they-message-you.png',0,'attachment','image/png',0),(192,1,'2025-11-28 11:26:09','2025-11-28 11:26:09','','Multichannel-to-Omnichannel-Why-It-matters-in-2025','','inherit','open','closed','','multichannel-to-omnichannel-why-it-matters-in-2025-2','','','2025-11-28 11:26:09','2025-11-28 11:26:09','',53,'https://dev.wowchat.co/blog/wp-content/uploads/2025/04/Multichannel-to-Omnichannel-Why-It-matters-in-2025-1.png',0,'attachment','image/png',0),(193,1,'2025-12-01 04:50:44','2025-12-01 04:50:44','','7-Easy-Ways-to-Turn-Your-WhatsApp-Chats-into-Real-Sales','','inherit','open','closed','','7-easy-ways-to-turn-your-whatsapp-chats-into-real-sales-2','','','2025-12-01 04:50:44','2025-12-01 04:50:44','',8,'https://dev.wowchat.co/blog/wp-content/uploads/2025/01/7-Easy-Ways-to-Turn-Your-WhatsApp-Chats-into-Real-Sales.png',0,'attachment','image/png',0),(194,1,'2025-12-01 04:52:15','2025-12-01 04:52:15','','Top-10-WhatsApp-Message-Ideas-That-Actually-Make-Customers-Reply','','inherit','open','closed','','top-10-whatsapp-message-ideas-that-actually-make-customers-reply-2','','','2025-12-01 04:52:15','2025-12-01 04:52:15','',10,'https://dev.wowchat.co/blog/wp-content/uploads/2025/01/Top-10-WhatsApp-Message-Ideas-That-Actually-Make-Customers-Reply.png',0,'attachment','image/png',0),(195,1,'2025-12-01 04:53:39','2025-12-01 04:53:39','','How-Real-Estate-Agents-Close-Deals-Faster-with-WhatsApp-Chat','','inherit','open','closed','','how-real-estate-agents-close-deals-faster-with-whatsapp-chat-2','','','2025-12-01 04:53:39','2025-12-01 04:53:39','',28,'https://dev.wowchat.co/blog/wp-content/uploads/2025/01/How-Real-Estate-Agents-Close-Deals-Faster-with-WhatsApp-Chat.png',0,'attachment','image/png',0),(196,1,'2025-12-01 09:46:09','2025-12-01 09:46:09','','chirag','','inherit','open','closed','','chirag','','','2025-12-01 09:46:09','2025-12-01 09:46:09','',0,'https://dev.wowchat.co/blog/wp-content/uploads/2025/12/chirag.jpeg',0,'attachment','image/jpeg',0),(197,1,'2025-12-01 10:02:30','2025-12-01 10:02:30','','Garry','','inherit','open','closed','','garry','','','2025-12-01 10:02:30','2025-12-01 10:02:30','',0,'https://dev.wowchat.co/blog/wp-content/uploads/2025/12/Garry.png',0,'attachment','image/png',0),(199,1,'2025-12-01 10:08:16','2025-12-01 10:08:16','','vishal','','inherit','open','closed','','vishal','','','2025-12-01 10:08:16','2025-12-01 10:08:16','',0,'https://dev.wowchat.co/blog/wp-content/uploads/2025/12/vishal.jpg',0,'attachment','image/jpeg',0),(200,1,'2025-12-01 11:11:51','2025-12-01 11:11:51','','How-to-Create-a-Consistent-Brand-Voice-Across-All-Your-Chat-Channels','','inherit','open','closed','','how-to-create-a-consistent-brand-voice-across-all-your-chat-channels-2','','','2025-12-01 11:11:51','2025-12-01 11:11:51','',113,'https://dev.wowchat.co/blog/wp-content/uploads/2025/09/How-to-Create-a-Consistent-Brand-Voice-Across-All-Your-Chat-Channels.png',0,'attachment','image/png',0),(201,1,'2025-12-01 11:30:52','2025-12-01 11:30:52','','How-a-Real-Estate-Team-Manages-500+-Leads-Seamlessly-with-WowChatCO_','','inherit','open','closed','','how-a-real-estate-team-manages-500-leads-seamlessly-with-wowchatco_','','','2025-12-01 11:30:52','2025-12-01 11:30:52','',98,'https://dev.wowchat.co/blog/wp-content/uploads/2025/06/How-a-Real-Estate-Team-Manages-500-Leads-Seamlessly-with-WowChatCO_.png',0,'attachment','image/png',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_relationships`
--

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint unsigned NOT NULL DEFAULT '0',
  `term_order` int NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_relationships`
--

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (1,1,0),(8,13,0),(10,12,0),(28,13,0),(30,10,0),(35,15,0),(37,13,0),(39,13,0),(41,12,0),(43,13,0),(45,10,0),(47,13,0),(49,12,0),(51,12,0),(53,10,0),(55,12,0),(57,12,0),(59,14,0),(60,10,0),(63,12,0),(64,12,0),(67,13,0),(68,11,0),(75,10,0),(78,12,0),(80,12,0),(82,12,0),(85,13,0),(88,15,0),(89,12,0),(91,13,0),(94,10,0),(97,12,0),(98,11,0),(100,14,0),(102,12,0),(104,15,0),(106,13,0),(108,11,0),(111,10,0),(113,15,0),(115,13,0),(117,14,0),(119,14,0),(121,13,0),(123,13,0),(125,11,0),(127,12,0),(129,15,0),(131,14,0),(133,12,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_taxonomy`
--

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `parent` bigint unsigned NOT NULL DEFAULT '0',
  `count` bigint NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_taxonomy`
--

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(10,10,'category','',0,7),(11,11,'category','',0,4),(12,12,'category','',0,16),(13,13,'category','',0,13),(14,14,'category','',0,5),(15,15,'category','',0,5);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_termmeta`
--

DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_termmeta`
--

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_terms`
--

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `term_group` bigint NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_terms`
--

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(10,'Knowledge','knowledge',0),(11,'CRM &amp; ERP Best Practices','crm-erp-best-practices',0),(12,'WhatsApp &amp; Communication Tools','whatsapp-communication-tools',0),(13,'Sales Performance &amp; Optimization','sales-performance-optimization',0),(14,'AI, Automation &amp; Tech Trends','ai-automation-tech-trends',0),(15,'Cloud Software &amp; Integrations','cloud-software-integrations',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_usermeta`
--

DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=221 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_usermeta`
--

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','Chirag – Product Owner'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description','Chirag is the strategic mind behind WowChat.co, driving the product vision and ensuring the platform solves real customer problems. With a strong understanding of market needs and user behavior, he leads high-level decisions, prioritization, and long-term direction for the company.'),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','theme_editor_notice'),(15,1,'show_welcome_panel','0'),(16,1,'session_tokens','a:2:{s:64:\"7b258649ffb3637f37675946352913a17f5df3e1dea5087673eaf1780bbb85c6\";a:4:{s:10:\"expiration\";i:1765429319;s:2:\"ip\";s:15:\"103.228.144.178\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\";s:5:\"login\";i:1764219719;}s:64:\"4af99a5f9615c37c41dccb6840f7a4808f8550aef5259e08aa60bb0bad5a27e6\";a:4:{s:10:\"expiration\";i:1765514618;s:2:\"ip\";s:15:\"122.169.119.200\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\";s:5:\"login\";i:1764305018;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','153'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"103.228.144.0\";}'),(19,1,'apple',''),(20,1,'behance',''),(21,1,'delicious',''),(22,1,'deviantart',''),(23,1,'digg',''),(24,1,'dribbble',''),(25,1,'facebook',''),(26,1,'flickr',''),(27,1,'github',''),(28,1,'google',''),(29,1,'instagram',''),(30,1,'linkedin',''),(31,1,'pinterest',''),(32,1,'reddit',''),(33,1,'rss',''),(34,1,'skype',''),(35,1,'stumbleupon',''),(36,1,'soundcloud',''),(37,1,'spotify',''),(38,1,'tumblr',''),(39,1,'twitter',''),(40,1,'vimeo',''),(41,1,'vine',''),(42,1,'wordpress',''),(43,1,'xing',''),(44,1,'yahoo',''),(45,1,'youtube',''),(46,1,'wp_persisted_preferences','a:3:{s:4:\"core\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:10:\"openPanels\";a:2:{i:0;s:11:\"post-status\";i:1;s:23:\"taxonomy-panel-category\";}}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2025-11-27T11:57:03.668Z\";}'),(47,1,'closedpostboxes_dashboard','a:0:{}'),(48,1,'metaboxhidden_dashboard','a:0:{}'),(49,1,'wp_user-settings','libraryContent=browse'),(50,1,'wp_user-settings-time','1762863865'),(51,1,'_new_email','a:2:{s:4:\"hash\";s:32:\"e4abace4b7e09fce38edf3d7dc44960e\";s:8:\"newemail\";s:15:\"info@wowchat.co\";}'),(52,2,'nickname','Vishal – Product Manager'),(53,2,'first_name','Bhavin'),(54,2,'last_name','Shah'),(55,2,'description','Vishal transforms ideas into actionable product plans. He manages the roadmap, defines features, and works closely with engineering to deliver a smooth, intuitive omnichannel chat experience. His strengths include user research, problem-solving, and clear communication across teams.'),(56,2,'rich_editing','true'),(57,2,'syntax_highlighting','true'),(58,2,'comment_shortcuts','false'),(59,2,'admin_color','fresh'),(60,2,'use_ssl','0'),(61,2,'show_admin_bar_front','true'),(62,2,'locale',''),(63,2,'wp_capabilities','a:1:{s:6:\"author\";b:1;}'),(64,2,'wp_user_level','2'),(65,2,'dismissed_wp_pointers',''),(66,2,'apple',''),(67,2,'behance',''),(68,2,'delicious',''),(69,2,'deviantart',''),(70,2,'digg',''),(71,2,'dribbble',''),(72,2,'facebook',''),(73,2,'flickr',''),(74,2,'github',''),(75,2,'google',''),(76,2,'instagram',''),(77,2,'linkedin',''),(78,2,'pinterest',''),(79,2,'reddit',''),(80,2,'rss',''),(81,2,'skype',''),(82,2,'stumbleupon',''),(83,2,'soundcloud',''),(84,2,'spotify',''),(85,2,'tumblr',''),(86,2,'twitter',''),(87,2,'vimeo',''),(88,2,'vine',''),(89,2,'wordpress',''),(90,2,'xing',''),(91,2,'yahoo',''),(92,2,'youtube',''),(93,3,'nickname','Garry – Chief Technology Advisor'),(94,3,'first_name','Viral'),(95,3,'last_name','Patel'),(96,3,'description','Garry provides expert guidance on system architecture, scalability, and technical strategy. With deep industry experience, he helps shape wowchat.co’s long-term technology direction and ensures the platform remains robust, secure, and future-ready.'),(97,3,'rich_editing','true'),(98,3,'syntax_highlighting','true'),(99,3,'comment_shortcuts','false'),(100,3,'admin_color','fresh'),(101,3,'use_ssl','0'),(102,3,'show_admin_bar_front','true'),(103,3,'locale',''),(104,3,'wp_capabilities','a:1:{s:6:\"author\";b:1;}'),(105,3,'wp_user_level','2'),(106,3,'dismissed_wp_pointers',''),(107,3,'apple',''),(108,3,'behance',''),(109,3,'delicious',''),(110,3,'deviantart',''),(111,3,'digg',''),(112,3,'dribbble',''),(113,3,'facebook',''),(114,3,'flickr',''),(115,3,'github',''),(116,3,'google',''),(117,3,'instagram',''),(118,3,'linkedin',''),(119,3,'pinterest',''),(120,3,'reddit',''),(121,3,'rss',''),(122,3,'skype',''),(123,3,'stumbleupon',''),(124,3,'soundcloud',''),(125,3,'spotify',''),(126,3,'tumblr',''),(127,3,'twitter',''),(128,3,'vimeo',''),(129,3,'vine',''),(130,3,'wordpress',''),(131,3,'xing',''),(132,3,'yahoo',''),(133,3,'youtube',''),(134,4,'nickname','Nandan – Full-Stack Engineer'),(135,4,'first_name','Nandan'),(136,4,'last_name','Rathod'),(137,4,'description','Nandan builds and maintains key features across the entire stack. From frontend chat interfaces to backend APIs and integrations, he ensures a fast, reliable, and seamless experience. His versatility makes him a core pillar of product development.'),(138,4,'rich_editing','true'),(139,4,'syntax_highlighting','true'),(140,4,'comment_shortcuts','false'),(141,4,'admin_color','fresh'),(142,4,'use_ssl','0'),(143,4,'show_admin_bar_front','true'),(144,4,'locale',''),(145,4,'wp_capabilities','a:1:{s:6:\"author\";b:1;}'),(146,4,'wp_user_level','2'),(147,4,'dismissed_wp_pointers',''),(148,4,'apple',''),(149,4,'behance',''),(150,4,'delicious',''),(151,4,'deviantart',''),(152,4,'digg',''),(153,4,'dribbble',''),(154,4,'facebook',''),(155,4,'flickr',''),(156,4,'github',''),(157,4,'google',''),(158,4,'instagram',''),(159,4,'linkedin',''),(160,4,'pinterest',''),(161,4,'reddit',''),(162,4,'rss',''),(163,4,'skype',''),(164,4,'stumbleupon',''),(165,4,'soundcloud',''),(166,4,'spotify',''),(167,4,'tumblr',''),(168,4,'twitter',''),(169,4,'vimeo',''),(170,4,'vine',''),(171,4,'wordpress',''),(172,4,'xing',''),(173,4,'yahoo',''),(174,4,'youtube',''),(175,5,'nickname','Prerana – AI / Automation Engineer'),(176,5,'first_name','Prerana'),(177,5,'last_name','Parmar'),(178,5,'description','Prerana leads all AI and automation initiatives at WowChat.co. She develops chatbots, ML-driven workflows, NLP models, and intelligent automation features. Her work powers the smart, adaptive communication that sets the platform apart.'),(179,5,'rich_editing','true'),(180,5,'syntax_highlighting','true'),(181,5,'comment_shortcuts','false'),(182,5,'admin_color','fresh'),(183,5,'use_ssl','0'),(184,5,'show_admin_bar_front','true'),(185,5,'locale',''),(186,5,'wp_capabilities','a:1:{s:6:\"author\";b:1;}'),(187,5,'wp_user_level','2'),(188,5,'dismissed_wp_pointers',''),(189,5,'apple',''),(190,5,'behance',''),(191,5,'delicious',''),(192,5,'deviantart',''),(193,5,'digg',''),(194,5,'dribbble',''),(195,5,'facebook',''),(196,5,'flickr',''),(197,5,'github',''),(198,5,'google',''),(199,5,'instagram',''),(200,5,'linkedin',''),(201,5,'pinterest',''),(202,5,'reddit',''),(203,5,'rss',''),(204,5,'skype',''),(205,5,'stumbleupon',''),(206,5,'soundcloud',''),(207,5,'spotify',''),(208,5,'tumblr',''),(209,5,'twitter',''),(210,5,'vimeo',''),(211,5,'vine',''),(212,5,'wordpress',''),(213,5,'xing',''),(214,5,'yahoo',''),(215,5,'youtube',''),(216,1,'profilepicture','https://dev.wowchat.co/blog/wp-content/uploads/2025/12/chirag.jpeg'),(217,2,'profilepicture','https://dev.wowchat.co/blog/wp-content/uploads/2025/12/vishal.jpg'),(218,3,'profilepicture','https://dev.wowchat.co/blog/wp-content/uploads/2025/12/Garry.png'),(219,4,'profilepicture','https://dev.wowchat.co/blog/wp-content/uploads/2025/11/Nandan.png'),(220,5,'profilepicture','https://dev.wowchat.co/blog/wp-content/uploads/2025/11/Prerana.png');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_users`
--

DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_users` (
  `ID` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_status` int NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_users`
--

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'admin','$wp$2y$10$nOpOLOH5zUynDCSSMWV7/unEebVIQz1FZB76ShOtcXY5ZK4pJPyUa','admin','keval.kadecha@varianceinfotech.com','https://dev.wowchat.co/blog','2025-11-11 07:21:39','',0,'Chirag – Product Owner'),(2,'Bhavin','$wp$2y$10$jLcFX2XxsgRjkrb5bvySo.uUWTvdL9HMp.C5pGSjSGpYxR6p5T./G','bhavin','bhavin.shah@varianceinfotech.com','','2025-11-17 11:07:16','',0,'Vishal – Product Manager'),(3,'Viral','$wp$2y$10$TrWAIOhr2MFpscDJCuLsCuBKcNKDatReQmOwRG6ZTN5R58wVW3f22','viral','viral.patel@varianceinfotech.com','','2025-11-17 11:14:51','1763378092:$generic$Kf385TZGxNgEWRsmirB8OeUSsZ_uBlNlvbUx34iX',0,'Garry – Chief Technology Advisor'),(4,'Nandan','$wp$2y$10$JlT5.kUbe1Sv.WT1hqID1.jHeOZh6xo54xFQS6R.zIFfjtXHKEje.','nandan','nandan.rathod@varianceinfotech.com','','2025-11-17 11:17:07','1763378227:$generic$5Q_E8K8vahT7U8456kesA2OUuv1o08vvVBj74oZy',0,'Nandan – Full-Stack Engineer'),(5,'Prerana','$wp$2y$10$6vHkp5kBuzbMYe5VHvgX5OlilahIcQEwhSvGm1LPg9PmhrJbVlw5y','prerana','prerana.parmar@varianceinfotech.com','','2025-11-17 11:19:14','1763378354:$generic$ZWyo2MwqyUj0iBoIog76l-3AAWiw8SKpf4FXQkml',0,'Prerana – AI / Automation Engineer');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2025-12-03 14:20:29

Youez - 2016 - github.com/yon3zu
LinuXploit