Lawry’s® Seasoned Cajun Seasoning, 5.29 oz
Add a spicy kick to everything on your plate with Lawry’s® Seasoned Cajun Seasoning. It’s a blend of boldly flavored spices like paprika and red pepper along with garlic, sea salt and onion, with no MSG added.
Make some mealtime magic with a shake of Cajun Seasoning. Mix into ground meat to doctor up burgers or use as a wings seasoning for Cajun buffalo wings. It spices up pasta dishes like fettucine alfredo and mac ‘n cheese. Great also for seafood- add to melted butter for brushing on fish or shrimp. When it’s time for grilling, use as a rub on steaks or in a marinade for chicken thighs. Shake on roasted potatoes, Creole-style rice dishes and eggs for zesty heat. You’ll find so many ways to spice it up with this convenient Cajun seasoning.
Air Fryer Cajun Wings
These crispy wings are tossed in a craveable mixture of melted butter and Lawry’s® Cajun Seasoning before serving.
VIEW RECIPE
/* container */
.featured-recipe {
display:flex;
flex-wrap:wrap;
}
/* columns */
.featured-recipe > * {
width:100%;
padding:1rem;
}
/* tablet breakpoint */
@media (min-width:768px) {
.featured-recipe > *:nth-child(1) {
width:calc(100% / 3 * 2);
}
.featured-recipe > *:nth-child(2) {
width:calc(100% / 3);
order:-1;
}
}