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 )