/*
Theme Name: eComAi
Text Domain: eComAi
Version: 2.9
Tested up to: 6.8
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */


function augmantis_global_schema_markup() {
?>
<!-- ================== ORGANIZATION SCHEMA ================== -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Augmantis",
  "url": "https://www.augmantis.ai",
  "logo": "https://www.augmantis.ai/wp-content/uploads/logo.png",
  "description": "Augmantis is an AI-powered digital transformation company delivering data-driven enterprise automation solutions.",
  "sameAs": [
    "https://www.instagram.com/augmantis/",
    "https://x.com/augmantis",
    "https://www.youtube.com/@augmantis",
    "https://www.linkedin.com/company/augmantis/"
  ],
  "contactPoint": [{
    "@type": "ContactPoint",
    "telephone": "+1 (773) 368 0620",
    "contactType": "Customer Service",
    "areaServed": "US",
    "availableLanguage": "English"
  }]
}
</script>

<!-- ================== WEBSITE SCHEMA ================== -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "url": "https://www.augmantis.ai",
  "name": "Augmantis",
  "potentialAction": {
    "@type": "SearchAction",
    "target": "https://www.augmantis.ai/?s={search_term_string}",
    "query-input": "required name=search_term_string"
  }
}
</script>

<!-- ================== LOCAL BUSINESS SCHEMA ================== -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "Augmantis",
  "image": "https://www.augmantis.ai/wp-content/uploads/logo.png",
  "url": "https://www.augmantis.ai",
  "telephone": "+1 (773) 368 0620",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1901 N. Roselle Road Suite 800",
    "addressLocality": "Schaumburg",
    "addressRegion": "IL",
    "postalCode": "60195",
    "addressCountry": "US"
  },
  "openingHours": "Mo-Fr 09:00-18:00"
}
</script>

<!-- ================== PRODUCT SCHEMA ================== -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "AI & Software Solutions",
  "image": "https://www.augmantis.ai/wp-content/uploads/2025/01/default-product-banner.jpg",
  "description": "Augmantis provides custom AI, data, and software development services to accelerate business growth.",
  "brand": {
    "@type": "Organization",
    "name": "Augmantis"
  },
  "offers": {
    "@type": "Offer",
    "url": "https://www.augmantis.ai",
    "priceCurrency": "USD",
    "price": "0.0",
    "availability": "https://schema.org/InStock"
  }
}
</script>

<!-- ========================================================= -->
<!-- ================== AI PROOF OF CONCEPT FAQ SCHEMA ================== -->
<!-- ========================================================= -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What is an AI proof of concept?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "An AI proof of concept development is a small-scale test bed for testing the viability and expectations before full-scale development. AI consulting companies use PoCs to reduce risk and ensure alignment of technology to business objectives."
      }
    },
    {
      "@type": "Question",
      "name": "Why should my business consider developing an AI PoC?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "A Generative AI Proof of Concept allows your team to discover ROI opportunities, reduce uncertainty and demonstrate value fast, with little cost before full implementation."
      }
    },
    {
      "@type": "Question",
      "name": "How long does it take to develop an AI PoC?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "An AI PoC typically takes 4–12 weeks depending on complexity and data readiness."
      }
    },
    {
      "@type": "Question",
      "name": "How much does it cost to develop an AI PoC?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "AI PoC development generally costs between $10,000 and $50,000, depending on scope and complexity."
      }
    }
  ]
}
</script>

<!-- ========================================================= -->
<!-- ================== AI ENGINEERING TEAMS FAQ SCHEMA ================== -->
<!-- ========================================================= -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "How do I hire AI engineers for my project?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "You can hire AI engineers through job portals, outsourcing, partnering with AI engineering service firms, or hiring dedicated remote teams."
      }
    },
    {
      "@type": "Question",
      "name": "What are the skills required for AI engineers?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "AI engineers need expertise in ML, Python, TensorFlow or PyTorch, data modeling, and cloud technologies."
      }
    },
    {
      "@type": "Question",
      "name": "How much does it cost to hire AI engineers in the USA?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "AI engineers in the USA typically cost between $100–$200 per hour, while full-time roles range from $120,000 to $180,000 per year."
      }
    }
  ]
}
</script>

