Make your WordPress site irresistible. Natural SEO attraction with: - robots.txt management - sitemap.xml generation - LLMs.txt support - Google integration (Analytics, Search Console, Tag Manager) - Schema.org structured data - Open Graph / Twitter Card meta tags - AMP support - Visual elements gallery - Built-in backup/restore module Includes build.sh and .distignore for WordPress-installable release ZIPs.
10 lines
288 B
JavaScript
10 lines
288 B
JavaScript
/**
|
|
* TigerStyle Heat - Sitemap XML Module JavaScript
|
|
*/
|
|
|
|
jQuery(document).ready(function($) {
|
|
// Module-specific functionality for sitemap.xml tab
|
|
// Main functionality is handled by the core admin.js file
|
|
|
|
console.log('TigerStyle Heat: Sitemap XML module loaded');
|
|
}); |