Mobile app version of vmapp.org
Login or Join
Radia820

: Custom content outside The_content loop I have inserted code in single.php to get custom fields and custom taxonomies. That is something like; <?php the_title()?> <?php the_content()?>

@Radia820

Posted in: #SearchEngines #Seo

I have inserted code in single.php to get custom fields and custom taxonomies. That is something like;

<?php the_title()?>
<?php the_content()?>
[custom fields]
[Custom taxonomies]
Address: [address]
Phone: [phone]
Email: [email]
Web: [website]


My question is: the lines outside the_content are equally valued by search engines or this data should be within the_content() ?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Radia820

1 Comments

Sorted by latest first Latest Oldest Best

 

@Radia820

The WordPress Loop is an internal feature of WordPress and therefore has no effect on Google or any other major search engine. However, elements outside of the loop that are repeated on every page will be treated differently to what the main content is, this is normal and effects all websites no matter the platform they decide to use.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme