01-07-2024, 07:12 PM
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.
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]](https://www.medicalsupplystore.co.uk/amazon.png)
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]](https://www.medicalsupplystore.co.uk/amazon.png)