<!-- ========================================================= -->
<!-- ================== AI SOFTWARE DEVELOPMENT FAQ SCHEMA ================== -->
<!-- ========================================================= -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "How does AI software engineering integrate with existing enterprise systems?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "AI integrates through APIs, microservices, and cloud platforms to automate workflows and enhance decision-making with minimal disruption."
      }
    },
    {
      "@type": "Question",
      "name": "What sets an AI software development company apart from a traditional software firm?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "AI development companies specialize in machine learning, NLP, and deep learning to build intelligent, adaptive, and scalable systems."
      }
    },
    {
      "@type": "Question",
      "name": "How can an AI application developer create scalable and future-ready solutions?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "They use modular design, containerization, cloud infrastructure, and ML frameworks like TensorFlow, PyTorch, and AWS SageMaker."
      }
    },
    {
      "@type": "Question",
      "name": "What are the advantages of partnering with a custom AI development company?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Custom AI solutions ensure better integration, higher performance, and alignment with business goals compared to off-the-shelf AI tools."
      }
    },
    {
      "@type": "Question",
      "name": "How do AI development companies ensure ethical AI practices?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "They use explainable AI (XAI), bias detection tools, transparency frameworks, and follow data compliance standards like GDPR."
      }
    }
  ]
}
</script>

<?php
}
add_action('wp_head', 'augmantis_global_schema_markup');


function augmantis_global_schema_markup() {

    /* ----------------------------------------------------------
       GLOBAL SCHEMAS (VALID FOR ALL PAGES)
    ----------------------------------------------------------- */
    ?>
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@graph": [

    {
      "@type": "Organization",
      "@id": "https://www.augmantis.ai/#organization",
      "name": "Augmantis",
      "url": "https://www.augmantis.ai",
      "logo": "https://www.augmantis.ai/wp-content/uploads/logo.png",
      "description": "Augmantis is an AI-powered digital transformation company delivering data-driven enterprise automation solutions.",
      "sameAs": [
        "https://www.instagram.com/augmantis/",
        "https://x.com/augmantis",
        "https://www.youtube.com/@augmantis",
        "https://www.linkedin.com/company/augmantis/"
      ],
      "contactPoint": [{
        "@type": "ContactPoint",
        "telephone": "+1 (773) 368 0620",
        "contactType": "Customer Service",
        "areaServed": "US",
        "availableLanguage": "English"
      }]
    },

    {
      "@type": "WebSite",
      "@id": "https://www.augmantis.ai/#website",
      "url": "https://www.augmantis.ai",
      "name": "Augmantis",
      "publisher": {
        "@id": "https://www.augmantis.ai/#organization"
      },
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://www.augmantis.ai/?s={search_term_string}",
        "query-input": "required name=search_term_string"
      }
    },

    {
      "@type": "LocalBusiness",
      "@id": "https://www.augmantis.ai/#localbusiness",
      "name": "Augmantis",
      "image": "https://www.augmantis.ai/wp-content/uploads/logo.png",
      "url": "https://www.augmantis.ai",
      "telephone": "+1 (773) 368 0620",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "1901 N. Roselle Road Suite 800",
        "addressLocality": "Schaumburg",
        "addressRegion": "IL",
        "postalCode": "60195",
        "addressCountry": "US"
      },
      "openingHours": "Mo-Fr 09:00-18:00",
	  "priceRange": "$$$"
    },

    {
      "@type": "Product",
      "@id": "https://www.augmantis.ai/#product",
      "name": "AI & Software Solutions",
      "image": "https://www.augmantis.ai/wp-content/uploads/2025/01/default-product-banner.jpg",
      "description": "Augmantis provides custom AI, data, and software development services to accelerate business growth.",
      "brand": {
        "@type": "Organization",
        "name": "Augmantis"
      },
      "offers": {
        "@type": "Offer",
        "url": "https://www.augmantis.ai",
        "priceCurrency": "USD",
        "price": "0.0",
        "availability": "https://schema.org/InStock"
      }
    }

  ]
}
</script>
<?php


