Development of a 1C-Bitrix SEO automation module

Our company is engaged in the development, support and maintenance of Bitrix and Bitrix24 solutions of any complexity. From simple one-page sites to complex online stores, CRM systems with 1C and telephony integration. The experience of developers is confirmed by certificates from the vendor.
Our competencies:
Development stages
Latest works
  • image_website-b2b-advance_0.png
    B2B ADVANCE company website development
    1175
  • image_bitrix-bitrix-24-1c_fixper_448_0.png
    Website development for FIXPER company
    811
  • image_bitrix-bitrix-24-1c_development_of_an_online_appointment_booking_widget_for_a_medical_center_594_0.webp
    Development based on Bitrix, Bitrix24, 1C for the company Development of an Online Appointment Booking Widget for a Medical Center
    564
  • image_bitrix-bitrix-24-1c_mirsanbel_458_0.webp
    Development based on 1C Enterprise for MIRSANBEL
    747
  • image_crm_dolbimby_434_0.webp
    Website development on CRM Bitrix24 for DOLBIMBY
    655
  • image_crm_technotorgcomplex_453_0.webp
    Development based on Bitrix24 for the company TECHNOTORGKOMPLEKS
    976

Developing an SEO Automation Module for 1C-Bitrix

Manual SEO — writing meta descriptions, title tags, H1, structured data for hundreds of products — doesn't scale. SEO automation module generates metadata automatically based on templates and product data.

Auto Meta Generation

For each product, generate:

  • <title> — {PRODUCT_NAME} | {CATEGORY} | {BRAND}
  • <meta description> — {DESCRIPTION:0:160}
  • <h1> — {PRODUCT_NAME}
  • Structured data (Schema.org) — Product, BreadcrumbList, AggregateRating

Templates configured in module settings with variables: {PRODUCT_NAME}, {PRICE}, {RATING}, {CATEGORY}, {BRAND}.

Automatic Data Collection

Module collects and generates:

  • Canonical URL — auto-detect duplicates
  • hreflang tags — site multilingual
  • og:image, og:description — social sharing
  • Open Graph, Twitter Card — media preview

Internal Linking

Auto-generate internal links based on:

  • Keyword relevance — link related products
  • Breadcrumb — category hierarchy
  • Related products — recommendations

Structured Data

Implement JSON-LD automatically:

<script type="application/ld+json">
{
  "@context": "https://schema.org/",
  "@type": "Product",
  "name": "{PRODUCT_NAME}",
  "image": "{PRODUCT_IMAGE}",
  "description": "{PRODUCT_DESCRIPTION}",
  "offers": {
    "@type": "Offer",
    "price": "{PRODUCT_PRICE}",
    "priceCurrency": "USD"
  }
}
</script>

Development Timeline

Stage Duration
Meta templates, basic generation 4–6 days
Internal linking, breadcrumbs 8–10 days
Schema.org, Open Graph, full SEO 12–16 days