是否可以使用页面模板作为联系人页面?

时间:2016-04-18 作者:Ruby Ann Rosales

我正在将我的html网站转换为wordpress。可以将页面模板用作联系人页面吗?例如,您已联系我们。html

<!DOCTYPE html> <html> <head> <title>Contact Page</title> </head> <body> <!-- contact page content code goes here --> </body> </html>

然后您只需将页眉和页脚更改为

<?php get_header(); ?> <!-- contact page content code goes here --> <?php get_footer(); ?>

它对seo友好吗?

1 个回复
SO网友:dan9vu

是的,您可以将页面模板用于联系人页面

相关推荐

Seo Friendly Filter URLs

有没有可能创建更为SEO友好的过滤器URL?而不是:https://thejewelleryroom.com/product-category/rings/?filter_material=gold然后:https://thejewelleryroom.com/product-category/rings/rings-in-gold/?