Can we do SEO for PHP websites? Is it possible to add meta tags and perform SEo on the site
Tell me more
×
Webmasters Stack Exchange is a question and answer site for
pro webmasters. It's 100% free, no registration required.
closed as not a real question by bybe♦, danlefree♦ Mar 6 at 11:45
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Yes. A PHP website or an ASP.net website will render HTML content. And meta tags are inside the HTML content. |
|||
|
|
|
Just as @jok has said "PHP and ASP" do render HTML Content. As an example please look at the following: On an index.php file You would have something like this;
And your header.php you would look something like this
|
|||
|
|