Hi! I want to upload posts to WordPress using SCM, but it was not showing option to attach SEO title and Meta description. I want to use csv file to upload posts which also have SEO title and Meta description. I have been doing this task using Google Apps and added code to allow SEO title and Meta description via Rest API.
This way, I was able to upload posts with SEO title and Meta description. I want to know either SCM allow this or not.
Currently, I am generating articles using SCM (OpenAI, Gemini, and SCM AI) and converting those articles to csv using python script. Then I copy data from csv to google sheets and update the details of website in google apps script for that google sheet and run it. Then it will post all articles on website and also add SEO title and meta description.
Without custom SEO title and Meta description, Google takes way too long to index the article. With custom title and meta description, URLs are indexed way faster.
Can you guide me how to post articles with SEO title and meta description using SCM?