About
BinaryPH AI SEO
Supercharge your SEO with our AI plugin. Intelligently sets focus keywords for pages, posts, and products to improve your search engine rankings.
This powerful tool leverages AI models to suggest relevant keywords, seamlessly integrating with popular SEO plugins like Yoast and Rank Math, and WooCommerce.
- AI-Powered Keyword Generation: Automatically identifies and suggests optimal focus keywords for your posts and pages.
- WooCommerce Integration: When WooCommerce is active, the plugin extends its AI capabilities to generate focus keywords for your products.
- Flexible AI Model Support: Choose your preferred AI platform and model.
- Rate Limit Protection: Includes a built-in 15-second pause between suggestions to prevent overwhelming AI models, especially useful when using “Thinking/Reasoning” models.
Faq
Have Any Questions ?
Gemini
Specify your desired model name from https://ai.google.dev/gemini-api/docs/models
To create an API key for the Gemini API, you primarily use Google AI Studio. Here’s a step-by-step guide:
- Go to Google AI Studio: Open your web browser and navigate to aistudio.google.com.
- Sign In: If you’re not already signed in, you’ll be prompted to log in with your Google account.
- Accept Terms: If this is your first time using Google AI Studio, you might be asked to review and accept the Google APIs Terms of Service and Gemini API Additional Terms of Service. Read them and check the necessary boxes to continue.
- Click “Get API key in Google AI Studio”: On the main page, you should see a prominent button that says “Get API key in Google AI Studio” or similar. Click on it.
- Create API Key:
- You’ll then have the option to “Create API key in new project” or “Create API key in existing project.”
- For most users, “Create API key in new project” is the easiest option to get started. Select this.
- Copy Your API Key: Once you click to create, your API key will be auto-generated and displayed. Immediately copy this key and save it in a secure location. This is crucial because you usually won’t be able to view the secret key again after this step.
- Close the Pop-up: After copying the key, you can close the pop-up or acknowledgment.
You now have a Gemini API key ready to be used in your applications!
Important Security Note:
Do not embed your API key directly in client-side code (like in web apps that run entirely in a user’s browser) for production applications, as this can expose it. For production, consider using server-side proxies or environment variables to manage your API key securely.
Never share your API key publicly. Treat it like a password.
OpenRouter
Select a model from https://openrouter.ai/models?q=free&order=newest
OpenRouter provides a unified API for various large language models. Here’s how to create an API key for OpenRouter:
- Visit the OpenRouter Website: Go to openrouter.ai.
- Sign In or Sign Up:
- If you already have an account, click the “Sign in” button (usually in the top right corner) and log in with your credentials.
- If you don’t have an account, click “Sign in” and then “Sign up” to create a new account. You can often sign up using your Google account or email.
- Navigate to API Keys: Once you are signed in, you need to go to the API Keys section. You can typically find this by:
- Clicking on your profile picture or icon in the top right corner.
- Looking for a menu option like “API Keys” or “Keys.”
- Alternatively, you can directly go to openrouter.ai/keys.
- Create a New Key:
- On the API Keys page, you should see a button like “Create Key” or “Create New Key.” Click on it.
- A pop-up or form will appear.
- Configure Your Key:
- Key Name: Give your API key a descriptive name (e.g., “My App Key,” “Development Key”). This helps you identify its purpose later.
- Credit Limit (Optional): You can set an optional credit limit for this specific key. This is useful for managing your spending and preventing overuse. If you leave it blank, it will usually allow full access to your account’s credit.
- Click “Create” or “Generate” to finalize the key creation.
- Copy Your API Key:
- Your new API key will be displayed. This is the only time you will see the full key string for security reasons.
- Immediately copy this key and save it in a secure place. Do not share it publicly.
Important Considerations:
Security: As with any API key, treat your OpenRouter key as confidential. Do not expose it in client-side code, commit it directly to public repositories, or share it with unauthorized individuals. Use environment variables or server-side solutions to manage it securely.
Credits: OpenRouter uses a credit-based system. Some models might have a free tier, but for consistent or higher usage, you will likely need to add credits to your account. You can usually find the “Add Credits” or “Manage Credits” section in your account dashboard.
Grok
Refer to https://docs.x.ai/docs/models for available models.
Grok, developed by xAI, provides an API for developers to integrate its large language models into their applications. Accessing the Grok API involves creating an xAI account and generating an API key through their console.
Here’s a step-by-step guide to get your Grok API key:
- Go to the xAI Console: Open your web browser and navigate to the xAI Console: console.x.ai.
- Sign In or Sign Up:
- If you already have an xAI account, sign in using your credentials.
- If you’re new, you’ll need to create an account. You can typically sign up using your email, Google, or X (formerly Twitter) account.
- Create an xAI Team (if prompted): For new accounts, you might be asked to create an xAI team. Provide a name and description for your team. You can skip inviting members if not needed.
- Set Up Billing (Required for API Usage): Before you can fully use the Grok API, you will likely need to set up billing information and purchase credits.
- Look for a “Billing” or “Credits” section in your xAI console.
- As of recent information, xAI might offer some free API credits monthly for new users to test the API. However, continued or higher usage will require purchased credits.
- Navigate to API Keys: Once you’re in the console and billing is set up, find the “API Keys” section. This is usually accessible from the left-hand sidebar or a dashboard link.
- Create New API Key:
- Click on the “Create API Key” button.
- Name Your Key: Give your API key a descriptive name (e.g., “My Application,” “Grok Test”).
- Select Endpoints/Models (ACLs): You might have options to select which endpoints or models this specific key can access. For general use, you might enable all models or specific ones like
grok-3-beta
orgrok-3-mini-beta
. You can also choose permissions likechat:write
for chat access orsampler:write
for raw model sampling. - Click “Create” or “Save.”
- Copy Your API Key:
- Your newly generated API key will be displayed. Crucially, copy this key immediately and store it in a secure place. For security reasons, you generally won’t be able to view the full key string again after this step. If you lose it, you’ll have to generate a new one.
You now have a Grok API key!
Important Notes for Grok API:
Security: Always keep your API key confidential. Do not hardcode it directly into your application’s source code, especially for public-facing applications. Use environment variables or secure credential management systems.
Payment Required: While there might be free trial credits, using the Grok API for substantial projects typically requires purchasing credits.
gRPC and Python SDK: Grok’s API primarily uses gRPC, and xAI provides an official Python SDK (xai-sdk
) to interact with it, often compatible with OpenAI’s SDK.
OpenWebUI
See https://openwebui.com/models for compatible models.
Open WebUI also has its own API endpoints that allow programmatic interaction with the WebUI itself (e.g., for monitoring, automating tasks, or integrating with other systems). For this, you can generate an API key within Open WebUI.
- Enable API Keys (Admin Required):
- Log in to Open WebUI as an administrator.
- Go to Admin Settings > General (or similar section).
- Find a setting like “Enable API Key” and toggle it ON.
- Save changes.
- Generate an API Key (User Settings):
- Go to your User Settings (click your profile icon in the top right).
- Navigate to the Account section.
- Click “Generate New API Key” or similar.
- Give the key a descriptive name.
- Copy the generated API key and store it securely.
This key is for interacting with Open WebUI’s internal API, not for connecting to external LLM providers.
Error
- If you encounter an error due to many posts, pages, or products to set keywords when applying the suggestion by the AI, try checking only the checkboxes by 10 items. This usually depends on your hosting capacity to perform the task, or probably because of a timeout set within your WordPress environment.
Other AI Products

