Geo Controller
Geo Controller is a transformative WordPress plugin, previously known as CF Geo Plugin, that personalizes and enhances your website based on users’ geographic locations. By automatically determining visitors’ locations, it can display custom greetings and tailored content, significantly increasing user engagement and interaction. The plugin also includes an advanced TOR network detection system, allowing website owners to manage visitors using the TOR network by blocking, hiding, or displaying specific content. Geo Controller integrates easily with geo tags, Google Maps, and various forms of content across posts, pages, widgets, and custom templates, requiring minimal coding knowledge. It is fully compatible with popular plugins like WooCommerce, Contact Form 7, Yoast SEO, and WP Super Cache, ensuring a seamless user experience. Additionally, Geo Controller enhances SEO through geo tags and redirects, offers spam protection, and optimizes WooCommerce stores with features like geolocation, payment method control, and local currency display. On the technical side, the plugin uses a Content Delivery Network (CDN) for optimal loading speed and leverages API use to reduce local data storage. Geo Controller also ensures legal compliance by filtering content based on regional laws, protecting your site from potential legal conflicts. For more information, visit Geo Controller Plugin. FREE AND PAID SERVICES Geo Controller for WordPress is completely free! But, just like a superhero needs their trusty sidekick, Geo Controller also works with paid services that give you unlimited information about your website’s visitors. However, for the free users, the API services are limited to 500 lookups per day. But don’t worry, if you want to take your location detection game to the next level, you can upgrade to UNLIMITED lookups by visiting our official website. And the best part? We often have monthly promotions and discounts, so don’t forget to check out our pricing page on the official website for more information. Geo Controller works as a service, so sit back, relax, and let the plugin do all the hard work for you. BENEFITS SERVER & WORDPRESS There is no need to buy expensive and heavy databases No effect on the site performances Full support for the WooCommerce, Contact Form 7, Yoast SEO, WP Super Cache, and other most popular plugins TOR network detection system SEO INTEGRATIONS Redirects visitors to a blog page based on their geo information by SEO rules Redirects visitors to a predefined URL based on their geo information by SEO rules Allows you to configure multiple redirection rules as needed for the pages and entire website Supports 301, 302, 303 & 304 HTTP redirection Supports IPv4 and IPv6 Geo Tag Generator attaches Geo Tags in the head of your website for specific pages Cache support GEOMARKETING Create marketing campaigns targeted only at certain locations. Create landing pages targeted only at certain locations. Create banners, videos, and any other content targeted only at certain locations. E-COMMERCE | WooCommerce Geolocate for your customer location with Geo Controller API Payments Control show or hide payment methods by country to prevent unwanted transactions Geo Location logging of your customers during orders Country Payment Control for your WooCommerce installation Display local currency, local symbol, or converter Use currency converter to calculate price in local currency Use VAT to check if the current country is under the tax rate Use EU to check if the country is from the European Union ANTI-SPAM PROTECTION Spam protection from dangerous visitors or spammers Blocking access to the website from specific user-defined locations Blocking IP Addresses from accessing the website LOCALIZATION Redirect incoming traffic to content in the local language or currency. Businesses with local branches can direct customers to a relevant physical location or local microsite. LEGAL REQUIREMENTS Filter required legal notices, text, forms, etc., from countries for whom those contents may not be relevant. Compatibility This plugin is compatible with any WordPress installation and many available plugins. We also do special compatible functions with: GPS for Geo Controller (Enable GPS lookup for the Geo Controller and collect geodata from the mobile visitors.) WooCommerce (geolocate, payment controls & currency converter) Gravity Forms (new fields for adding country, region, city) Wooplatnica (currency converter) Monarch (Geo Banner support) Cloudflare (Cache and deep IP recognitions) Contact Form 7 (JavaScript objects and shortcode support) Nord VPN proxy service (PROXY settings) Yoast SEO All in one SEO pack WordPress SEO plugin SEO framework WP Fastest Cache IMPORTANT: Geo Controller is compatible with most plugins, but occasional conflicts may occur due to the variety of WordPress setups. If you encounter issues, contact support. Keeping your plugins and WordPress updated often resolves problems. All Geo Controller for WordPress 8.x.x Features Geo Plugin – Allows you to attach geographical information inside your content via Shortcodes, PHP and JavaScript objects Geo Banner – Allows you to place dynamic content, images, videos, and pages using shortcodes for specific audience targets by geolocation Google Map – Allows you to attach Google Map inside content Geo Tag – Allows you to generate precise Geo Tags for your pages and custom posts Anti-Spam Protection – Allows you to block access to the blog from spam IP addresses and specific geo locations Cloudflare Geolocation Support – Cloudflare support for visitor geolocation DNS Lookup – Allows you to attach visitor DNS information SSL Support – Keeps you safe Cache Support – Allows other cache plugins to be integrated and supported PROXY Settings – Allows you to use PROXY for the lookup SEO Redirection – Allows you to redirect any page, post, or article Country Flag Support – Allows you to attach visitor or custom country flags inside content Include Content by Geolocation – Allows you to include content by geolocation Exclude Content by Geolocation – Allows you to exclude content by geolocation Plugin Autoupdate – Allows you to keep your plugin up to date automatically REST API – Allows you to become geo information provider Basic Usage and Examples [cfgeo_flag] [cfgeo] [cfgeo_city] [cfgeo return="region"] We just found shoes in [cfgeo_city] that you can buy for 50% discount. [cfgeo ip="127.0.0.1" return="area_code"] [cfgeo exclude="Toronto"] This text is seen by everyone except Toronto people [/cfgeo] [cfgeo include="New York"] This text is seen only by people from New York [/cfgeo] [in_eu]You are from the European Union[/in_eu] [not_in_eu]You are NOT from the European Union[/not_in_eu] [is_vat]You are under VAT[/is_vat] [is_not_vat]You are NOT under VAT[/is_not_vat] Usage & Example To best understand how shortcodes work, it’s best to read the documentation. But here are some simple examples: The Geo Controller allows you to add location-based functionality to your website. It is a simple plugin to use, after installation and activation, you just need to insert the shortcode [cfgeo] in your post or page. This shortcode returns and displays the IP address of the visitor. You can also display different location-based information by using the return attribute in the shortcode. For example, to display the region of the visitor, you can use the shortcode [cfgeo return="region"]. By changing the return attribute, you can display any information from the list provided by the plugin. Each user visiting the site will see information related to their area. Additionally, you can also track custom IP addresses and return information from that IP by adding an optional attribute called ip. For example, [cfgeo ip="127.0.0.1" return="area_code"] will return the area code from that IP address. If the plugin is unable to locate the information, you can add a default value to the shortcode by using the default attribute. For example, [cfgeo return="country_code" default="US"] will return “US” if the plugin is unable to locate the country code. You can exclude or include content on your page based on the user’s location by using the exclude or include attribute. For example, [cfgeo exclude="Toronto, Québec"] This text is seen by everyone except people from Toronto and Québec [/cfgeo] will hide the content “This text is seen by everyone except people from Toronto and Québec” from the visitors that are located in Toronto or Québec. Similarly, if you want to display some content only to specific locations you can use the include attribute like this: [cfgeo include="New York, Miami, Germany"] This text is seen only by people from New York, Miami and Germany [/cfgeo] this shortcode will only display the text “This text is seen only by people from New York, Miami and Germany” to the visitors that are located in New York, Miami, and Germany. You can use the include and exclude attributes with country, region, or city codes. For example, [cfgeo include="US, GB, DE"] displays content only to visitors from the US, Great Britain, and Germany, while [cfgeo exclude="CA, ON, QUE"] hides content from visitors in California, Ontario, and Québec. By using these attributes you can control the content visibility based on user location and personalize the user experience. Please note that you need to use an accurate location name to include or exclude content and case-sensitive location name. VAT CONTROL: If you need to show value-added tax (VAT) information on your website, there are 2 shortcodes that can help you with it. [is_vat]You are under VAT[/is_vat] [is_not_vat]You are NOT under VAT[/is_not_vat] Both shortcodes have a default option that you can use as an alternative. [is_vat default="You are NOT under VAT"]You are under VAT[/is_vat] [is_not_vat default="You are under VAT"]You are NOT under VAT[/is_not_vat] Generally, these two shortcodes show or hide everything inside it, depending on your needs. EU CONTROL: If you need to display some content related to European Union (EU) countries, you can do it in two easy ways: [in_eu]You are from the European Union[/in_eu] [not_in_eu]You are NOT from the European Union[/not_in_eu] Like many of our shortcodes, there are default options that you can use as an alternative: [in_eu default="You are NOT from the European Union"]You are from the European Union[/in_eu] [not_in_eu default="You are from the European Union"]You are NOT from the European Union[/not_in_eu] These two shortcodes also show or hide everything inside it, depending on your needs. GOOGLE MAP: If you want to place a simple Google Map in your post or page, you just need to place a shortcode [cfgeo_map] and your visitor will see their own location on Google Map by default. For example, you can display your own company street address inside Google Map like this: [cfgeo_map longitude="-74.0059" latitude="40.7128" zoom="15"] and the pointer will show your street and place where you work. Google Map also allows you to use HTML inside the map and display an info bar: [cfgeo_map longitude="-74.0059" latitude="40.7128" zoom="15" title="My Company Name"] My Company Name No Name Street 35, New York, USA We have what you need [/cfgeo_map] With this plugin, you can easily set up your Google Map. GEO BANNER: With this plugin, you can create dynamic content (text, images, banners, videos) and target messages to specific regions, track IP addresses, and set up WordPress to work in the user’s timezone. This can increase conversions and support custom templates or plugins. Simply create a new banner, add your content, select rules (country, region, city), save it, and place the banner shortcode in your page content. COUNTRY FLAG You can display country flags in text or like images. If you like to display the country flag in your text like an icon, you can do that simply like: [cfgeo_flag] - and you will see a flag in your text. If you like to display the country flag in your content like an image, you can do that also simply using img or image attributes like: [cfgeo_flag img] - and you will see the image flag in your content. You also can give custom sizes of flags in %, px, in, pt, or em using size attribute like this: [cfgeo_flag size="32px"] - and you will see your flag in that size. You can use this size in image and normal text mode also. You also can display a custom flag using the country attribute by placing the country code simply like: [cfgeo_flag country="ca"] - and you will see a flag in your text or like an image. We allow you also full control of these flags and you can place css, class, or id attributes to be able to use this in any kind of work like this: [cfgeo_flag size="50" css="padding:10px;" class="your-custom-class custom-class custom" id="top-flag"] Flags also support include & exclude attributes where you can control your flag view: [cfgeo_flag exclude="ca,us"] - and you will hide the flag from the USA and Canada, for others it is visible or [cfgeo_flag include="ca,us"] - and you will show the flag only inside the USA and Canada, for others it is hidden Info & Contact Please visit our website www.wpgeocontroller.com and feel free to contact us. We will provide for you all services that you need. Also, please inform us if any errors occur via the contact form on our website http://wpgeocontroller.com/. Thank you for your concern! ~ Your Geo Controller Team Plugin Links Geo Controller Website Documentation F.A.Q Blog Contact or Support Terms and Conditions Privacy Policy DONATION Enjoy using Geo Controller? Please consider making a small donation to support the project’s continued development. TERMS AND CONDITIONS BY INSTALLING THIS PLUGIN WE CONSIDER THAT YOU ARE AUTOMATICALLY ACCEPT TERMS AND CONDITIONS OF OUR SERVICES AND AGREE WITH THE PRIVACY POLICY. Please read these Terms and Conditions (“Terms”, “Terms and Conditions”) carefully before using the www.wpgeocontroller.com website and the Geo Controller WordPress application (the “Service”) operated by Geo Controller. Read about Terms and Conditions PRIVACY POLICY We respect your privacy and take protecting it seriously. This Privacy Policy covers our collection, use and disclosure of information we collect through our website and service, www.wpgeocontroller.com owned and operated by Geo Controller. It also describes the choices available to you regarding our use of your personal information and how you can access and update this information. The use of information collected through our service shall be limited to the purpose of providing the service for which our Clients have engaged us. Also we respect and take care about Europe General Data Protection Regulation (GDPR) and your freedom and private choices. Read about Privacy Policy For further questions and clarifications, do not hesitate to contact us and we will reply back to you within 12-48 hours.
Top keywords
- geo36×1.46%
- cfgeo31×1.26%
- content28×1.14%
- vat23×0.93%
- controller20×0.81%
- flag20×0.81%
- geo controller20×0.81%
- country18×0.73%
- information18×0.73%
- allows17×0.69%
- website16×0.65%
- display15×0.61%
Yoast SEO – Advanced SEO with real-time guidance and built-in AI
Real-time SEO guidance, schema, and AI built in. Help search engines and AI systems understand your content. All AI tools included, no hidden fees. Yoast SEO: the #1 WordPress SEO plugin Since 2008, Yoast SEO has helped site owners get their content found. More than 10 million websites now run it, from small local businesses to some of the most visited sites on the web. Our mission is SEO for everyone. You should not need a specialist, a big budget, or a technical background to give your content a fair chance of being discovered. Yoast SEO gives you everything you need to manage your on-site SEO. The Yoast SEO Premium plugin and its extensions unlock more advanced and AI-powered tools. Ready for search, and ready for AI People no longer only type queries into Google. They ask AI assistants, and those answers are built from content the AI has crawled, understood, and trusted. Yoast SEO helps you prepare for both. Schema.org structured data, so search engines and AI systems can understand what your content is actually about. Premium outputs significantly more schema types, including the E-E-A-T signals (experience, expertise, authoritativeness, and trustworthiness) that help AI systems understand who you are. Schema aggregation for NLWeb (Premium), which combines your site’s structured data into a single, deduplicated graph, so AI agents get a complete picture of your content in one request. Turn it on with a single toggle. LLMs.txt management, to guide how large language models interact with your content, including manual control over which pages are included. Bot blocker (Premium), to control which AI crawlers can use your content for training, including GPTBot, CCBot, and Google-Extended. Abilities API, so AI tools, dashboards, and automated workflows can read your SEO, readability, and inclusive language scores directly. Algorithm changes have been arriving for over 15 years, and Yoast has tracked every one of them. Keeping the plugin updated means you benefit from ongoing technical improvements, schema updates, and AI advancements automatically, all guided by our signature traffic light approach. Real-time guidance while you write SEO is one of the most consistent and cost-effective sources of website traffic, though it can be complex. Whether you are just starting out or you have done this for years, Yoast SEO tells you what to fix before you publish, not after. Red, orange, green. That is the whole idea. You get in-depth content and readability analysis that helps you create content designed to perform well in search, without needing to learn a new discipline first. Quick and easy setup Setting up Yoast SEO is quick and straightforward. No technical background required. Our step-by-step configuration wizard walks you through the essentials, so Yoast SEO can generate accurate structured data that helps search engines understand your site. Switching from another SEO plugin? Migration is seamless. You can import your existing SEO data and settings safely with our built-in import and export tools. AI tools built into your workflow Yoast’s AI tools come with Yoast SEO Premium, and they sit inside the editor you already use. There is no separate AI subscription, no extra login, and no credit top-up to buy. Every suggestion waits for your approval before anything saves. Yoast AI Generate: creates five SEO-friendly titles and meta descriptions instantly, with one-click regeneration for more options. Yoast AI Optimize: suggests improvements to keyphrase placement, including introduction, distribution, and density, with the option to apply or dismiss each edit. Yoast AI Summarize: generates a quick summary of your post to place anywhere in the block editor, so readers grasp the value fast. Yoast AI Content Planner (Premium): suggests five site-specific post ideas and builds a structured starter draft the moment you open a new post. Ideas are grounded in your own site, not generic topics, so your team never begins from a blank page. Bulk editor with AI drafts: review and fix titles, meta descriptions, and focus keyphrases across your whole site from one workspace, with search and status filters and a dedicated view per content type. The bulk editor is free. With Premium, select what needs work and AI drafts the metadata, including social sharing titles and descriptions, for you to approve. All AI tools included: no extra accounts, no separate credit purchase, no hidden costs. Content analysis and optimization SEO analysis to guide your keyword targeting, with up to 5 keyphrases in Premium and support for 20+ languages. Readability analysis for clear, engaging, user-friendly writing. Inclusive language analysis, so your content is more considerate and accessible. SERP previews for both desktop and mobile results. HowTo and FAQ blocks with built-in schema support. Breadcrumbs block for improved navigation. Semrush integration for keyword research directly inside Yoast SEO. Wincher integration to track keyword performance from your dashboard. Elementor integration for optimization inside your favorite builder. Technical SEO, handled for you Yoast SEO takes care of much of your site’s technical SEO automatically, which frees you to focus on your content. Automated meta tag optimization right out of the box. Canonical URLs to prevent duplicate content issues. Advanced XML sitemaps for clear site indexing. Deep Schema.org integration to improve how search engines and AI systems understand your site. Complete breadcrumb control for visitors and crawlers. Performance improvements that help reduce load times. Crawl settings to manage how bots access your site and reduce unnecessary server load. Every update delivers ongoing technical SEO enhancements automatically. Keep your website in perfect shape Whether you are a creator, a business owner, or a developer, Yoast SEO helps you maintain your site’s SEO health: Cornerstone content tools to organize and prioritize your key pages. Front-end SEO inspector to view and edit titles, descriptions, and schema live. SEO roles to delegate plugin access securely across your team. Regular 2-week update cycle, so you stay compatible with the latest SEO standards and search engine changes. Powerful integrations Yoast SEO works seamlessly with popular WordPress tools: Google Site Kit: access insights from Search Console, Analytics, and PageSpeed inside WordPress. Advanced Custom Fields (ACF): combine with ACF Content Analysis for Yoast SEO for advanced field optimization. Elementor: use full Yoast SEO functionality inside Elementor’s editor. Algolia: improve internal search accuracy and performance. Semrush: discover and optimize for high-value keywords. Wincher: track keyword positions and trends in Google Search. Jetpack: manage SEO and social previews in one place. Easy Digital Downloads (EDD): improve digital product visibility with integrated schema. Mastodon: verify your website on Mastodon with Yoast SEO Premium. WooCommerce: optimize ecommerce SEO with the dedicated WooCommerce extension. Yoast SEO Premium: AI-powered SEO for WordPress Yoast SEO Premium builds on everything above with advanced automation, AI tools, and professional support. It helps you optimize efficiently for both traditional search and AI-driven discovery. What it helps you tackle: Keeping pace with algorithm changes and AI search. Reaching the right audience. Automating redirects, crawl controls, and internal linking. Finding orphaned content and improving your site structure. Getting expert help when you need it. Premium highlights: AI-generated titles and meta descriptions, page by page or in bulk. AI Content Planner, so you never open a blank page. Smart internal linking suggestions to strengthen your site structure. Social previews for Facebook and X. Redirect manager with bulk tools, CSV import and export, and automatic prompts when you move or delete content. Bot blocker for AI crawlers, including GPTBot, CCBot, and Google-Extended. Schema aggregation for NLWeb, plus significantly more schema types than free. IndexNow integration, so search engines hear about your updates the moment you publish. Front-end SEO inspector for real-time editing. SEO workouts for orphaned and cornerstone content. Task list, unlocked in full, showing what to work on next with priority levels and time estimates. Google Docs add-on, so writers can run the full Yoast analysis before content ever reaches WordPress. One seat included. 24/7 premium support from SEO specialists. Included at no extra cost: Yoast Local SEO: help nearby customers find you, with local schema, a store locator, and opening hours management. Yoast Video SEO: help Google understand your videos, with video sitemaps and schema. Yoast News SEO: help your news content get discovered in Google News and Top Stories. Yoast WooCommerce SEO: advanced SEO for online stores Yoast WooCommerce SEO builds on Yoast SEO Premium with ecommerce-specific tools for your store’s visibility. Key ecommerce features: WooCommerce-specific XML sitemap that excludes non-shopping content. Product structured data for rich results, including price, reviews, and availability. Canonical URL management to prevent duplicates. Ecommerce-focused content analysis for GTINs, SKUs, and short descriptions. AI Generate for ecommerce: optimized titles and meta descriptions for product and category pages, at page level or drafted in bulk for products and categories. What that gets you: Better product visibility through automated structured data. More efficient crawling for large catalogs. Time saved through metadata templates and automation. Metadata across your whole catalog without editing rows one at a time. Built for WooCommerce, trusted by thousands of online stores worldwide. For developers Yoast SEO is built with developers in mind. With modern APIs, hooks, and a unified indexables system, you can extend or integrate SEO functionality across custom themes, plugins, or headless setups. REST API Retrieve SEO metadata for any post or URL, including meta tags, Open Graph, Twitter Cards, and Schema.org data. Learn more about the REST API. Surfaces API Access SEO data directly in code via YoastSEO()->meta->for_current_page(). Supports titles, descriptions, canonicals, and schema. Read the Surfaces API documentation. Metadata API Use the Metadata API to filter, override, or extend meta tags with WordPress hooks such as wpseo_title, wpseo_metadesc, and wpseo_canonical. Schema API The Schema API lets you modify or extend Schema.org graph pieces, including Article, Organization, Person, Breadcrumb, and WebPage entities. Abilities API integration Let AI tools, dashboards, and automated workflows read Yoast SEO data programmatically, including SEO, readability, and inclusive language scores for recent posts. Block editor compatibility Yoast SEO integrates directly with the WordPress block editor. It outputs schema for HowTo and FAQ blocks by default, and you can extend schema for custom blocks. Indexables At the core of Yoast SEO lies the indexables system, unifying all SEO data for faster queries and consistent metadata across outputs. Ongoing support and education Yoast is powered by expert developers, testers, and SEO specialists who keep improving the plugin. We are committed to helping you grow your SEO skills: Yoast SEO Academy: free and premium SEO courses, included in all paid plans. Yoast SEO blog, newsletter, and webinars. Yoast SEO Update podcast for the latest SEO insights. Bug reports on GitHub, for issue tracking rather than support. Yoast SEO: built to make search optimization accessible, reliable, and ready for the future of AI search.