Yoast SEO
98Real-time SEO guidance, schema, and AI built in. Help search engines and AI systems understand your content. A...
Nota’s assistive AI tools help publishers create headlines, summaries, SEO keywords and more.
Nota is a WordPress plugin designed to assist with content creation and distribution using AI tools. It helps users generate headlines, summaries, SEO keywords, and more, streamlining the editorial process for publishers, marketers, and content creators.
The plugin employs large language models to analyse content and produce various outputs quickly. Users can edit these outputs directly and integrate them into their posts using custom fields, which can be configured through WordPress hooks.
Best for: This plugin is suitable for content creators, marketers, and publishers looking to enhance their content production process.
What it does well
Where it falls short
Nota offers useful AI-driven tools for content generation, but potential users may want to consider the lack of user feedback and performance data.
heynota's own description of Nota, lightly tidied.
Nota is a SaaS company building AI-enabled tools to streamline content creation and distribution. Their assistive AI tools help publishers, marketers and content creators generate headlines, summaries, SEO keywords and more.
Nota is taking the pain points out of the content creation process so you can focus on what really matters: your story.
The Nota plugin is a time-saving tool for editorial, marketing and content teams focused on optimizations—generating headlines, summaries, top quotes, key points, SEO keywords and categories. The plugin utilizes large language models to generate AI responses, returning robust copy results.
Nota runs text through uber-powerful AI and ML tools to break down all that content into workable outputs. No prompts or queries, no AI learning curves, just quick-and-easy text applications. Analyze a post and tailor the outputs for more, less or just different results with the push of a button. If you’re looking for a human touch, you can edit the outputs directly to your liking.
When users choose to use outputs provided by Nota, the plugin will update the appropriate fields on the post. For example, selecting a “Headline” will update the post title.
This behaviour can be changed if custom fields are required, by using the @wordpress/hooks functionality.
Each field has a corresponding getter and setter function. The filter names follow the pattern: nota.postData.<fieldName>.get and nota.postData.<fieldName>.set. The following filters are available:
nota.postData.title.getnota.postData.title.setnota.postData.excerpt.getnota.postData.excerpt.setnota.postData.slug.getnota.postData.slug.setnota.postData.metaTitle.getnota.postData.metaTitle.setnota.postData.metaDescription.getnota.postData.metaDescription.setFor example, to use a custom field for the title, you would implement the following:
const customTitleMetaKey = 'my-custom-meta-key'
const getTitle = () => {
return wp.data.select('core/editor').getEditedPostAttribute('meta')[customTitleMetaKey]
}
wp.hooks.addFilter('nota.postData.title.get', 'custom/namespace', () => getTitle )
const setTitle = (nextValue) => {
wp.data.dispatch('core/editor').editPost({ meta: { [customTitleMetaKey]: nextValue } })
}
wp.hooks.addFilter('nota.postData.title.set', 'custom/namespace', () => setTitle )
Nota supports restricting plugin access to specific users via a WordPress filter.
For advanced use cases, you can use the nota_tools_user_allowed filter to implement custom access logic:
<?php
/**
* Filter: nota_tools_user_allowed
*
* @param bool $allowed Whether the user is currently allowed (default: user can edit_posts).
* @param WP_User $user The current user object.
* @param array $context Context about where the check is being made.
* Keys:
* - 'area': The feature area being accessed.
* Values: 'post_tools', 'draft', 'dashboard', 'news'.
* - 'post_id': The post ID if applicable.
*/
add_filter( 'nota_tools_user_allowed', 'my_custom_nota_access', 10, 3 );
Other plugins for AI features.
Real-time SEO guidance, schema, and AI built in. Help search engines and AI systems understand your content. A...
The best WordPress contact form plugin. Drag & Drop form builder to create beautiful contact forms, paymen...
Grow your organic traffic and AI visibility with powerful SEO tools, XML sitemaps, Schema automation, and buil...
Translate WordPress with Google Translate multilanguage plugin using AI translation. Complete multilingual SEO...
AIOSEO is the WordPress SEO plugin. Boost SEO rankings with AI SEO tools, schema, meta descriptions, XML sitem...
Elementor Carousel, Mega Menu, Posts List/Slider, WooCommerce Widgets, Display Conditions, AI Abilities, Prema...