Business Plan Partners
With our Business Plan, you get a fully hosted AI customer service agent running on our platform, no installation or database setup required on your end. We’ll configure your AI with up to 100 product descriptions and deploy it on our Customer Service portal. Your customers simply visit your branded page on our site to interact with the AI, and you can request content updates via email on weekends. We list your business as-is in our partners directory for extra visibility.


Premium Plan Partners
The Premium Plan is built for businesses that need a more advanced and flexible AI customer service experience. You’ll get your own smart AI agent deployed on a dedicated page within our website. This plan supports up to 1000 product descriptions and intelligent Q&A, powered by a Google Spreadsheet that you control. You can update your records anytime without needing to contact us. Your business will also be listed as-is in our partner directory for added exposure. Weekend email support is included for AI behavior tuning or assistance.


Enterprise Plan Partners
Designed for large businesses or those with specialized needs, the Enterprise Plan offers the most powerful AI customer service solution—fully hosted on our platform and tailored to your exact requirements. Pricing is customized based on your business size and AI complexity. Your AI agent will be deployed on a dedicated page within our website, supporting an unlimited number of product descriptions and advanced Q&A capabilities. Your business will be prominently displayed as-is in our partner directory, gaining high visibility among our user community.


Fact Checker
The fact-checker AI evaluates the accuracy of questions or claims by analyzing data from available online articles. It provides a truthfulness rating based on consolidated information, ensuring its assessments are data-driven and objective. Users can copy and paste social media headlines or captions directly for verification.


Scam Advisor
The Scam Advisor AI is a tool designed to help you evaluate the credibility of online claims, offers, or articles. By analyzing information available on the internet, it assigns a safeness rating based on recognized patterns of deception. Users can copy and paste headlines, messages, or links from social media directly into the AI to assess their potential for being scams.


People Finder
This AI is designed to help you find publicly available details based on search results. It extracts information such as names, addresses, contact numbers, email addresses, social media links, and other visible personal details. The AI also provides relevant links, including social media profiles, to create a concise profile summary of the search target.