/* ----------------------------------------------------------
   PAGE-SPECIFIC FAQ: AI SOFTWARE DEVELOPMENT
   URL → /ai-software-development/
----------------------------------------------------------- */
if ( is_page('ai-software-development') ) : ?>
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "How does AI software engineering integrate with existing enterprise systems to enhance efficiency?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Artificial intelligence software engineering fits well with business processes through APIs, microservices, and cloud-based solutions. By automating repetitive operations, boosting data analysis, and providing actionable insights, this method guarantees little disturbance while raising efficiency."
      }
    },
    {
      "@type": "Question",
      "name": "What sets an AI software development company apart from a traditional software firm?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Agencies creating artificial intelligence software concentrate on developing intelligent systems by leveraging modern technologies such as machine learning, deep learning, and natural language processing. Beyond traditional software, these technologies provide predictive analytics, autonomous decision-making, and real-time adaptability."
      }
    },

    {
      "@type": "Question",
      "name": "How can an AI application developer create scalable and future-ready solutions?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Using modular design concepts, cloud computing, and containerization, AI application developers create scalable systems. Using TensorFlow, PyTorch, and AWS SageMaker, one ensures that the applications may adapt with the evolution of artificial intelligence technology and growing company needs."
      }
    },

    {
      "@type": "Question",
      "name": "What distinguishes leading AI software development companies in delivering business-centric solutions?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Leading artificial intelligence software development firms stress a business-first strategy, integrating domain knowledge with AI capability. Their emphasis on ROI-driven solutions guarantees that every application produces observable results and aligns with the company’s strategic objectives."
      }
    },

    {
      "@type": "Question",
      "name": "What methodologies do AI software development companies use to ensure ethical AI practices?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Emphasizing openness, justice, and responsibility, top AI software development businesses use frameworks for ethical artificial intelligence creation. They use explainable AI (XAI) models, bias-detection techniques, and GDPR compliance to guarantee responsible AI deployment."
      }
    },

    {
      "@type": "Question",
      "name": "How can AI software engineering optimize real-time decision-making in high-stakes environments?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Optimization, real-time analytics, and adaptive algorithms integrated in AI software engineering assist in optimizing decision-making in dynamic sectors such as finance, logistics, or healthcare. Using reinforcement learning and continuous data streams, these systems generate precise, fast decisions."
      }
    },


    {
      "@type": "Question",
      "name": "What are the advantages of partnering with a custom AI development company over off-the-shelf AI solutions?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Companies developing artificial intelligence software use modular architectures, cloud-based infrastructure, and continuous integration/deployment (CI/CD) pipelines. These methods guarantee that solutions stay innovative by allowing simple updates and incorporation of new technology."
      }
    }
  ]
}
</script>
<?php endif;


/* ----------------------------------------------------------
   PAGE-SPECIFIC FAQ: AI ENGINEERING TEAMS
   URL → /ai-engineering-teams/
----------------------------------------------------------- */
if ( is_page('ai-engineering-teams') ) : ?>
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "How do I hire AI engineers?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "You can hire AI engineers through staff augmentation, outsourcing, or a dedicated AI engineering services company."
      }
    },
    {
      "@type": "Question",
      "name": "How much do AI engineers cost in the USA?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "AI engineers typically cost between $100–$200 per hour or $120,000–$180,000 per year depending on expertise and location."
      }
    }
  ]
}
</script>
<?php endif;


/* ----------------------------------------------------------
   PAGE-SPECIFIC FAQ: AI PROOF OF CONCEPT
   URL → /ai-proof-of-concept/
----------------------------------------------------------- */
if ( is_page('ai-proof-of-concept') ) : ?>
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What is an AI proof of concept?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "An AI proof of concept validates whether your AI idea is technically and financially feasible before full-scale development."
      }
    },
    {
      "@type": "Question",
      "name": "How much does an AI PoC cost?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "AI PoCs typically cost between $10,000 and $50,000 based on complexity and scope."
      }
    }
  ]
}
</script>
<?php endif;

}
add_action('wp_head', 'augmantis_global_schema_markup');



