How to use SEO Pro Plugin to build cleaner metadata logic and stronger intent-matched search pages in Osclass.
Seo PRO Plugin helps to manage meta title, description and "Seo text" on your website with ease, create unique tags those attract customers and customize tags for specific combination of parameters (ie. one city on search).
This article is focused to explain how to work with plugin and understand it's features. It will be updated based on questions from customers.
There are many tabs on Search page those specify current location of user. Plugin always consider following search parameters: pattern, category, country, region, city. Based on which of these are empty and which are not, location of user (and usage of tab-specific configuration) is identified.
All above rules can be more-less recreated using custom search rules. You basically get URL-structured parameters from search URL and can use wild cards * and $ to expand rule.
Here you can define fancy tags for Categories, Cities etc... Most of keywords are available also here (even not listed).
What is most important here is, that defining custom tag in this section for category or city does not mean that city or category page will automatically use it!
You still must add custom tag in "Tags structure" section into configuration! Means you must drag & drop these on Search rules.
Some examples of custom tags on search structure:
When you want to place seo text on other place then default footer position, disable "Auto-hook Seo Text" in Configure section and place following code anywhere you like:
For broader ranking work, see our full Osclass SEO guide.
<?php osc_run_hook('footer_seo_pro'); ?> Question: Which OsclassPoint SEO Pro tab fires for search with city and category?
Answer: OsclassPoint SEO Pro plugin uses the City + Catg. tab when city and category are set. Country and region are ignored on that tab. Pattern-only and Default are different tabs. If you filled the City tab only, a city-plus-category URL will not use those tags. Open the live search URL and check the page title and meta description.
Question: Why does my custom city title not show in SEO Pro plugin for Osclass?
Answer: Custom tags for a city are not applied until you drag them into Tags structure on the matching search tab in SEO Pro. Filling Custom tags alone does nothing. For a city-only search, edit the City tab. For city plus category, edit City + Catg. Then open the live search URL and check title and description.
Question: Can I wildcard an Osclass search URL in SEO Pro custom rules?
Answer: SEO Pro custom search rules read URL parameters and accept * and $ wildcards. You can recreate tab rules with those tokens. A wildcard that is too broad will steal titles from more specific tabs. Open the live search URL and check the page title and meta description after you save the rule.
Question: How do I move SEO Pro text out of the Osclass footer with footer_seo_pro?
Answer: Disable Auto-hook Seo Text in SEO Pro Configure, then put osc_run_hook('footer_seo_pro'); in the theme where the block should print. Leaving auto-hook on always prints in the default footer. Adding the PHP call while auto-hook is on prints the block twice. View source on the search page to confirm one block.
Question: What is the difference between OsclassPoint SEO Pro pattern tab and default search tab?
Answer: Pattern fires when a keyword is set and location fields are empty. Default fires when none of the more specific SEO Pro tabs match. Category, city, and city-plus-category are separate. Empty searches often hit Default. Do not put unique city copy on Pattern. Verify on the live search URL title and description.
Question: Does OsclassPoint SEO Pro use country on a city plus category search?
Answer: OsclassPoint SEO Pro ignores country and region on the City + Catg. tab. Only city and category drive that tab. Use Country + Catg. when city is empty, because a city-plus-category URL will not pick up those country title tags. Confirm on the live search URL title and description.