Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 857 Bytes

File metadata and controls

28 lines (22 loc) · 857 Bytes

RankVectors::ImplementationInstructions

Properties

Name Type Description Notes
suggestion_id String Suggestion identifier
page_url String URL of the page to modify
anchor_text String Text to turn into a link
target_url String URL to link to
context String Context where the link should be placed
instructions StepByStepInstructions

Example

require 'rankvectors'

instance = RankVectors::ImplementationInstructions.new(
  suggestion_id: sugg-123,
  page_url: https://example.com/page,
  anchor_text: internal linking,
  target_url: https://example.com/target,
  context: Learn more about internal linking strategies.,
  instructions: null
)