RankVectors::StepByStepInstructions
| Name |
Type |
Description |
Notes |
| steps |
Array<String> |
Step-by-step instructions |
|
| html_example |
String |
HTML example of the implementation |
|
require 'rankvectors'
instance = RankVectors::StepByStepInstructions.new(
steps: ["Navigate to the page: https://example.com/page","Locate the text: 'Learn more about internal linking strategies.'","Replace 'internal linking' with a link to https://example.com/target"],
html_example: <a href="https://example.com/target">internal linking</a>
)