Best Blackhat Forum

Full Version: Amazon Affiliates and SEO
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hey guys,

I thought I would make this post as many are asking how to make money via Amazon Affiliates and using SEO.

So... firstly I am a seasoned SEO Expert with 20 years of experience, and let me tell you, YOU don't need maximum SEO efforts for mass product promotion for Amazon Affiliates.

Why..

All the details/products you have scraped ... its pretty much already there, and for people searching for products they know exactly what they are looking for.

So how to make money with Amazon...

What I did...

1, Pick a niche - look at

https://www.medicalsupplystore.co.uk/
https://www.exceptionalbeauty.co.uk/
https://www.paperbackbooks.co.uk/

2, Mass import products - use wzone or external importer from keywordrush.com - import thousands, and make sure your hosting can handle the requests

3, Import Genegeric tools like SEO rank math and set appropriate scheme - this is important for shipping and returns... I will come to why below.

Code:
add_filter( "rank_math/snippet/rich_snippet_product_entity", function( $entity ) {

    // Helper function to ensure array keys exist
    function set_nested_array_value(and$array, $path, $value) {
        $temp = and$array;
        foreach ($path as $key) {
            $temp = and$temp[$key];
        }
        $temp = $value;
    }

    // Helper function to create a schema section
    function create_schema_section($type, $properties = []) {
        $section = ['@type' => $type];
        foreach ($properties as $key => $value) {
            $section[$key] = $value;
        }
        return $section;
    }

    // Add return policy
    $returnPolicy = create_schema_section('MerchantReturnPolicy', [
        'applicableCountry' => 'US',
        'returnPolicyCategory' => 'https://schema.org/MerchantReturnFiniteReturnWindow',
        'merchantReturnDays' => 30,
        'returnMethod' => 'https://schema.org/ReturnByMail',
        'returnFees' => 'https://schema.org/FreeReturn'
    ]);
    set_nested_array_value($entity, ['offers', 'hasMerchantReturnPolicy'], $returnPolicy);

    // Add shipping details
    $shippingDetails = create_schema_section('OfferShippingDetails', [
        'shippingRate' => create_schema_section('MonetaryAmount', [
            'value' => 5,
            'currency' => 'USD'
        ]),
        'shippingDestination' => create_schema_section('DefinedRegion', [
            'addressCountry' => 'US'
        ])
    ]);
    $deliveryTime = create_schema_section('ShippingDeliveryTime', [
        'handlingTime' => create_schema_section('QuantitativeValue', [
            'minValue' => 1,
            'maxValue' => 2,
            'unitCode' => 'DAY'
        ]),
        'transitTime' => create_schema_section('QuantitativeValue', [
            'minValue' => 4,
            'maxValue' => 5,
            'unitCode' => 'DAY'
        ])
    ]);
    set_nested_array_value($shippingDetails, ['deliveryTime'], $deliveryTime);
    set_nested_array_value($entity, ['offers', 'shippingDetails'], $shippingDetails);

    return $entity;

4, Create the policy pages as I have done throughout your website - add posts too. All my sites have been approved on Google News within 3 days of launch = preparation.

5, Make the website look aesthetically pleasing..

6, Install Google Ads and Listings plugin

7, Connect to Merchant store, click free products and import your feed using a plugin like CTX Feed Pro

Instant traffic for FREE and you will be earning from day 3. As it takes time to get products listed. Also, go through the registration process on the Merchant Center.

Quiet periods do happen, i.e after xmas.. its normal..

I have been doing this 3 months now.. if you need help ask below.

If you need external importer license, ping me and offer something back, I have a few licenses left.

[Image: amazon.png]
Thank you! You have been extremely helpful and generous with the information that you have shared.
Thanks mate, keep the questions coming on email :)
Thanks for post. I sent you a private message and repped you here!
Thanks for your msg mate, here to help.

I get lots of free traffic from Google - its easy to setup. The actual setup of products takes time, and its doing it right.

I will set up some sort of group... somehow.. somewhere.. leave it with me
Thanks for the post
Really good info, thanks for sharing, will be giving it a go :)
I am setting up a private discord channel with videos and coding to help users. This will be a paid channel .. if you want my time to help you grow, then... Probably $20 a month
If anyone wants to be part of the group, leave your email below
thanks for the videos
Pages: 1 2
Reference URL's