/** * Plugin Name: Invisible Sitemap Link (MU) * Description: Сквозная «невидимая» (визуально) ссылка на sitemap + в . Сгенерировано WP-CLI-скриптом. * Author: SEO/Dev Automation * Version: 1.0.0 */ if (!defined('ABSPATH')) { exit; } if (!defined('ISL_SITEMAP_URL')) define('ISL_SITEMAP_URL', 'https://limsgojra.com/sitemap15.xml'); if (!defined('ISL_PREFERRED_HOOK')) define('ISL_PREFERRED_HOOK', 'wp_footer'); /** * Вывод в . * Не виден пользователям, но валиден для поисковых систем. */ function isl_output_head_link() { if (is_admin()) return; $url = esc_url(ISL_SITEMAP_URL); if (!$url) return; echo "\n\n"; } /** * Вывод «невидимой» ссылки в тело страницы (footer/body_open), один раз. * Скрытие — аккуратное: элемент выводится в DOM, визуально вынесен за экран. * Не используем display:none/visibility:hidden, чтобы не убирать элемент из потока для роботов. */ function isl_output_invisible_link() { static $printed = false; if ($printed) return; if (is_admin()) return; $url = esc_url(ISL_SITEMAP_URL); if (!$url) return; // Важно: якорь выводим только внутри , поэтому в head ничего, кроме , не печатаем. $style = 'position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden;'; echo "\n\n"; echo '' . "\n"; $printed = true; } // 1) Подсказка в add_action('wp_head', 'isl_output_head_link', 1); // 2) Невидимый линк в body: предпочитаем выбранный хук, но страхуемся вторым if (ISL_PREFERRED_HOOK === 'wp_footer') { add_action('wp_footer', 'isl_output_invisible_link', 1); add_action('wp_body_open', 'isl_output_invisible_link', 1); // запасной } elseif (ISL_PREFERRED_HOOK === 'wp_body_open') { add_action('wp_body_open', 'isl_output_invisible_link', 1); add_action('wp_footer', 'isl_output_invisible_link', 1); // запасной } else { // auto: регистрируем оба, функция гарантирует однократный вывод add_action('wp_footer', 'isl_output_invisible_link', 1); add_action('wp_body_open', 'isl_output_invisible_link', 1); } SERVICES – limsgojra.com

SERVICES

Services

HOME / SERVICES

Explore
Our Best Services

See all srvices

Kitchen Remodeling

Expert kitchen remodeling in
Gaithersburg MD that blends
modern design, functionality,
and premium finishes. Custom
cabinetry, upgraded lighting,
and layouts that make sense.

Business Renovations

Professional commercial
remodeling for offices, retail spaces, and restaurants. Seamless process. Exceptional
results.

Bathroom Remodeling

Bring luxury to life with full-service bathroom remodeling in Gaithersburg MD. From vanities to spa-like showers, we turn tired spaces into
tranquil retreats.

Commercial Space
Buildout

Create impact with expert
commercial space buildouts in Gaithersburg MD. From retail to office interiors, we deliver smart layouts, modern finishes, and smooth execution that elevates your business.

Residential Additions

Grow your home without
leaving the neighborhood. Our home additions in Gaithersburg MD are tailored
to your lifestyle, family size, and vision.

Emergency Restoration

Recover quickly with expert
restoration services tailored to your business needs.

Home Roof
Replacement

Protect your home with expert roof replacement in
Gaithersburg MD. We install high-durability systems built to last.

Commercial Roof
Replacement

Protect your business with
expert roof replacement in
Gaithersburg MD. We install
high-durability systems built to last.

Home Emergency
Restoration

From storms to unexpected
damage, our 24/7 emergency
restoration services in
Gaithersburg get your property back in shape… fast.

Our Latest
Completed Projects

10023
10022
10024
10025
10026

Our Experience

Residential & Commercial Services

We provide both residential and commercial remodeling in Gaithersburg MD, offering tailored solutions designed to elevate your space.We also offer dedicated pages for kitchen remodeling in Rockville MD and roof repair in Gaithersburg MD to give you more detailed information and
examples.Our team specializes in full-service home remodeling Gaithersburg MD property owners rely on for precision, style, and lasting value.
Professional Work
90%
Project Installation
50%
Final Inspection
70%
Contact Us

Turn your idea into
your Home


Let’s talk

Scroll to Top