Hello I was wondering if anyone could help me try to create an engine for amazon profile links. I think that these links will be good not for link juiice but for creating contextual relevancy for parasite pages like amazon product pages.
Im a bit stuck though on where to begin
register page =
https://www.amazon.com/ap/register?_encoding=UTF8&openid.assoc_handle=usflex&openid.claimed_id=http://specs.openid.net/auth/2.0/identifier_select&openid.identity=http://specs.openid.net/auth/2.0/identifier_select&openid.mode=checkid_setup&openid.ns=http://specs.openid.net/auth/2.0&openid.ns.pape=http://specs.openid.net/extensions/pape/1.0&openid.pape.max_auth_age=0&openid.return_to=https://www.amazon.com/gp/yourstore/home?ie=UTF8&ref_=nav_newcust
register input field div name =
"ap_register_name_input"
input field names =
"customerName"
"email"
"emailCheck"
"password"
"passwordCheck"
<input id="continue-input" type="submit" name="continue" tabindex="10" value="Create account"></input>
which takes you to
https://www.amazon.com/gp/yourstore/home?ie=UTF8&ref_=nav_newcust&claim_type=EmailAddress&new_account=1&
then need to click "Your profile" found as
<a class="nav-a" href="/gp/pdp/profile/ref=sv_ys_3" data-nav-tabindex="33" tabindex="1">
Your Profile
</a>
when at profile page ie:
https://www.amazon.com/gp/profile/A1AXOUFE0R94WW
must press edit <input class="a-button-input" type="submit" aria-labelledby="a-autoid-0-announce"></input>
which shows a pop over
div id ="a-popover-1"
with input fields with names=
profile[signature]
profile[website]
profile[personal_description]
profile[interests]
<input class="a-button-input" type="submit"></input>
verification check link at
https://www.amazon.com/gp/profile/A1AXOUFE0R94WW
how can I translate that into gsa code?
thank you!
Im a bit stuck though on where to begin
register page =
https://www.amazon.com/ap/register?_encoding=UTF8&openid.assoc_handle=usflex&openid.claimed_id=http://specs.openid.net/auth/2.0/identifier_select&openid.identity=http://specs.openid.net/auth/2.0/identifier_select&openid.mode=checkid_setup&openid.ns=http://specs.openid.net/auth/2.0&openid.ns.pape=http://specs.openid.net/extensions/pape/1.0&openid.pape.max_auth_age=0&openid.return_to=https://www.amazon.com/gp/yourstore/home?ie=UTF8&ref_=nav_newcust
register input field div name =
"ap_register_name_input"
input field names =
"customerName"
"email"
"emailCheck"
"password"
"passwordCheck"
<input id="continue-input" type="submit" name="continue" tabindex="10" value="Create account"></input>
which takes you to
https://www.amazon.com/gp/yourstore/home?ie=UTF8&ref_=nav_newcust&claim_type=EmailAddress&new_account=1&
then need to click "Your profile" found as
<a class="nav-a" href="/gp/pdp/profile/ref=sv_ys_3" data-nav-tabindex="33" tabindex="1">
Your Profile
</a>
when at profile page ie:
https://www.amazon.com/gp/profile/A1AXOUFE0R94WW
must press edit <input class="a-button-input" type="submit" aria-labelledby="a-autoid-0-announce"></input>
which shows a pop over
div id ="a-popover-1"
with input fields with names=
profile[signature]
profile[website]
profile[personal_description]
profile[interests]
<input class="a-button-input" type="submit"></input>
verification check link at
https://www.amazon.com/gp/profile/A1AXOUFE0R94WW
how can I translate that into gsa code?
thank you!