Remove "Check for similar titles" and replace with "Adjust content tone"

Created on 25 March 2023, almost 2 years ago

Problem/Motivation

The 'check similar titles' for SEO isn't panning out because vector searching isnt all that effective for that. It finds similar sounding items, but that does not mean the titles are similar in a way that is detrimental to SEO. As a result, the items it returns don't often make sense (but would for say, a search context). This should be removed.

Steps to reproduce

Proposed resolution

Replace with a feature that adjusts the content input to re-word the content for different audiences.

Remaining tasks

User interface changes

API changes

Data model changes

πŸ“Œ Task
Status

Fixed

Version

1.0

Component

User interface

Created by

πŸ‡ΊπŸ‡ΈUnited States kevinquillen

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @kevinquillen
  • πŸ‡ΊπŸ‡ΈUnited States kevinquillen

    The 'edits' endpoint is down, so I used the completions endpoint. This is a good addition, but I think the text formatting needs work. Sometimes, depending, header tags come through as plain text in a sentence. Still, this is a good start.

  • @kevinquillen opened merge request.
  • Status changed to Fixed almost 2 years ago
  • πŸ‡ΊπŸ‡ΈUnited States kevinquillen

    I'd like to have the options in the list be configurable so people can add more in later, but this gets us moving with a more workable feature than what was there previously. The options format are as follows:

              '#options' => [
                'friendly' => t('Friendly'),
                'professional' => t('Professional'),
                'helpful' => t('Helpful'),
                'easier for a high school educated reader' => t('High school level reader'),
                'easier for a college educated reader' => t('College level reader'),
                'explained to a five year old' => t('Explain like I\'m 5'),
              ],
    
  • πŸ‡ΊπŸ‡ΈUnited States d0t101101

    +1 here! :)

  • Automatically closed - issue fixed for 2 weeks with no activity.

Production build 0.71.5 2024