I've been writing test smart contracts in preparation for a project I'm launching soon. Here is one of the collections created by an example test smart contract: https://opensea.io/collection/quad-tech.
As you'll see, I'm most certainly not an artist, but more importantly I have two issues:
(1) the collection does not have a "Created by Biotechnology" tag in the way that say the Bored Ape Yacht Club collection (https://opensea.io/collection/boredapeyachtclub) has "Created by BoredApeYachtClub".
(2) The NFTs in my Quad.tech collection also don't have "Created by Biotechnology" in their descriptions, the same way that Board Apes have "Created by BoredApeYachtClub" in their NFT descriptions.
Do you know what the issue is here / what code I would need to add to my smart contract to add this "Created by" wording? Here is my smart contract: https://polygonscan.com/address/0x88d108917c172acc19c455da93c1518272f14b02#code
Thanks very much.