36.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

01-07-2024, 07:12 PM
Post: #1
Amazon Affiliates and SEO
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]
01-08-2024, 10:18 PM
Post: #2
RE: Amazon Affiliates and SEO
Thank you! You have been extremely helpful and generous with the information that you have shared.
Best Training

CLICK HERE
01-08-2024, 11:49 PM
Post: #3
RE: Amazon Affiliates and SEO
Thanks mate, keep the questions coming on email :)
01-17-2024, 12:30 PM
Post: #4
RE: Amazon Affiliates and SEO
Thanks for post. I sent you a private message and repped you here!
01-17-2024, 06:49 PM
Post: #5
RE: Amazon Affiliates and SEO
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
17.gif
01-17-2024, 07:03 PM
Post: #6
RE: Amazon Affiliates and SEO
Thanks for the post
01-18-2024, 09:57 AM
Post: #7
RE: Amazon Affiliates and SEO
Really good info, thanks for sharing, will be giving it a go :)
01-19-2024, 06:39 PM
Post: #8
RE: Amazon Affiliates and SEO
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
01-19-2024, 08:56 PM
Post: #9
RE: Amazon Affiliates and SEO
If anyone wants to be part of the group, leave your email below
03-30-2024, 11:35 AM
Post: #10
RE: Amazon Affiliates and SEO
thanks for the videos
75.gif




21.gif