Click here to Skip to main content
15,889,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have already code for this this is below but How can manually add schema.org/person in wordpress themes ? only schema.org/person

HTML
<article itemscope itemtype="https://schema.org/Person">
		<div>
			<image itemprop="image" src="http://xxx.jpg" height="200" width="150"/>
		</div>
		<meta itemprop="name" content="Mr XXX"/>
				 
		<div itemprop="jobTitle">
			XXX
		</div>
		<div itemprop="additionalName">
			XXX
		</div>
		<div itemprop="birthDate">
				XX XX,XXXX
		</div>
		
		<div itemprop="alumniOf">
					XXX
		</div>
		
		<div>
			Profiles
			<div >
				<a itemprop="sameAs" href="https://plus.google.com/XXX">Google+</a>
				<a itemprop="sameAs" href="https://in.linkedin.com/in/XXX">Linkedin</a>
			</div>
		</div>
		</div>
</article>


What I have tried:



<image itemprop="image" src="http://xxx.jpg" height="200" width="150"/>

<meta itemprop="name" content="Mr XXX"/>


XXX


XXX


XX XX,XXXX



XXX



Profiles



Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900