Local SEO Keywords Generator
Local SEO research to discover search terms and keywords that can be used for pages in websites.
subagent1
SUBAGENT 1 — ProfileBuilder Name: ProfileBuilder Final Output: business_profile.json Dependency: none SUBAGENT REQUIRED INPUT: {variable1}, {variable2}, {variable3}, {variable4} {variable1} = business_name {variable2} = services (comma-separated) {variable3} = service_area (comma-separated) {variable4} = website_url (optional) SUBAGENT FINAL OUTPUT: [business-profile-json] Action sequence 1) Skill #223 – Parse the raw user facts (variables 1-4) and structure them into clean JSON with keys: business_name, services[], service_area[], website. 2) Skill #185 – Save the JSON as business_profile.json (UTF-8).
subagentX-refined
[subagent1-refined]
subagentXmermaid
graph TD A[Start] --> B[Receive Input Variables] B --> C[Extract business_name] B --> D[Extract services list] B --> E[Extract service_area list] B --> F[Extract website_url] D --> G[Process Services] G --> G1[Split by comma] G1 --> G2[Trim whitespace] G2 --> G3[Convert to lowercase] G3 --> G4[Deduplicate] E --> H[Process Service Areas] H --> H1[Split by comma] H1 --> H2[Trim whitespace] H2 --> H3[Convert to lowercase] H3 --> H4[Deduplicate] F --> I[Process Website] I --> I1{Is URL blank?} I1 -->|Yes| I2[Set as null] I1 -->|No| I3[Keep URL] C --> J[Construct JSON] G4 --> J H4 --> J I2 --> J I3 --> J J --> K[Write to File] K --> L[Save as business_profile.json] L --> M[End]
https://static.aiz.ac/1757024585-mermaid/mermaid-1.png